Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dmem.c87 (wr_waitp ? FW_WR_COMPL_F : 0)); in _c4iw_write_mem_dma_aligned()
149 FW_WR_COMPL_F); in _c4iw_write_mem_inline()
H A Dcq.c52 FW_WR_COMPL_F); in destroy_cq()
130 FW_WR_COMPL_F); in create_cq()
H A Dqp.c320 FW_WR_COMPL_F); in create_qp()
1710 FW_WR_COMPL_F); in rdma_fini()
1774 FW_WR_COMPL_F); in rdma_init()
2490 FW_WR_COMPL_F); in free_srq_queue()
2580 FW_WR_COMPL_F); in alloc_srq_queue()
H A Dcm.c965 FW_WR_COMPL_F | in send_mpa_req()
1071 FW_WR_COMPL_F | in send_mpa_reject()
1151 FW_WR_COMPL_F | in send_mpa_reply()
4008 req->op_compl = htonl(WR_OP_V(FW_OFLD_CONNECTION_WR) | FW_WR_COMPL_F); in send_fw_pass_open_req()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c398 cpu_to_be32(FW_WR_OP_V(FW_ULPTX_WR) | FW_WR_COMPL_F | in chtls_setkey()
H A Dchtls_io.c699 req->wr.wr_hi |= htonl(FW_WR_COMPL_F); in chtls_push_frames()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c271 req->wr.wr_hi |= htonl(FW_WR_COMPL_F); in cxgbit_push_tx_frames()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c866 req->wr.wr_hi |= cpu_to_be32(FW_WR_COMPL_F); in push_tx_frames()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h139 #define FW_WR_COMPL_F FW_WR_COMPL_V(1U) macro