Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_ether.h104 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_fip.c38 vlan->eth.h_proto = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
54 skb->protocol = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
Dqedf_main.c2506 if (eh->h_proto == htons(ETH_P_FIP)) { in qedf_ll2_process_skb()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe_ctlr.c398 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
422 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
557 kal->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
580 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
639 cap->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
672 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
2060 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2107 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2928 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
2944 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
Dfcoe.c359 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
365 fcoe->fip_vlan_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
575 if (ntohs(frame->eth.h_proto) == ETH_P_FIP && in fcoe_fip_send()
1823 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2164 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2169 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_fcs.c401 vlan->eth.h_proto = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
418 skb->protocol = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
636 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_handle_fip_frame()
684 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c685 etqf = ETH_P_FIP | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
Dixgbe_main.c8509 case htons(ETH_P_FIP): in ixgbe_select_queue()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h977 start_params->class_fail_ethtype = ETH_P_FIP; in bnx2x_func_start()
Dbnx2x_cmn.c1932 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1580 ETH_P_FIP, 0); in qed_ll2_establish_connection()
1986 ETH_P_FIP, 0); in qed_ll2_terminate_connection()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1266 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()