Searched refs:cqe_type (Results 1 – 9 of 9) sorted by relevance
86 enum cqe_type { enum173 u64 cqe_type:4; /* W0 */ member238 u64 cqe_type:4; /* W0 */280 u64 cqe_type:4; /* W0 */ member290 u64 cqe_type:4;302 u64 cqe_type:4; /* W0 */ member313 u64 cqe_type:4; /* W0 */324 u64 cqe_type:4; /* W0 */ member344 u64 cqe_type:4; /* W0 */371 u64 cqe_type:4; member[all …]
885 (cq_desc->cqe_type != CQE_TYPE_SEND)) { in nicvf_cq_intr_handler()889 switch (cq_desc->cqe_type) { in nicvf_cq_intr_handler()
803 #define CQE_TYPE_START(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_START_AGG) argument804 #define CQE_TYPE_STOP(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_STOP_AGG) argument805 #define CQE_TYPE_SLOW(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_RAMROD) argument806 #define CQE_TYPE_FAST(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_FASTPATH) argument
28 if (cqe_hdr->cqe_type == NIX_XQE_TYPE_INVALID) in otx2_get_next_cqe()311 if (cqe->hdr.cqe_type == NIX_XQE_TYPE_INVALID || in otx2_rx_napi_handler()322 cqe->hdr.cqe_type = NIX_XQE_TYPE_INVALID; in otx2_rx_napi_handler()375 cqe->hdr.cqe_type = NIX_XQE_TYPE_INVALID; in otx2_tx_napi_handler()
89 u64 cqe_type : 4; member
1268 enum eth_rx_cqe_type cqe_type; in qede_rx_process_cqe() local1277 cqe_type = cqe->fast_path_regular.type; in qede_rx_process_cqe()1280 if (unlikely(cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH)) { in qede_rx_process_cqe()1289 if (cqe_type != ETH_RX_CQE_TYPE_REGULAR) in qede_rx_process_cqe()1290 return qede_rx_process_tpa_cqe(edev, fp, rxq, cqe, cqe_type); in qede_rx_process_cqe()
632 u8 cqe_type; in qed_ll2_lb_rxq_handler() local644 cqe_type = cqe->rx_cqe_sp.type; in qed_ll2_lb_rxq_handler()646 if (cqe_type == CORE_RX_CQE_TYPE_SLOW_PATH) in qed_ll2_lb_rxq_handler()651 if (cqe_type != CORE_RX_CQE_TYPE_REGULAR) { in qed_ll2_lb_rxq_handler()654 cqe_type); in qed_ll2_lb_rxq_handler()
428 if (cqe->cqe_common.cqe_type == ISCSI_CQE_TYPE_UNSOLICITED) { in qedi_process_nopin_mesg()490 if (cqe->cqe_common.cqe_type == ISCSI_CQE_TYPE_UNSOLICITED) { in qedi_process_async_mesg()541 if (cqe->cqe_common.cqe_type == ISCSI_CQE_TYPE_UNSOLICITED) { in qedi_process_reject_mesg()866 comp_type = cqe->cqe_common.cqe_type; in qedi_fp_process_cqes()
1224 switch (cqe->cqe_common.cqe_type) { in qedi_queue_cqe()