|
iPXE
|
An FCoE port. More...
Data Fields | |
| struct interface | transport |
| Transport interface. More... | |
| struct net_device * | netdev |
| Network device. More... | |
| union fcoe_name | node_wwn |
| Node WWN. More... | |
| union fcoe_name | port_wwn |
| Port WWN. More... | |
| struct retry_timer | timer |
| FIP retransmission timer. More... | |
| unsigned int | timeouts |
| FIP timeout counter. More... | |
| unsigned int | flags |
| Flags. More... | |
| unsigned int | priority |
| FCoE forwarder priority. More... | |
| unsigned int | keepalive |
| Keepalive delay (in ms) More... | |
| uint8_t | fcf_mac [ETH_ALEN] |
| FCoE forwarder MAC address. More... | |
| uint8_t | local_mac [ETH_ALEN] |
| Local MAC address. More... | |
| struct interface fcoe_port::transport |
Transport interface.
Definition at line 74 of file fcoe.c.
Referenced by fcoe_close(), fcoe_expired(), fcoe_fip_rx_els_response(), fcoe_probe(), fcoe_reset(), and fcoe_rx().
| struct net_device* fcoe_port::netdev |
Network device.
Definition at line 76 of file fcoe.c.
Referenced by fcoe_deliver(), fcoe_expired(), fcoe_fip_parse(), fcoe_fip_rx(), fcoe_fip_rx_advertisement(), fcoe_fip_rx_els_response(), fcoe_fip_rx_vlan(), fcoe_fip_tx_keepalive(), fcoe_fip_tx_solicitation(), fcoe_fip_tx_vlan(), fcoe_identify_device(), fcoe_notify(), fcoe_probe(), fcoe_remove(), fcoe_reset(), and fcoe_rx().
| union fcoe_name fcoe_port::node_wwn |
Node WWN.
Definition at line 79 of file fcoe.c.
Referenced by fcoe_expired(), fcoe_fip_tx_solicitation(), and fcoe_probe().
| union fcoe_name fcoe_port::port_wwn |
| struct retry_timer fcoe_port::timer |
FIP retransmission timer.
Definition at line 84 of file fcoe.c.
Referenced by fcoe_close(), fcoe_expired(), fcoe_probe(), and fcoe_reset().
| unsigned int fcoe_port::timeouts |
FIP timeout counter.
Definition at line 86 of file fcoe.c.
Referenced by fcoe_expired(), fcoe_fip_rx_advertisement(), and fcoe_reset().
| unsigned int fcoe_port::flags |
Flags.
Definition at line 88 of file fcoe.c.
Referenced by fcoe_deliver(), fcoe_expired(), fcoe_fip_rx_advertisement(), fcoe_fip_rx_vlan(), fcoe_notify(), fcoe_reset(), fcoe_rx(), and fcoe_window().
| unsigned int fcoe_port::priority |
FCoE forwarder priority.
Definition at line 90 of file fcoe.c.
Referenced by fcoe_fip_rx_advertisement(), and fcoe_reset().
| unsigned int fcoe_port::keepalive |
Keepalive delay (in ms)
Definition at line 92 of file fcoe.c.
Referenced by fcoe_expired(), fcoe_fip_rx_advertisement(), and fcoe_reset().
FCoE forwarder MAC address.
Definition at line 94 of file fcoe.c.
Referenced by fcoe_deliver(), fcoe_expired(), fcoe_fip_rx_advertisement(), fcoe_fip_tx_keepalive(), fcoe_reset(), and fcoe_rx().
Local MAC address.
Definition at line 96 of file fcoe.c.
Referenced by fcoe_deliver(), fcoe_fip_rx_els_response(), fcoe_reset(), and fcoe_rx().
1.8.15