t3_wr_opcode      100 drivers/infiniband/hw/cxgb3/cxio_wr.h static inline enum t3_rdma_opcode wr2opcode(enum t3_wr_opcode wrop)
t3_wr_opcode      416 drivers/infiniband/hw/cxgb3/cxio_wr.h static inline enum t3_wr_opcode fw_riwrh_opcode(struct fw_riwrh *wqe)
t3_wr_opcode      427 drivers/infiniband/hw/cxgb3/cxio_wr.h static inline void build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op,
t3_wr_opcode      356 drivers/infiniband/hw/cxgb3/iwch_qp.c 	enum t3_wr_opcode t3_wr_opcode = 0;
t3_wr_opcode      399 drivers/infiniband/hw/cxgb3/iwch_qp.c 			t3_wr_opcode = T3_WR_SEND;
t3_wr_opcode      404 drivers/infiniband/hw/cxgb3/iwch_qp.c 			t3_wr_opcode = T3_WR_WRITE;
t3_wr_opcode      409 drivers/infiniband/hw/cxgb3/iwch_qp.c 			t3_wr_opcode = T3_WR_READ;
t3_wr_opcode      419 drivers/infiniband/hw/cxgb3/iwch_qp.c 			t3_wr_opcode = T3_WR_FASTREG;
t3_wr_opcode      426 drivers/infiniband/hw/cxgb3/iwch_qp.c 			t3_wr_opcode = T3_WR_INV_STAG;
t3_wr_opcode      438 drivers/infiniband/hw/cxgb3/iwch_qp.c 		sqp->opcode = wr2opcode(t3_wr_opcode);
t3_wr_opcode      443 drivers/infiniband/hw/cxgb3/iwch_qp.c 		build_fw_riwrh((void *) wqe, t3_wr_opcode, t3_wr_flags,