Home
last modified time | relevance | path

Searched refs:hdwords (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1788 u32 hdwords = 0; variable
1872 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len);
1874 return hdwords;
2350 u32 hdwords = 0; in hfi1_build_tid_rdma_read_resp() local
2401 hdwords = sizeof(ohdr->u.tid_rdma.r_rsp) / sizeof(u32); in hfi1_build_tid_rdma_read_resp()
2404 return hdwords; in hfi1_build_tid_rdma_read_resp()
3832 u32 resp_len = 0, hdwords = 0; in hfi1_build_tid_rdma_write_resp() local
3920 hdwords = sizeof(ohdr->u.tid_rdma.w_rsp) / sizeof(u32); in hfi1_build_tid_rdma_write_resp()
3923 return hdwords; in hfi1_build_tid_rdma_write_resp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1795 u32 hdwords = 0; variable
1879 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len);
1881 return hdwords;
2357 u32 hdwords = 0; in hfi1_build_tid_rdma_read_resp() local
2408 hdwords = sizeof(ohdr->u.tid_rdma.r_rsp) / sizeof(u32); in hfi1_build_tid_rdma_read_resp()
2411 return hdwords; in hfi1_build_tid_rdma_read_resp()
3844 u32 resp_len = 0, hdwords = 0; in hfi1_build_tid_rdma_write_resp() local
3932 hdwords = sizeof(ohdr->u.tid_rdma.w_rsp) / sizeof(u32); in hfi1_build_tid_rdma_write_resp()
3935 return hdwords; in hfi1_build_tid_rdma_write_resp()

Completed in 13 milliseconds