Home
last modified time | relevance | path

Searched refs:fcoe (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/enic/base/
H A Dcq_enet_desc.h115 uint16_t completed_index, uint8_t ingress_port, uint8_t fcoe, in cq_enet_rq_desc_enc() argument
129 (fcoe ? CQ_ENET_RQ_DESC_FLAGS_FCOE : 0) | in cq_enet_rq_desc_enc()
147 if (fcoe) { in cq_enet_rq_desc_enc()
171 uint16_t *completed_index, uint8_t *ingress_port, uint8_t *fcoe, in cq_enet_rq_desc_dec() argument
194 *fcoe = (completed_index_flags & CQ_ENET_RQ_DESC_FLAGS_FCOE) ? in cq_enet_rq_desc_dec()
220 if (*fcoe) { in cq_enet_rq_desc_dec()
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h292 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, in nlm_ucore_crc_setup() argument
299 val |= ((fcoe & 0x1) << 18); in nlm_ucore_crc_setup()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.h53 uint32_t fcoe:FCOE_BITWIDTH; /* FCoE packet */ member
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx_api.h67 u8 fcoe; member
H A Decore_mcp_api.h530 struct ecore_mfw_tlv_fcoe fcoe; member
H A Decore_mng_tlv.c1450 &p_tlv_data->fcoe, &p_tlv_ptr); in ecore_mfw_update_tlvs()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h220 bool fcoe; member
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h381 bool fcoe; member
H A Di40e_common.c3971 p->fcoe = true; in i40e_parse_discover_capabilities()
3973 "HW Capability: FCOE = %d\n", p->fcoe); in i40e_parse_discover_capabilities()
4136 if (p->fcoe) in i40e_parse_discover_capabilities()
4140 p->fcoe = false; in i40e_parse_discover_capabilities()