Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h55 (w)->wr.wr_hi = htonl(FW_WR_OP_V(FW_TP_WR) | \
68 (w)->wr.wr_hi = htonl(FW_WR_OP_V(FW_ULPTX_WR) | \
Dsge.c1214 wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | in t4_eth_xmit()
1237 wr->op_immdlen = htonl(FW_WR_OP_V(FW_ETH_TX_PKT_WR) | in t4_eth_xmit()
Dt4fw_api.h115 #define FW_WR_OP_V(x) ((x) << FW_WR_OP_S) macro
Dt4_hw.c3647 wr->op_pkd = htonl(FW_WR_OP_V(FW_FILTER_WR)); in t4_mk_filtdelwr()
Dcxgb4_main.c1180 fwr->op_pkd = htonl(FW_WR_OP_V(FW_FILTER_WR)); in set_filter_wr()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dmem.c84 req->wr.wr_hi = cpu_to_be32(FW_WR_OP_V(FW_ULPTX_WR) | in _c4iw_write_mem_dma_aligned()
145 req->wr.wr_hi = cpu_to_be32(FW_WR_OP_V(FW_ULPTX_WR) | in _c4iw_write_mem_inline()
149 req->wr.wr_hi = cpu_to_be32(FW_WR_OP_V(FW_ULPTX_WR)); in _c4iw_write_mem_inline()
Dcq.c54 FW_WR_OP_V(FW_RI_RES_WR) | in destroy_cq()
124 FW_WR_OP_V(FW_RI_RES_WR) | in create_cq()
Dqp.c274 FW_WR_OP_V(FW_RI_RES_WR) | in create_qp()
1085 wqe->op_compl = cpu_to_be32(FW_WR_OP_V(FW_RI_INIT_WR)); in post_terminate()
1207 FW_WR_OP_V(FW_RI_INIT_WR) | in rdma_fini()
1276 FW_WR_OP_V(FW_RI_INIT_WR) | in rdma_init()
Dcm.c475 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc()
822 FW_WR_OP_V(FW_OFLD_TX_DATA_WR) | in send_mpa_req()
916 FW_WR_OP_V(FW_OFLD_TX_DATA_WR) | in send_mpa_reject()
996 FW_WR_OP_V(FW_OFLD_TX_DATA_WR) | in send_mpa_reply()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_scsi.c209 wr->op_immdlen = cpu_to_be32(FW_WR_OP_V(FW_SCSI_CMD_WR) | in csio_scsi_init_cmd_wr()
370 wr->op_immdlen = cpu_to_be32(FW_WR_OP_V(FW_SCSI_READ_WR) | in csio_scsi_init_read_wr()
423 wr->op_immdlen = cpu_to_be32(FW_WR_OP_V(FW_SCSI_WRITE_WR) | in csio_scsi_init_write_wr()
653 wr->op_immdlen = cpu_to_be32(FW_WR_OP_V(FW_SCSI_ABRT_CLS_WR)); in csio_scsi_init_abrt_cls_wr()
Dcsio_lnode.c1671 wr->op_immdlen = cpu_to_be32(FW_WR_OP_V(FW_FCOE_ELS_CT_WR) | in csio_ln_prep_ecwr()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c531 htonl(FW_WR_OP_V(FW_FLOWC_WR) | FW_FLOWC_WR_NPARAMS_V(nparams)); in send_tx_flowc_wr()
579 req->op_to_immdlen = htonl(FW_WR_OP_V(FW_OFLD_TX_DATA_WR) | in make_tx_data_wr()
586 cpu_to_be32(FW_WR_OP_V(FW_OFLD_TX_DATA_WR) | in make_tx_data_wr()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1277 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()
1314 cpu_to_be32(FW_WR_OP_V(FW_ETH_TX_PKT_VM_WR) | in t4vf_eth_xmit()