iPXE
|
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... | |
unsigned int fc_responder::type |
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.
xchg | Exchange interface |
port | Fibre Channel port |
port_id | Local port ID |
peer_port_id | Peer port ID |
rc | Return status code |
Definition at line 233 of file fc.h.
Referenced by fc_xchg_respond().