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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h172 uint32_t ch_bg_buf_sz; /* size of bg esballoc bufs */ member in struct:ch
H A Dch.c2228 chp->ch_bg_buf_sz = 0x4000;
2233 chp->ch_bg_buf_sz = 0x800;
2238 chp->ch_bg_buf_sz = 0x1000;
2243 chp->ch_bg_buf_sz = 0x2000;
2248 chp->ch_bg_buf_sz = 0x3000;
H A Dsge.h69 #define SGE_BG_BUF_SZ(sa) (sa->ch_bg_buf_sz)
H A Dsge.c1340 sge->freelQ[sge->jumbo_fl].fq_rx_buffer_size = sge->obj->ch_bg_buf_sz;
1342 sge->intr_cnt.rx_flq0_sz = sge->obj->ch_bg_buf_sz;
1344 sge->intr_cnt.rx_flq1_sz = sge->obj->ch_bg_buf_sz;

Completed in 71 milliseconds