Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c355 enum t3_wr_opcode t3_wr_opcode = 0; in iwch_post_send() local
398 t3_wr_opcode = T3_WR_SEND; in iwch_post_send()
403 t3_wr_opcode = T3_WR_WRITE; in iwch_post_send()
408 t3_wr_opcode = T3_WR_READ; in iwch_post_send()
418 t3_wr_opcode = T3_WR_FASTREG; in iwch_post_send()
425 t3_wr_opcode = T3_WR_INV_STAG; in iwch_post_send()
437 sqp->opcode = wr2opcode(t3_wr_opcode); in iwch_post_send()
442 build_fw_riwrh((void *) wqe, t3_wr_opcode, t3_wr_flags, in iwch_post_send()
Dcxio_wr.h69 enum t3_wr_opcode { enum
100 static inline enum t3_rdma_opcode wr2opcode(enum t3_wr_opcode wrop) in wr2opcode()
416 static inline enum t3_wr_opcode fw_riwrh_opcode(struct fw_riwrh *wqe) in fw_riwrh_opcode()
427 static inline void build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op, in build_fw_riwrh()