iPXE
Data Fields
fc_responder Struct Reference

A Fibre Channel responder. More...

#include <fc.h>

Data Fields

unsigned int type
 Type. More...
 
int(* respond )(struct interface *xchg, struct fc_port *port, struct fc_port_id *port_id, struct fc_port_id *peer_port_id)
 Respond to exchange. More...
 

Detailed Description

A Fibre Channel responder.

Definition at line 222 of file fc.h.

Field Documentation

◆ type

unsigned int fc_responder::type

Type.

Definition at line 224 of file fc.h.

Referenced by fc_xchg_respond().

◆ respond

int( * fc_responder::respond) (struct interface *xchg, struct fc_port *port, struct fc_port_id *port_id, struct fc_port_id *peer_port_id)

Respond to exchange.

Parameters
xchgExchange interface
portFibre Channel port
port_idLocal port ID
peer_port_idPeer port ID
Return values
rcReturn status code

Definition at line 233 of file fc.h.

Referenced by fc_xchg_respond().


The documentation for this struct was generated from the following file: