Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h40 FW_RI_SEND = 0x3, enumerator
747 FW_RI_INIT_P2PTYPE_SEND = FW_RI_SEND,
H A Dcq.c192 CQE_OPCODE_V(FW_RI_SEND) | in insert_recv_cqe()
795 case FW_RI_SEND: in __c4iw_poll_cq_one()
831 case FW_RI_SEND: in __c4iw_poll_cq_one()
H A Dt4.h262 (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND) || \