Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h109 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */ macro
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c34 .protocol = ETH_P_FCOE, in ixgbe_copy_dcb_cfg()
370 .protocol = ETH_P_FCOE, in ixgbe_dcbnl_set_all()
629 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_setapp()
672 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.c9269 case htons(ETH_P_FCOE): in ixgbe_select_queue()
9478 if ((protocol == htons(ETH_P_FCOE)) && in ixgbe_xmit_frame_ring()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c354 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
1527 skb->protocol = htons(ETH_P_FCOE); in fcoe_xmit()
1541 eh->h_proto = htons(ETH_P_FCOE); in fcoe_xmit()
1794 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
1797 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
2118 .protocol = ETH_P_FCOE in fcoe_dcb_create()
/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()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c485 if (eh->h_proto != cpu_to_be16(ETH_P_FCOE)) { in fnic_rq_cmpl_frame_recv()
694 pethhdr->h_proto = cpu_to_be16(ETH_P_FCOE); in fdls_send_fcoe_frame()
/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.c832 ice_app_prot_id_type = ETH_P_FCOE; in ice_cee_to_dcb_cfg()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c1203 skb->protocol = htons(ETH_P_FCOE); in qedf_xmit()
1213 eh->h_proto = htons(ETH_P_FCOE); in qedf_xmit()
2650 } else if (eh->h_proto == htons(ETH_P_FCOE)) { in qedf_ll2_process_skb()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1709 ETH_P_FCOE, 0); in qed_ll2_establish_connection()
2141 ETH_P_FCOE, 0); in qed_ll2_terminate_connection()
/linux/net/core/
H A Dflow_dissector.c1451 case htons(ETH_P_FCOE): in __skb_flow_dissect()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1242 if (skb->protocol != htons(ETH_P_FCOE)) in cxgb_fcoe_offload()
1687 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()
/linux/include/linux/
H A Dnetdevice.h5254 if (protocol == htons(ETH_P_FCOE)) in can_checksum_protocol()
/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()