iPXE
|
A FIP handler. More...
Data Fields | |
uint16_t | code |
Protocol code. More... | |
uint8_t | subcode |
Protocol subcode. More... | |
int(* | rx )(struct fcoe_port *fcoe, struct fip_descriptors *descs, unsigned int flags) |
Receive FIP packet. More... | |
uint16_t fip_handler::code |
uint8_t fip_handler::subcode |
int( * fip_handler::rx) (struct fcoe_port *fcoe, struct fip_descriptors *descs, unsigned int flags) |
Receive FIP packet.
fcoe | FCoE port |
descs | Descriptor list |
flags | Flags |
rc | Return status code |
Definition at line 889 of file fcoe.c.
Referenced by fcoe_fip_rx().