Searched refs:cqe_type (Results 1 - 5 of 5) 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; local
985 cqe_type = GET_FLAGS_WITH_OFFSET(cqe->ramrod_cqe.ramrod_type, COMMON_RAMROD_ETH_RX_CQE_TYPE, COMMON_RAMROD_ETH_RX_CQE_TYPE_SHIFT);
986 DbgBreakIf(MAX_ETH_RX_CQE_TYPE <= cqe_type);
990 switch(cqe_type)
1031 DbgBreakIf( (RX_ETH_CQE_TYPE_ETH_START_AGG == cqe_type)&&
1071 if(RX_ETH_CQE_TYPE_ETH_START_AGG == cqe_type)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1392 int cqe_qpnum, cqe_type; local
1448 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe);
1459 cqe_type == TAVOR_COMPLETION_RECV) {
H A Ddapl_tavor_hw.c1726 int cqe_qpnum, cqe_type; local
1782 cqe_type = TAVOR_CQE_SENDRECV_GET(cqe);
1793 cqe_type == TAVOR_COMPLETION_RECV) {
H A Ddapl_hermon_hw.c1447 int cqe_qpnum, cqe_type; local
1497 cqe_type = HERMON_CQE_SENDRECV_GET(cqe);
1508 cqe_type == TAVOR_COMPLETION_RECV) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1741 int cqe_qpnum, cqe_type; local
1813 cqe_type = TAVOR_CQE_SENDRECV_GET(cq, cqe);
1824 cqe_type == TAVOR_COMPLETION_RECV) {

Completed in 87 milliseconds