Home
last modified time | relevance | path

Searched refs:rqt_base (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_resource.c357 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()
HDiw_cxgb_resource.h54 #define RQT_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.rqt_base )
HDiw_cxgb_dbg.c218 m.addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base; in cxio_dump_rqt()
HDiw_cxgb_hal.c892 wqe->rq_addr = htobe32(attr->rq_addr - rdev_p->rnic_info.rqt_base); in cxio_rdma_init()
980 ri->rqt_base = t3_read_reg(sc, A_ULPRX_RQ_LLIMIT); in cxio_rdev_open()
1001 rdev_p->rnic_info.pbl_top, rdev_p->rnic_info.rqt_base, in cxio_rdev_open()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_ctl_defs.h122 unsigned int rqt_base; /* RQT base address */ member