Searched refs:fcoe (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | cq_enet_desc.h | 115 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 D | ucore.h | 292 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 D | cxgbe_filter.h | 53 uint32_t fcoe:FCOE_BITWIDTH; /* FCoE packet */ member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx_api.h | 67 u8 fcoe; member
|
| H A D | ecore_mcp_api.h | 530 struct ecore_mfw_tlv_fcoe fcoe; member
|
| H A D | ecore_mng_tlv.c | 1450 &p_tlv_data->fcoe, &p_tlv_ptr); in ecore_mfw_update_tlvs()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 220 bool fcoe; member
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 381 bool fcoe; member
|
| H A D | i40e_common.c | 3971 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()
|