Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c939 enum eth_rx_cqe_type cqe_type = MAX_ETH_RX_CQE_TYPE; in lm_get_packets_rcvd() local
985cqe_type = GET_FLAGS_WITH_OFFSET(cqe->ramrod_cqe.ramrod_type, COMMON_RAMROD_ETH_RX_CQE_TYPE, COMMO… in lm_get_packets_rcvd()
986 DbgBreakIf(MAX_ETH_RX_CQE_TYPE <= cqe_type); in lm_get_packets_rcvd()
990 switch(cqe_type) in lm_get_packets_rcvd()
1031 DbgBreakIf( (RX_ETH_CQE_TYPE_ETH_START_AGG == cqe_type)&& in lm_get_packets_rcvd()
1071 if(RX_ETH_CQE_TYPE_ETH_START_AGG == cqe_type) in lm_get_packets_rcvd()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c702 enum eth_rx_cqe_type cqe_type; in qede_process_rx_ring() local
726 cqe_type = cqe->fast_path_regular.type; in qede_process_rx_ring()
728 switch (cqe_type) { in qede_process_rx_ring()
752 if (cqe_type != 0) { in qede_process_rx_ring()
756 cqe_type); in qede_process_rx_ring()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1392 int cqe_qpnum, cqe_type; in dapli_arbel_cq_srq_entries_flush() local
1448 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe); in dapli_arbel_cq_srq_entries_flush()
1459 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_arbel_cq_srq_entries_flush()
H A Ddapl_tavor_hw.c1726 int cqe_qpnum, cqe_type; in dapli_tavor_cq_srq_entries_flush() local
1782 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe); in dapli_tavor_cq_srq_entries_flush()
1793 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_tavor_cq_srq_entries_flush()
H A Ddapl_hermon_hw.c1447 int cqe_qpnum, cqe_type; in dapli_hermon_cq_srq_entries_flush() local
1497 cqe_type = HERMON_CQE_SENDRECV_GET(cqe); in dapli_hermon_cq_srq_entries_flush()
1508 cqe_type == TAVOR_COMPLETION_RECV) { in dapli_hermon_cq_srq_entries_flush()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1607 int cqe_qpnum, cqe_type; in tavor_cq_srq_entries_flush() local
1679 cqe_type = TAVOR_CQE_SENDRECV_GET(cq, cqe); in tavor_cq_srq_entries_flush()
1690 cqe_type == TAVOR_COMPLETION_RECV) { in tavor_cq_srq_entries_flush()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Discsi_common.h781 u8 cqe_type /* Indicates CQE type */; member
793 u8 cqe_type /* Indicates CQE type */; member
810 u8 cqe_type /* Indicates CQE type */; member