Home
last modified time | relevance | path

Searched refs:FW_RI_READ_REQ (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcq.c257 BUG_ON(swsqe->opcode != FW_RI_READ_REQ); in c4iw_flush_sq()
313 CQE_OPCODE_V(FW_RI_READ_REQ) | in create_read_req_cqe()
328 if (wq->sq.oldest_read->opcode == FW_RI_READ_REQ) in advance_oldest_read()
736 case FW_RI_READ_REQ: in c4iw_poll_cq_one()
Dt4fw_ri_api.h38 FW_RI_READ_REQ = 0x1, enumerator
690 FW_RI_INIT_P2PTYPE_READ_REQ = FW_RI_READ_REQ,
Dqp.c784 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()