Home
last modified time | relevance | path

Searched refs:ETH_P_FCOE (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dif_ether.h101 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h106 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c34 .protocol = ETH_P_FCOE, in ixgbe_copy_dcb_cfg()
369 .protocol = ETH_P_FCOE, in ixgbe_dcbnl_set_all()
630 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_setapp()
673 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_delapp()
H A Dixgbe_fcoe.c651 etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
H A Dixgbe_main.c8606 case htons(ETH_P_FCOE): in ixgbe_select_queue()
8815 if ((protocol == htons(ETH_P_FCOE)) && in ixgbe_xmit_frame_ring()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c354 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
1547 skb->protocol = htons(ETH_P_FCOE); in fcoe_xmit()
1561 eh->h_proto = htons(ETH_P_FCOE); in fcoe_xmit()
1814 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
1817 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
2138 .protocol = ETH_P_FCOE in fcoe_dcb_create()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c683 if (eh->h_proto != htons(ETH_P_FCOE)) in fnic_import_rq_eth_pkt()
1088 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()
1094 eth_hdr->h_proto = htons(ETH_P_FCOE); in fnic_send_frame()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c368 skb->protocol = htons(ETH_P_FCOE); in bnx2fc_xmit()
373 eh->h_proto = htons(ETH_P_FCOE); in bnx2fc_xmit()
447 if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) { in bnx2fc_rcv()
1264 interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE); in bnx2fc_interface_setup()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c665 dcbcfg->app[0].prot_id = ETH_P_FCOE; in ice_dcb_sw_dflt_cfg()
H A Dice_dcb.c847 ice_app_prot_id_type = ETH_P_FCOE; in ice_cee_to_dcb_cfg()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c1191 skb->protocol = htons(ETH_P_FCOE); in qedf_xmit()
1201 eh->h_proto = htons(ETH_P_FCOE); in qedf_xmit()
2638 } else if (eh->h_proto == htons(ETH_P_FCOE)) { in qedf_ll2_process_skb()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1710 ETH_P_FCOE, 0); in qed_ll2_establish_connection()
2142 ETH_P_FCOE, 0); in qed_ll2_terminate_connection()
/openbmc/linux/net/core/
H A Dflow_dissector.c1417 case htons(ETH_P_FCOE): in __skb_flow_dissect()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1256 if (skb->protocol != htons(ETH_P_FCOE)) in cxgb_fcoe_offload()
1702 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb4_eth_xmit()
H A Dcxgb4_main.c1158 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb_select_queue()
/openbmc/linux/include/linux/
H A Dnetdevice.h4862 if (protocol == htons(ETH_P_FCOE)) in can_checksum_protocol()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1945 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()