Searched refs:rdma_nl_put_driver_u32_hex (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hns/ |
D | hns_roce_restrack.c | 71 if (rdma_nl_put_driver_u32_hex(msg, "sq_wqe_cnt", hr_qp->sq.wqe_cnt)) in hns_roce_fill_res_qp_entry() 74 if (rdma_nl_put_driver_u32_hex(msg, "sq_max_gs", hr_qp->sq.max_gs)) in hns_roce_fill_res_qp_entry() 77 if (rdma_nl_put_driver_u32_hex(msg, "rq_wqe_cnt", hr_qp->rq.wqe_cnt)) in hns_roce_fill_res_qp_entry() 80 if (rdma_nl_put_driver_u32_hex(msg, "rq_max_gs", hr_qp->rq.max_gs)) in hns_roce_fill_res_qp_entry() 83 if (rdma_nl_put_driver_u32_hex(msg, "ext_sge_sge_cnt", hr_qp->sge.sge_cnt)) in hns_roce_fill_res_qp_entry() 124 if (rdma_nl_put_driver_u32_hex(msg, "pbl_hop_num", hr_mr->pbl_hop_num)) in hns_roce_fill_res_mr_entry() 127 if (rdma_nl_put_driver_u32_hex(msg, "ba_pg_shift", in hns_roce_fill_res_mr_entry() 131 if (rdma_nl_put_driver_u32_hex(msg, "buf_pg_shift", in hns_roce_fill_res_mr_entry()
|
/linux-6.6.21/drivers/infiniband/hw/cxgb4/ |
D | restrack.c | 60 if (rdma_nl_put_driver_u32_hex(msg, "flags", wq->sq.flags)) in fill_sq() 82 if (rdma_nl_put_driver_u32_hex(msg, "rqt_hwaddr", wq->rq.rqt_hwaddr)) in fill_rq() 312 if (rdma_nl_put_driver_u32_hex(msg, "header", in fill_cqe() 317 if (rdma_nl_put_driver_u32_hex(msg, "wrid_hi", in fill_cqe() 320 if (rdma_nl_put_driver_u32_hex(msg, "wrid_low", in fill_cqe() 454 if (rdma_nl_put_driver_u32_hex(msg, "idx", stag >> 8)) in c4iw_fill_res_mr_entry() 459 if (rdma_nl_put_driver_u32_hex(msg, "key", stag & 0xff)) in c4iw_fill_res_mr_entry() 467 if (rdma_nl_put_driver_u32_hex(msg, "perm", in c4iw_fill_res_mr_entry() 476 if (rdma_nl_put_driver_u32_hex(msg, "pbl_addr", in c4iw_fill_res_mr_entry()
|
/linux-6.6.21/include/rdma/ |
D | restrack.h | 147 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name,
|
/linux-6.6.21/drivers/infiniband/core/ |
D | nldev.c | 218 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_u32_hex() function 224 EXPORT_SYMBOL(rdma_nl_put_driver_u32_hex);
|