Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c744 enum fw_wr_opcodes fw_opcode = 0; in c4iw_post_send() local
784 fw_opcode = FW_RI_SEND_WR; in c4iw_post_send()
792 fw_opcode = FW_RI_RDMA_WRITE_WR; in c4iw_post_send()
798 fw_opcode = FW_RI_RDMA_READ_WR; in c4iw_post_send()
812 fw_opcode = FW_RI_FR_NSMR_WR; in c4iw_post_send()
822 fw_opcode = FW_RI_INV_LSTAG_WR; in c4iw_post_send()
847 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()