Searched refs:rvt_div_round_up_mtu (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1791 u32 npkts = rvt_div_round_up_mtu(qp, *len); 1909 flow->npkts = rvt_div_round_up_mtu(qp, len); in tid_rdma_rcv_read_request() 3086 tidnpkts = rvt_div_round_up_mtu(qp, tidlen); in hfi1_tid_rdma_restart_req() 3327 wqe->lpsn += rvt_div_round_up_mtu(qp, wqe->length) - 1; in setup_tid_rdma_wqe() 3530 npkts = rvt_div_round_up_mtu(qp, req->seg_len); in hfi1_tid_write_alloc_resources() 4110 flow->npkts = rvt_div_round_up_mtu(qp, flow->length); in hfi1_rc_rcv_tid_rdma_write_resp() 4242 rvt_div_round_up_mtu(qp, req->seg_len) > in hfi1_build_tid_rdma_packet()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1798 u32 npkts = rvt_div_round_up_mtu(qp, *len); 1916 flow->npkts = rvt_div_round_up_mtu(qp, len); in tid_rdma_rcv_read_request() 3095 tidnpkts = rvt_div_round_up_mtu(qp, tidlen); in hfi1_tid_rdma_restart_req() 3339 wqe->lpsn += rvt_div_round_up_mtu(qp, wqe->length) - 1; in setup_tid_rdma_wqe() 3542 npkts = rvt_div_round_up_mtu(qp, req->seg_len); in hfi1_tid_write_alloc_resources() 4122 flow->npkts = rvt_div_round_up_mtu(qp, flow->length); in hfi1_rc_rcv_tid_rdma_write_resp() 4254 rvt_div_round_up_mtu(qp, req->seg_len) > in hfi1_build_tid_rdma_packet()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 654 * rvt_div_round_up_mtu - round up divide 660 static inline u32 rvt_div_round_up_mtu(struct rvt_qp *qp, u32 len) in rvt_div_round_up_mtu() function
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 654 * rvt_div_round_up_mtu - round up divide 660 static inline u32 rvt_div_round_up_mtu(struct rvt_qp *qp, u32 len) in rvt_div_round_up_mtu() function
|
Completed in 19 milliseconds