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

/freebsd-current/sys/dev/vnic/
H A Dq_struct.h107 enum cqe_type { enum
194 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_t
259 uint64_t cqe_type:4; /* W0 */
301 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_tcp_err_t
311 uint64_t cqe_type:4;
323 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_rx_tcp_t
334 uint64_t cqe_type:4; /* W0 */
345 uint64_t cqe_type:4; /* W0 */ member in struct:cqe_send_t
365 uint64_t cqe_type:4; /* W0 */
400 uint64_t cqe_type member in struct:rbe_tcp_cnxt_t
[all...]
H A Dnicvf_queues.c637 struct cqe_rx_t *cqe_rx, int cqe_type)
695 struct cqe_send_t *cqe_tx, int cqe_type)
769 dprintf(nic->dev, "CQ%d cq_desc->cqe_type %d\n", cq_idx,
770 cq_desc->cqe_type);
771 switch (cq_desc->cqe_type) {
636 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, struct cqe_rx_t *cqe_rx, int cqe_type) argument
694 nicvf_snd_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, struct cqe_send_t *cqe_tx, int cqe_type) argument
/freebsd-current/sys/dev/bxe/
H A Dbxe.h2058 #define CQE_TYPE_START(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_START_AGG)
2059 #define CQE_TYPE_STOP(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_STOP_AGG)
2060 #define CQE_TYPE_SLOW(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_RAMROD)
2061 #define CQE_TYPE_FAST(cqe_type) ((cqe_type) == RX_ETH_CQE_TYPE_ETH_FASTPATH)
/freebsd-current/sys/dev/oce/
H A Doce_hw.h3987 uint32_t cqe_type:2; member in struct:nic_hwlro_singleton_cqe
4027 uint32_t cqe_type:2;
4045 uint32_t cqe_type:2; member in struct:nic_hwlro_cqe_part1
4079 uint32_t cqe_type:2;
4101 uint32_t cqe_type:2; member in struct:nic_hwlro_cqe_part2
4145 uint32_t cqe_type:2;
H A Doce_queue.c1123 if(cqe->cqe_type == 0) { /* singleton cqe */
1138 }else if(cqe->cqe_type == 0x1) { /* first part */
1146 }else if(cqe->cqe_type == 0x2) { /* second part */
H A Doce_if.c1619 //assert(cqe2->cqe_type != 2);
1978 if(cqe->cqe_type == 0) { /* singleton cqe */
1995 }else if(cqe->cqe_type == 0x1) { /* first part */
2003 }else if(cqe->cqe_type == 0x2) { /* second part */
/freebsd-current/sys/dev/mana/
H A Dmana_en.c1476 switch (cqe_oob->cqe_hdr.cqe_type) {
1493 txq_idx, cqe_oob->cqe_hdr.cqe_type,
1504 cqe_oob->cqe_hdr.cqe_type);
1742 switch (oob->cqe_hdr.cqe_type) {
1763 oob->cqe_hdr.cqe_type);
1767 if (oob->cqe_hdr.cqe_type != CQE_RX_OKAY)
H A Dmana.h276 uint32_t cqe_type :6; member in struct:mana_cqe_header
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Discsi_common.h1416 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_common
1428 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_solicited
1445 u8 cqe_type /* Indicates CQE type (use enum iscsi_cqes_type) */; member in struct:iscsi_cqe_unsolicited
H A Decore_ll2.c549 u8 cqe_type; local
561 cqe_type = cqe->rx_cqe_sp.type;
563 if (cqe_type == CORE_RX_CQE_TYPE_SLOW_PATH)
568 if (cqe_type != CORE_RX_CQE_TYPE_REGULAR) {
571 cqe_type);
H A Dqlnx_os.c4551 enum eth_rx_cqe_type cqe_type; local
4559 cqe_type = cqe->fast_path_regular.type;
4561 if (cqe_type == ETH_RX_CQE_TYPE_SLOW_PATH) {
4569 if (cqe_type != ETH_RX_CQE_TYPE_REGULAR) {
4570 switch (cqe_type) {
4617 cqe_type, fp_cqe->bitfields,
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c5245 enum rdma_cqe_type cqe_type; local
5261 cqe_type = GET_FIELD(resp_cqe->flags, RDMA_CQE_REQUESTER_TYPE);
5263 switch (cqe_type) {
5279 QL_DPRINT11(ha, "cqe type [0x%x] invalid\n", cqe_type);

Completed in 326 milliseconds