Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h65 (w)->wr.wr_mid = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*w), 16)) | \
78 (w)->wr.wr_mid = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(wrlen, 16)) | \
Dsge.c1592 wr_mid = FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2)); in cxgb4_eth_xmit()
1904 wr_mid = FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2)); in cxgb4_vf_eth_xmit()
2231 wr->equiq_to_len16 = cpu_to_be32(FW_WR_LEN16_V(wrlen16) | in write_eo_wr()
2588 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(len16) | in cxgb4_ethofld_send_flowc()
2702 wr->equiq_to_len16 = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2))); in cxgb4_selftest_lb_pkt()
Dcxgb4_filter.c851 fwr->len16_pkd = htonl(FW_WR_LEN16_V(sizeof(*fwr) / 16)); in set_filter_wr()
Dt4fw_api.h162 #define FW_WR_LEN16_V(x) ((x) << FW_WR_LEN16_S) macro
Dt4_hw.c6491 wr->len16_pkd = cpu_to_be32(FW_WR_LEN16_V(sizeof(*wr) / 16)); in t4_mk_filtdelwr()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c924 FW_WR_LEN16_V(DIV_ROUND_UP(len, 16))); in chcr_ktls_xmit_tcb_cpls()
1040 wr->equiq_to_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_write_tcp_options()
1159 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_xmit_wr_complete()
1341 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_xmit_wr_short()
1518 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_tx_plaintxt()
1624 wr->equiq_to_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_tunnel_pkt()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dmem.c89 req->wr.wr_mid = cpu_to_be32(FW_WR_LEN16_V(DIV_ROUND_UP(wr_len, 16))); in _c4iw_write_mem_dma_aligned()
154 FW_WR_LEN16_V(DIV_ROUND_UP(wr_len, 16))); in _c4iw_write_mem_inline()
Dcm.c613 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_flowc()
969 FW_WR_LEN16_V(wrlen >> 4)); in send_mpa_req()
1075 FW_WR_LEN16_V(wrlen >> 4)); in send_mpa_reject()
1155 FW_WR_LEN16_V(wrlen >> 4)); in send_mpa_reply()
1970 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_act_open_req()
4003 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_pass_open_req()
Dqp.c1580 FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*wqe), 16))); in post_terminate()
1713 FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*wqe), 16))); in rdma_fini()
1777 FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*wqe), 16))); in rdma_init()
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_scsi.c212 FW_WR_LEN16_V( in csio_scsi_init_cmd_wr()
373 FW_WR_LEN16_V(DIV_ROUND_UP(size, 16))); in csio_scsi_init_read_wr()
426 FW_WR_LEN16_V(DIV_ROUND_UP(size, 16))); in csio_scsi_init_write_wr()
655 FW_WR_LEN16_V( in csio_scsi_init_abrt_cls_wr()
Dcsio_lnode.c1693 FW_WR_LEN16_V(wr_len)); in csio_ln_prep_ecwr()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c401 cpu_to_be32(FW_WR_LEN16_V(DIV_ROUND_UP(len, 16) | in chtls_setkey()
Dchtls_io.c212 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_tx_flowc_wr()
525 FW_WR_LEN16_V(credits)); in make_tx_data_wr()
Dchtls_cm.c314 req->wr.wr_mid = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16)) | in chtls_close_conn()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c629 htonl(FW_WR_LEN16_V(flowclen16) | FW_WR_FLOWID_V(csk->tid)); in send_tx_flowc_wr()
744 FW_WR_LEN16_V(credits)); in cxgb4i_make_tx_data_wr()
/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c187 FW_WR_LEN16_V(credits)); in cxgbit_tx_data_wr()
Dcxgbit_cm.c1435 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1241 wr_mid = FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2)); in t4vf_eth_xmit()