Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h57 (w)->wr.wr_mid = htonl(FW_WR_LEN16(DIV_ROUND_UP(sizeof(*w), 16)) | \
69 (w)->wr.wr_mid = htonl(FW_WR_LEN16(DIV_ROUND_UP(wrlen, 16)) | \
Dt4fw_api.h123 #define FW_WR_LEN16(x) ((x) << 0) macro
Dsge.c1095 wr_mid = FW_WR_LEN16(DIV_ROUND_UP(flits, 2)); in t4_eth_xmit()
Dt4_hw.c2557 wr->len16_pkd = htonl(FW_WR_LEN16(sizeof(*wr) / 16)); in t4_mk_filtdelwr()
Dcxgb4_main.c1343 fwr->len16_pkd = htonl(FW_WR_LEN16(sizeof(*fwr)/16)); in set_filter_wr()
/drivers/scsi/csiostor/
Dcsio_scsi.c236 FW_WR_LEN16( in csio_scsi_init_cmd_wr()
397 FW_WR_LEN16(DIV_ROUND_UP(size, 16))); in csio_scsi_init_read_wr()
450 FW_WR_LEN16(DIV_ROUND_UP(size, 16))); in csio_scsi_init_write_wr()
679 FW_WR_LEN16( in csio_scsi_init_abrt_cls_wr()
Dcsio_lnode.c1676 FW_WR_LEN16(wr_len)); in csio_ln_prep_ecwr()
/drivers/infiniband/hw/cxgb4/
Dmem.c80 req->wr.wr_mid = cpu_to_be32(FW_WR_LEN16(DIV_ROUND_UP(wr_len, 16))); in _c4iw_write_mem_dma_aligned()
144 FW_WR_LEN16(DIV_ROUND_UP(wr_len, 16))); in _c4iw_write_mem_inline()
Dcm.c477 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16(DIV_ROUND_UP(flowclen, in send_flowc()
811 FW_WR_LEN16(wrlen >> 4)); in send_mpa_req()
905 FW_WR_LEN16(wrlen >> 4)); in send_mpa_reject()
985 FW_WR_LEN16(wrlen >> 4)); in send_mpa_reply()
1754 req->len16_pkd = htonl(FW_WR_LEN16(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_act_open_req()
3541 req->len16_pkd = htonl(FW_WR_LEN16(DIV_ROUND_UP(sizeof(*req), 16))); in send_fw_pass_open_req()
Dqp.c1088 FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16))); in post_terminate()
1211 FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16))); in rdma_fini()
1280 FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16))); in rdma_init()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c504 htonl(FW_WR_LEN16(DIV_ROUND_UP(72, 16)) | in send_tx_flowc_wr()
554 FW_WR_LEN16(credits)); in make_tx_data_wr()
562 FW_WR_LEN16(credits)); in make_tx_data_wr()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1148 wr_mid = FW_WR_LEN16(DIV_ROUND_UP(flits, 2)); in t4vf_eth_xmit()