Searched refs:tpt_top (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h119 unsigned int tpt_top; /* TPT last entry address */ member in struct:rdma_info
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
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.c977 ri->tpt_top = t3_read_reg(sc, A_ULPTX_TPT_ULIMIT);
996 CTR4(KTR_IW_CXGB, "cxio_rdev_open rnic %p info: tpt_base 0x%0x tpt_top 0x%0x num stags %d",
998 rdev_p->rnic_info.tpt_top, cxio_num_stags(rdev_p));

Completed in 67 milliseconds