Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h103 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_fip.c39 vlan->eth.h_proto = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
55 skb->protocol = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
Dqedf_main.c2336 if (eh->h_proto == htons(ETH_P_FIP)) { in qedf_ll2_process_skb()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c410 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
434 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
566 kal->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
589 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
648 cap->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
681 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
2069 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2116 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2942 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
2958 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
Dfcoe.c372 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
378 fcoe->fip_vlan_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
588 if (ntohs(frame->eth.h_proto) == ETH_P_FIP && in fcoe_fip_send()
1834 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2177 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2182 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c385 vlan->eth.h_proto = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
402 skb->protocol = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
620 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_handle_fip_frame()
668 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c685 etqf = ETH_P_FIP | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
Dixgbe_main.c8404 case htons(ETH_P_FIP): in ixgbe_select_queue()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h979 start_params->class_fail_ethtype = ETH_P_FIP; in bnx2x_func_start()
Dbnx2x_cmn.c1931 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1554 ETH_P_FIP, 0, in qed_ll2_establish_connection()
1962 ETH_P_FIP, 0, in qed_ll2_terminate_connection()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1275 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()