Searched refs:cqe_type (Results 1 – 7 of 7) sorted by relevance
269 enum cqe_type { enum536 uint64_t cqe_type:4; member572 uint64_t cqe_type:4;719 uint64_t cqe_type:4; /* W0 */ member729 uint64_t cqe_type:4;741 uint64_t cqe_type:4; /* W0 */ member752 uint64_t cqe_type:4; /* W0 */791 uint64_t cqe_type:4; member795 uint64_t cqe_type:4;843 uint64_t cqe_type:4; member[all …]
1801 #define CQE_TYPE_START(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_START_AGG) argument1802 #define CQE_TYPE_STOP(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_STOP_AGG) argument1803 #define CQE_TYPE_SLOW(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_RAMROD) argument1804 #define CQE_TYPE_FAST(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_FASTPATH) argument
1529 enum eth_rx_cqe_type cqe_type; in qede_recv_pkts_regular() local1586 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts_regular()1587 PMD_RX_LOG(INFO, rxq, "Rx CQE type %d\n", cqe_type); in qede_recv_pkts_regular()1589 if (likely(cqe_type == ETH_RX_CQE_TYPE_REGULAR)) { in qede_recv_pkts_regular()1592 if (cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH) { in qede_recv_pkts_regular()1753 enum eth_rx_cqe_type cqe_type; in qede_recv_pkts() local1811 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts()1812 PMD_RX_LOG(INFO, rxq, "Rx CQE type %d\n", cqe_type); in qede_recv_pkts()1814 switch (cqe_type) { in qede_recv_pkts()
442 NICVF_RX_ASSERT(((struct cq_entry_type_t *)cqe_rx)->cqe_type in nicvf_recv_pkts()533 NICVF_RX_ASSERT(cqe_rx_w0.cqe_type == CQE_TYPE_RX); in nicvf_process_cq_mseg_entry()
322 cq->cqe_type == NIX_XQE_TYPE_RX_IPSECH) { in otx2_nix_cqe_to_mbuf()
491 cq->tag, cq->q, cq->node, cq->cqe_type); in otx2_nix_cqe_dump()
705 uint64_t cqe_type : 4; member