Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/base/
H A Dcq_enet_desc.h137 uint8_t fcoe_eof, uint8_t tcp_udp_csum_ok, uint8_t udp, uint8_t tcp, in cq_enet_rq_desc_enc() argument
167 ((fcoe_eof & CQ_ENET_RQ_DESC_FCOE_EOF_MASK) << in cq_enet_rq_desc_enc()
193 uint8_t *fcoe_eof, uint8_t *tcp_udp_csum_ok, uint8_t *udp, uint8_t *tcp, in cq_enet_rq_desc_dec() argument
244 *fcoe_eof = (uint8_t)((rte_le_to_cpu_16(desc->checksum_fcoe) >> in cq_enet_rq_desc_dec()
252 *fcoe_eof = 0; in cq_enet_rq_desc_dec()