Home
last modified time | relevance | path

Searched refs:egr_sz (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1003 bitmap_zero(s->starving_fl, s->egr_sz); in setup_sge_queues()
1004 bitmap_zero(s->txq_maperr, s->egr_sz); in setup_sge_queues()
3177 ret = t4_cfg_pfvf(adap, adap->fn, adap->fn, 0, adap->sge.egr_sz, 64, in adap_init1()
3730 adap->sge.egr_sz = val[0] - adap->sge.egr_start + 1; in adap_init0()
3733 adap->sge.egr_map = kcalloc(adap->sge.egr_sz, in adap_init0()
3750 adap->sge.starving_fl = kcalloc(BITS_TO_LONGS(adap->sge.egr_sz), in adap_init0()
3757 adap->sge.txq_maperr = kcalloc(BITS_TO_LONGS(adap->sge.egr_sz), in adap_init0()
Dsge.c2286 for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) in sge_rx_timer_cb()
2374 for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) in sge_tx_timer_cb()
2857 adap->sge.egr_sz * sizeof(*adap->sge.egr_map)); in t4_free_sge_resources()
Dcxgb4.h640 unsigned int egr_sz; member