Symbol: ETH_P_FCOE
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
1945
if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP))
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
1158
if (skb->protocol == htons(ETH_P_FCOE))
drivers/net/ethernet/chelsio/cxgb4/sge.c
1242
if (skb->protocol != htons(ETH_P_FCOE))
drivers/net/ethernet/chelsio/cxgb4/sge.c
1687
if (skb->protocol == htons(ETH_P_FCOE))
drivers/net/ethernet/intel/ice/ice_dcb.c
832
ice_app_prot_id_type = ETH_P_FCOE;
drivers/net/ethernet/intel/ice/ice_dcb_lib.c
665
dcbcfg->app[0].prot_id = ETH_P_FCOE;
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
34
.protocol = ETH_P_FCOE,
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
370
.protocol = ETH_P_FCOE,
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
629
app->protocol == ETH_P_FCOE) {
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
672
app->protocol == ETH_P_FCOE) {
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
651
etqf = ETH_P_FCOE | IXGBE_ETQF_FCOE | IXGBE_ETQF_FILTER_EN;
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
9269
case htons(ETH_P_FCOE):
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
9478
if ((protocol == htons(ETH_P_FCOE)) &&
drivers/net/ethernet/qlogic/qed/qed_ll2.c
1709
ETH_P_FCOE, 0);
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2141
ETH_P_FCOE, 0);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
1264
interface->fcoe_packet_type.type = __constant_htons(ETH_P_FCOE);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
368
skb->protocol = htons(ETH_P_FCOE);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
373
eh->h_proto = htons(ETH_P_FCOE);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
447
if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) {
drivers/scsi/fcoe/fcoe.c
1527
skb->protocol = htons(ETH_P_FCOE);
drivers/scsi/fcoe/fcoe.c
1541
eh->h_proto = htons(ETH_P_FCOE);
drivers/scsi/fcoe/fcoe.c
1794
entry->app.protocol == ETH_P_FCOE)
drivers/scsi/fcoe/fcoe.c
1797
if (entry->app.protocol == ETH_P_FCOE)
drivers/scsi/fcoe/fcoe.c
2118
.protocol = ETH_P_FCOE
drivers/scsi/fcoe/fcoe.c
354
fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE);
drivers/scsi/fnic/fnic_fcs.c
485
if (eh->h_proto != cpu_to_be16(ETH_P_FCOE)) {
drivers/scsi/fnic/fnic_fcs.c
694
pethhdr->h_proto = cpu_to_be16(ETH_P_FCOE);
drivers/scsi/qedf/qedf_main.c
1203
skb->protocol = htons(ETH_P_FCOE);
drivers/scsi/qedf/qedf_main.c
1213
eh->h_proto = htons(ETH_P_FCOE);
drivers/scsi/qedf/qedf_main.c
2650
} else if (eh->h_proto == htons(ETH_P_FCOE)) {
include/linux/netdevice.h
5254
if (protocol == htons(ETH_P_FCOE))
net/core/flow_dissector.c
1451
case htons(ETH_P_FCOE):