Home
last modified time | relevance | path

Searched refs:ETH_P_FIP (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/linux/
Dif_ether.h88 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe_ctlr.c298 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
322 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
454 kal->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
477 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
536 cap->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
570 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
1887 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
1934 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
Dfcoe.c352 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
1885 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2122 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2127 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/linux-3.4.99/drivers/scsi/fnic/
Dfnic_fcs.c152 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c673 (ETH_P_FIP | IXGBE_ETQF_FILTER_EN)); in ixgbe_configure_fcoe()
Dixgbe_main.c6171 (protocol == htons(ETH_P_FIP))) && in ixgbe_select_queue()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1184 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1455 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()