Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ofed/libcxgb4/
HDt4fw_ri_api.h40 FW_RI_SEND = 0x3, enumerator
691 FW_RI_INIT_P2PTYPE_SEND = FW_RI_SEND,
HDcq.c50 V_CQE_OPCODE(FW_RI_SEND) | in insert_recv_cqe()
629 case FW_RI_SEND: in c4iw_poll_cq_one()
HDqp.c172 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND)); in build_rdma_send()
355 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
HDt4.h255 (G_CQE_OPCODE(be32toh((x)->header)) == FW_RI_SEND) || \
/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDcq.c212 V_CQE_OPCODE(FW_RI_SEND) | in insert_recv_cqe()
779 case FW_RI_SEND: in c4iw_poll_cq_one()
HDt4.h245 (G_CQE_OPCODE(be32_to_cpu((x)->header)) == FW_RI_SEND) || \
HDqp.c424 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND)); in build_rdma_send()
827 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
/freebsd-14-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h1199 FW_RI_SEND = 0x3, enumerator
2084 FW_RI_INIT_P2PTYPE_SEND = FW_RI_SEND,