Searched refs:cqe_type (Results 1 – 7 of 7) sorted by relevance
270 enum cqe_type { enum537 uint64_t cqe_type:4; member573 uint64_t cqe_type:4;720 uint64_t cqe_type:4; /* W0 */ member730 uint64_t cqe_type:4;742 uint64_t cqe_type:4; /* W0 */ member753 uint64_t cqe_type:4; /* W0 */792 uint64_t cqe_type:4; member796 uint64_t cqe_type:4;844 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
1523 enum eth_rx_cqe_type cqe_type; in qede_recv_pkts_regular() local1581 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts_regular()1582 PMD_RX_LOG(INFO, rxq, "Rx CQE type %d\n", cqe_type); in qede_recv_pkts_regular()1584 if (likely(cqe_type == ETH_RX_CQE_TYPE_REGULAR)) { in qede_recv_pkts_regular()1587 if (cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH) { in qede_recv_pkts_regular()1748 enum eth_rx_cqe_type cqe_type; in qede_recv_pkts() local1807 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts()1808 PMD_RX_LOG(INFO, rxq, "Rx CQE type %d\n", cqe_type); in qede_recv_pkts()1810 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()
346 cq->cqe_type == NIX_XQE_TYPE_RX_IPSECH) { in cn9k_nix_cqe_to_mbuf()
760 cq->tag, cq->q, cq->node, cq->cqe_type); in roc_nix_cqe_dump()
1006 uint64_t cqe_type : 4; member