Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dif_ether.h106 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
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()
Dixgbe_fcoe.c651 etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
Dixgbe_main.c8606 case htons(ETH_P_FCOE): in ixgbe_select_queue()
8815 if ((protocol == htons(ETH_P_FCOE)) && in ixgbe_xmit_frame_ring()
/linux-6.6.21/drivers/scsi/fcoe/
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()
/linux-6.6.21/drivers/scsi/fnic/
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()
/linux-6.6.21/drivers/scsi/bnx2fc/
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()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_dcb_lib.c665 dcbcfg->app[0].prot_id = ETH_P_FCOE; in ice_dcb_sw_dflt_cfg()
Dice_dcb.c847 ice_app_prot_id_type = ETH_P_FCOE; in ice_cee_to_dcb_cfg()
/linux-6.6.21/drivers/scsi/qedf/
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()
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1710 ETH_P_FCOE, 0); in qed_ll2_establish_connection()
2142 ETH_P_FCOE, 0); in qed_ll2_terminate_connection()
/linux-6.6.21/net/core/
Dflow_dissector.c1417 case htons(ETH_P_FCOE): in __skb_flow_dissect()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
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()
Dcxgb4_main.c1158 if (skb->protocol == htons(ETH_P_FCOE)) in cxgb_select_queue()
/linux-6.6.21/include/linux/
Dnetdevice.h4862 if (protocol == htons(ETH_P_FCOE)) in can_checksum_protocol()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1944 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()