Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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)) | \
H A Dcxgb4_filter.c851 fwr->len16_pkd = htonl(FW_WR_LEN16_V(sizeof(*fwr) / 16)); in set_filter_wr()
H A Dt4fw_api.h162 #define FW_WR_LEN16_V(x) ((x) << FW_WR_LEN16_S) macro
H A Dt4_hw.c6493 wr->len16_pkd = cpu_to_be32(FW_WR_LEN16_V(sizeof(*wr) / 16)); in t4_mk_filtdelwr()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c920 FW_WR_LEN16_V(DIV_ROUND_UP(len, 16))); in chcr_ktls_xmit_tcb_cpls()
1036 wr->equiq_to_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_write_tcp_options()
1155 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_xmit_wr_complete()
1337 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_xmit_wr_short()
1514 wr->flowid_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_tx_plaintxt()
1620 wr->equiq_to_len16 = htonl(wr_mid | FW_WR_LEN16_V(len16)); in chcr_ktls_tunnel_pkt()
/linux/drivers/infiniband/hw/cxgb4/
H A 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()
H A 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()
1975 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_act_open_req()
4013 req->len16_pkd = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_pass_open_req()
/linux/drivers/scsi/csiostor/
H A 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()
H A Dcsio_lnode.c1693 FW_WR_LEN16_V(wr_len)); in csio_ln_prep_ecwr()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A 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()
H A Dchtls_cm.c314 req->wr.wr_mid = htonl(FW_WR_LEN16_V(DIV_ROUND_UP(sizeof(*req), 16)) | in chtls_close_conn()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A 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/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c187 FW_WR_LEN16_V(credits)); in cxgbit_tx_data_wr()
H A Dcxgbit_cm.c1435 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in cxgbit_send_tx_flowc_wr()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1241 wr_mid = FW_WR_LEN16_V(DIV_ROUND_UP(flits, 2)); in t4vf_eth_xmit()