iPXE
Data Fields
fip_handler Struct Reference

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...
 

Detailed Description

A FIP handler.

Definition at line 876 of file fcoe.c.

Field Documentation

◆ code

uint16_t fip_handler::code

Protocol code.

Definition at line 878 of file fcoe.c.

Referenced by fcoe_fip_rx().

◆ subcode

uint8_t fip_handler::subcode

Protocol subcode.

Definition at line 880 of file fcoe.c.

Referenced by fcoe_fip_rx().

◆ rx

int( * fip_handler::rx) (struct fcoe_port *fcoe, struct fip_descriptors *descs, unsigned int flags)

Receive FIP packet.

Parameters
fcoeFCoE port
descsDescriptor list
flagsFlags
Return values
rcReturn status code

Definition at line 889 of file fcoe.c.

Referenced by fcoe_fip_rx().


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