Searched refs:cqe_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/dev/vnic/
H A Dq_struct.h109 enum cqe_type { enum
196 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_t
261 uint64_t cqe_type:4; /* W0 */
303 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_tcp_err_t
313 uint64_t cqe_type:4;
325 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_tcp_t
336 uint64_t cqe_type:4; /* W0 */
347 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_send_t
367 uint64_t cqe_type:4; /* W0 */
402 uint64_t cqe_type member in struct:rbe_tcp_cnxt_t
[all...]
H A Dnicvf_queues.c641 struct cqe_rx_t *cqe_rx, int cqe_type)
699 struct cqe_send_t *cqe_tx, int cqe_type)
770 dprintf(nic->dev, "CQ%d cq_desc->cqe_type %d\n", cq_idx,
771 cq_desc->cqe_type);
772 switch (cq_desc->cqe_type) {
640 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, struct cqe_rx_t *cqe_rx, int cqe_type) argument
698 nicvf_snd_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, struct cqe_send_t *cqe_tx, int cqe_type) argument
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.h2071 #define CQE_TYPE_START(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_START_AGG)
2072 #define CQE_TYPE_STOP(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_STOP_AGG)
2073 #define CQE_TYPE_SLOW(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_RAMROD)
2074 #define CQE_TYPE_FAST(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_FASTPATH)
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.h3988 uint32_t cqe_type:2; member in struct:nic_hwlro_singleton_cqe
4028 uint32_t cqe_type:2;
4046 uint32_t cqe_type:2; member in struct:nic_hwlro_cqe_part1
4080 uint32_t cqe_type:2;
4102 uint32_t cqe_type:2; member in struct:nic_hwlro_cqe_part2
4146 uint32_t cqe_type:2;
H A Doce_queue.c1126 if(cqe->cqe_type == 0) { /* singleton cqe */
1141 }else if(cqe->cqe_type == 0x1) { /* first part */
1149 }else if(cqe->cqe_type == 0x2) { /* second part */
H A Doce_if.c1619 //assert(cqe2->cqe_type != 2);
1980 if(cqe->cqe_type == 0) { /* singleton cqe */
1997 }else if(cqe->cqe_type == 0x1) { /* first part */
2005 }else if(cqe->cqe_type == 0x2) { /* second part */
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Discsi_common.h1418 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_common
1430 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_solicited
1447 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_unsolicited
H A Decore_ll2.c551 u8 cqe_type; local
563 cqe_type = cqe->rx_cqe_sp.type;
565 if (cqe_type == CORE_RX_CQE_TYPE_SLOW_PATH)
570 if (cqe_type != CORE_RX_CQE_TYPE_REGULAR) {
573 cqe_type);
H A Dqlnx_os.c4623 enum eth_rx_cqe_type cqe_type; local
4633 cqe_type = cqe->fast_path_regular.type;
4635 if (cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH) {
4643 if (cqe_type != ETH_RX_CQE_TYPE_REGULAR) {
4644 switch (cqe_type) {
4691 cqe_type, fp_cqe->bitfields,
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c5668 enum rdma_cqe_type cqe_type; local
5684 cqe_type = GET_FIELD(resp_cqe->flags, RDMA_CQE_REQUESTER_TYPE);
5686 switch (cqe_type) {
5702 QL_DPRINT11(ha, "cqe type [0x%x] invalid\n", cqe_type);

Completed in 291 milliseconds