Home
last modified time | relevance | path

Searched refs:bufs_cap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c732 const bool starved = t4_fl_refill(fl, fl->bufs_cap / 8); in t4_fl_periodic_refill()
1341 fl->bufs_cap = tip->tip_fl_qsize; in t4_alloc_iq()
1343 eq->tse_qsize = EQ_FLITS_TO_HC(fl->bufs_cap); in t4_alloc_iq()
1421 const size_t sdesc_sz = fl->bufs_cap * sizeof (struct fl_sdesc); in t4_alloc_iq()
1517 kmem_free(fl->sdesc, fl->bufs_cap * in t4_free_iq()
2159 nbufs = MIN(nbufs, fl->bufs_cap - fl->bufs_avail); in t4_fl_refill()
H A Dadapter.h440 uint32_t bufs_cap; /* Write Once */ member