Home
last modified time | relevance | path

Searched refs:rnic_info (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_resource.c314 rdev_p->pbl_pool = gen_pool_create(rdev_p->rnic_info.pbl_base, MIN_PBL_SHIFT, in cxio_hal_pblpool_create()
315 rdev_p->rnic_info.pbl_top - rdev_p->rnic_info.pbl_base); in cxio_hal_pblpool_create()
320 for (i = rdev_p->rnic_info.pbl_base; in cxio_hal_pblpool_create()
321 i <= rdev_p->rnic_info.pbl_top - PBL_CHUNK + 1; in cxio_hal_pblpool_create()
357 rdev_p->rqt_pool = gen_pool_create(rdev_p->rnic_info.rqt_base, in cxio_hal_rqtpool_create()
358 MIN_RQT_SHIFT, rdev_p->rnic_info.rqt_top - rdev_p->rnic_info.rqt_base); in cxio_hal_rqtpool_create()
363 for (i = rdev_p->rnic_info.rqt_base; in cxio_hal_rqtpool_create()
364 i <= rdev_p->rnic_info.rqt_top - RQT_CHUNK + 1; in cxio_hal_rqtpool_create()
HDiw_cxgb_hal.c323 wq->doorbell = rdev_p->rnic_info.kdb_addr; in cxio_create_qp()
325 wq->udb = (u64)rdev_p->rnic_info.udbell_physbase + in cxio_create_qp()
349 dma_free_coherent(&(rdev_p->rnic_info.pdev), in cxio_destroy_cq()
367 dma_free_coherent(&(rdev_p->rnic_info.pdev), in cxio_destroy_qp()
574 rdev_p->ctrl_qp.doorbell = rdev_p->rnic_info.kdb_addr; in cxio_hal_init_ctrl_qp()
615 dma_free_coherent(&(rdev_p->rnic_info.pdev), in cxio_hal_destroy_ctrl_qp()
783 (rdev_p->rnic_info.tpt_base >> 5), in __cxio_tpt_op()
807 __func__, pbl_addr, rdev_p->rnic_info.pbl_base, in cxio_write_pbl()
892 wqe->rq_addr = htobe32(attr->rq_addr - rdev_p->rnic_info.rqt_base); in cxio_rdma_init()
967 struct rdma_info *ri = &rdev_p->rnic_info; in cxio_rdev_open()
[all …]
HDiw_cxgb_resource.h48 #define PBL_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.pbl_base )
54 #define RQT_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.rqt_base )
HDiw_cxgb_hal.h90 struct rdma_info rnic_info; member
106 …return min((int)T3_MAX_NUM_STAG, (int)((rdev_p->rnic_info.tpt_top - rdev_p->rnic_info.tpt_base) >>… in cxio_num_stags()
HDiw_cxgb_dbg.c114 m.addr = (stag >> 8) * 32 + rdev->rnic_info.tpt_base; in cxio_dump_tpt()
218 m.addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base; in cxio_dump_rqt()
HDiw_cxgb_qp.c239 rhp->rdev.rnic_info.pbl_base) >> 3) + in iwch_sgl2pbl_map()
311 pbl_offset = (pbl_addr - qhp->rhp->rdev.rnic_info.pbl_base) >> 3; in build_zero_stag_recv()
HDiw_cxgb_provider.c644 rhp->rdev.rnic_info.pbl_base) >> 3; in iwch_reg_user_mr()