Searched refs:tpt_base (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h118 unsigned int tpt_base; /* TPT base address */ member in struct:rdma_info
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c114 m.addr = (stag >> 8) * 32 + rdev->rnic_info.tpt_base;
H A Diw_cxgb_hal.h106 return min((int)T3_MAX_NUM_STAG, (int)((rdev_p->rnic_info.tpt_top - rdev_p->rnic_info.tpt_base) >> 5));
H A Diw_cxgb_hal.c783 (rdev_p->rnic_info.tpt_base >> 5),
976 ri->tpt_base = t3_read_reg(sc, A_ULPTX_TPT_LLIMIT);
996 CTR4(KTR_IW_CXGB, "cxio_rdev_open rnic %p info: tpt_base 0x%0x tpt_top 0x%0x num stags %d",
997 rdev_p->adap, rdev_p->rnic_info.tpt_base,

Completed in 114 milliseconds