Home
last modified time | relevance | path

Searched refs:V_CQE_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c357 cqe.header = cpu_to_be32(V_CQE_STATUS(TPT_ERR_SWFLUSH) | in insert_recv_cqe()
394 cqe.header = cpu_to_be32(V_CQE_STATUS(TPT_ERR_SWFLUSH) | in insert_sq_cqe()
1261 hw_cqe->header |= htonl(V_CQE_STATUS(TPT_ERR_MSN)); in cxio_poll_cq()
Dcxio_wr.h591 #define V_CQE_STATUS(x) ((x)<<S_CQE_STATUS) macro