Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dq_struct.h107 enum cqe_type { enum
194 uint64_t cqe_type:4; /* W0 */ member
259 uint64_t cqe_type:4; /* W0 */
301 uint64_t cqe_type:4; /* W0 */ member
311 uint64_t cqe_type:4;
323 uint64_t cqe_type:4; /* W0 */ member
334 uint64_t cqe_type:4; /* W0 */
345 uint64_t cqe_type:4; /* W0 */ member
365 uint64_t cqe_type:4; /* W0 */
400 uint64_t cqe_type:4; member
[all …]
H A Dnicvf_queues.c637 struct cqe_rx_t *cqe_rx, int cqe_type) in nicvf_rcv_pkt_handler() argument
695 struct cqe_send_t *cqe_tx, int cqe_type) in nicvf_snd_pkt_handler() argument
770 cq_desc->cqe_type); in nicvf_cq_intr_handler()
771 switch (cq_desc->cqe_type) { in nicvf_cq_intr_handler()
/freebsd/sys/dev/oce/
H A Doce_queue.c1123 if(cqe->cqe_type == 0) { /* singleton cqe */ in oce_rx_cq_clean_hwlro()
1138 }else if(cqe->cqe_type == 0x1) { /* first part */ in oce_rx_cq_clean_hwlro()
1146 }else if(cqe->cqe_type == 0x2) { /* second part */ in oce_rx_cq_clean_hwlro()
H A Doce_hw.h3987 uint32_t cqe_type:2; member
4027 uint32_t cqe_type:2;
4045 uint32_t cqe_type:2; member
4079 uint32_t cqe_type:2;
4101 uint32_t cqe_type:2; member
4145 uint32_t cqe_type:2;
H A Doce_if.c1974 if(cqe->cqe_type == 0) { /* singleton cqe */ in oce_rq_handler_lro()
1991 }else if(cqe->cqe_type == 0x1) { /* first part */ in oce_rq_handler_lro()
1999 }else if(cqe->cqe_type == 0x2) { /* second part */ in oce_rq_handler_lro()
/freebsd/sys/dev/qlnx/qlnxe/
H A Discsi_common.h1416 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member
1428 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member
1445 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member
H A Decore_ll2.c549 u8 cqe_type; in ecore_ll2_lb_rxq_handler() local
561 cqe_type = cqe->rx_cqe_sp.type; in ecore_ll2_lb_rxq_handler()
563 if (cqe_type == CORE_RX_CQE_TYPE_SLOW_PATH) in ecore_ll2_lb_rxq_handler()
568 if (cqe_type != CORE_RX_CQE_TYPE_REGULAR) { in ecore_ll2_lb_rxq_handler()
571 cqe_type); in ecore_ll2_lb_rxq_handler()
H A Dqlnx_os.c4549 enum eth_rx_cqe_type cqe_type; in qlnx_rx_int() local
4557 cqe_type = cqe->fast_path_regular.type; in qlnx_rx_int()
4559 if (cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH) { in qlnx_rx_int()
4567 if (cqe_type != ETH_RX_CQE_TYPE_REGULAR) { in qlnx_rx_int()
4568 switch (cqe_type) { in qlnx_rx_int()
4615 cqe_type, fp_cqe->bitfields, in qlnx_rx_int()
/freebsd/sys/dev/mana/
H A Dmana_en.c1465 switch (cqe_oob->cqe_hdr.cqe_type) { in mana_poll_tx_cq()
1482 txq_idx, cqe_oob->cqe_hdr.cqe_type, in mana_poll_tx_cq()
1493 cqe_oob->cqe_hdr.cqe_type); in mana_poll_tx_cq()
1731 switch (oob->cqe_hdr.cqe_type) { in mana_process_rx_cqe()
1752 oob->cqe_hdr.cqe_type); in mana_process_rx_cqe()
1756 if (oob->cqe_hdr.cqe_type != CQE_RX_OKAY) in mana_process_rx_cqe()
H A Dmana.h276 uint32_t cqe_type :6; member
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c5245 enum rdma_cqe_type cqe_type; in qlnxr_poll_cq() local
5261 cqe_type = GET_FIELD(resp_cqe->flags, RDMA_CQE_REQUESTER_TYPE); in qlnxr_poll_cq()
5263 switch (cqe_type) { in qlnxr_poll_cq()
5279 QL_DPRINT11(ha, "cqe type [0x%x] invalid\n", cqe_type); in qlnxr_poll_cq()