Home
last modified time | relevance | path

Searched refs:hwords (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Drc.c92 hwords = 5; in make_rc_ack()
95 hwords = 7; in make_rc_ack()
169 hwords++; in make_rc_ack()
240 hwords++; in make_rc_ack()
344 hwords++; in make_rc_ack()
398 u32 hwords = 5; in hfi1_make_rc_req() local
417 hwords = 5; in hfi1_make_rc_req()
424 hwords = 7; in hfi1_make_rc_req()
926 hwords += 1; in hfi1_make_rc_req()
1237 *hwords = 6; in hfi1_make_rc_ack_9B()
[all …]
A Duc.c27 u32 hwords; in hfi1_make_uc_req() local
56 hwords = 5; in hfi1_make_uc_req()
63 hwords = 7; in hfi1_make_uc_req()
133 hwords += 1; in hfi1_make_uc_req()
149 hwords += sizeof(struct ib_reth) / 4; in hfi1_make_uc_req()
162 hwords += 1; in hfi1_make_uc_req()
192 hwords += 1; in hfi1_make_uc_req()
218 hwords += 1; in hfi1_make_uc_req()
228 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_uc_req()
A Dud.c596 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local
615 (hwords - LRH_16B_DWORDS + nwords) << 2); in return_cnp_16B()
621 hwords += sizeof(struct ib_grh) / sizeof(u32); in return_cnp_16B()
636 len = (hwords + nwords) >> 1; in return_cnp_16B()
639 plen = 2 /* PBC */ + hwords + nwords; in return_cnp_16B()
648 &hdr, hwords); in return_cnp_16B()
658 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
673 (hwords - LRH_9B_DWORDS + SIZE_OF_CRC) << 2); in return_cnp()
679 hwords += sizeof(struct ib_grh) / sizeof(u32); in return_cnp()
694 plen = 2 /* PBC */ + hwords; in return_cnp()
[all …]
A Druc.c127 const struct ib_global_route *grh, u32 hwords, u32 nwords) in hfi1_make_grh() argument
133 hdr->paylen = cpu_to_be16((hwords + nwords) << 2); in hfi1_make_grh()
A Dverbs.h397 const struct ib_global_route *grh, u32 hwords, u32 nwords);
A Dtid_rdma.c5013 u32 bth1 = 0, bth2 = 0, hwords = 5, len, middle = 0; in hfi1_make_tid_rdma_pkt() local
5129 hwords += sizeof(ohdr->u.tid_rdma.w_data) / sizeof(u32); in hfi1_make_tid_rdma_pkt()
5145 hwords += hfi1_build_tid_rdma_resync(qp, wqe, ohdr, &bth1, in hfi1_make_tid_rdma_pkt()
5163 ps->s_txreq->hdr_dwords = hwords; in hfi1_make_tid_rdma_pkt()
5193 u32 hwords, next; in make_tid_rdma_ack() local
5206 hwords = 5; in make_tid_rdma_ack()
5308 hwords += hfi1_build_tid_rdma_write_ack(qp, e, ohdr, flow, &bth1, in make_tid_rdma_ack()
5312 ps->s_txreq->hdr_dwords = hwords; in make_tid_rdma_ack()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_rc.c66 u32 hwords; in qib_make_rc_ack() local
76 hwords = 5; in qib_make_rc_ack()
133 hwords++; in qib_make_rc_ack()
163 hwords++; in qib_make_rc_ack()
190 hwords++; in qib_make_rc_ack()
223 u32 hwords; in qib_make_rc_req() local
272 hwords = 5; in qib_make_rc_req()
493 hwords += 1; in qib_make_rc_req()
606 u32 hwords; in qib_send_rc_ack() local
627 hwords = 6; in qib_send_rc_ack()
[all …]
A Dqib_uc.c54 u32 hwords; in qib_make_uc_req() local
81 hwords = 5; in qib_make_uc_req()
120 hwords += 1; in qib_make_uc_req()
136 hwords += sizeof(struct ib_reth) / 4; in qib_make_uc_req()
149 hwords += 1; in qib_make_uc_req()
178 hwords += 1; in qib_make_uc_req()
203 hwords += 1; in qib_make_uc_req()
213 qp->s_hdrwords = hwords; in qib_make_uc_req()
A Dqib_ruc.c184 const struct ib_global_route *grh, u32 hwords, u32 nwords) in qib_make_grh() argument
190 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
A Dqib_verbs.h323 const struct ib_global_route *grh, u32 hwords, u32 nwords);
/linux-6.3-rc2/drivers/media/platform/ti/omap3isp/
A Dispccp2.c439 u32 val, hwords; in ccp2_mem_configure() local
493 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
496 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
499 isp_reg_writel(isp, hwords << ISPCCP2_LCM_PREFETCH_SHIFT, in ccp2_mem_configure()

Completed in 31 milliseconds