Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h92 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c407 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
431 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
563 kal->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
586 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
645 cap->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
679 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
2028 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2075 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
Dfcoe.c371 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
1963 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2287 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2292 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c358 vlan->eth.h_proto = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
375 skb->protocol = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
595 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_handle_fip_frame()
643 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1333 if ((protocol != htons(ETH_P_FIP)) && in i40e_fcoe_set_skb_header()
1339 if (protocol == htons(ETH_P_FIP)) in i40e_fcoe_set_skb_header()
1381 if (skb->protocol == htons(ETH_P_FIP)) in i40e_fcoe_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c707 etqf = ETH_P_FIP | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
Dixgbe_main.c7468 case htons(ETH_P_FIP): in ixgbe_select_queue()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h975 start_params->class_fail_ethtype = ETH_P_FIP; in bnx2x_func_start()
Dbnx2x_cmn.c1947 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1198 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()