Home
last modified time | relevance | path

Searched refs:T4_ERR_SWFLUSH (Results 1 – 5 of 5) sorted by relevance

/src/contrib/ofed/libcxgb4/
H A Dcq.c49 cqe.header = htobe32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_recv_cqe()
82 cqe.header = htobe32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_sq_cqe()
434 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq()
691 case T4_ERR_SWFLUSH: in c4iw_poll_cq_one()
H A Dt4.h174 #define T4_ERR_SWFLUSH 0xC /* SW FLUSHED */ macro
/src/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c211 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_recv_cqe()
244 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_sq_cqe()
595 *cqe_flushed = (CQE_STATUS(hw_cqe) == T4_ERR_SWFLUSH); in poll_cq()
850 case T4_ERR_SWFLUSH: in c4iw_poll_cq_one()
H A Dt4.h162 #define T4_ERR_SWFLUSH 0xC /* SW FLUSHED */ macro
H A Dqp.c623 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in complete_sq_drain_wr()
653 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in complete_rq_drain_wr()