Searched refs:egr_sz (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 3410 ssize_t size = (adap->sge.egr_sz + 3) / 4 + in blocked_fl_read() 3411 adap->sge.egr_sz / 32 + 2; /* includes ,/\n/\0 */ in blocked_fl_read() 3418 adap->sge.egr_sz, adap->sge.blocked_fl); in blocked_fl_read() 3432 t = bitmap_zalloc(adap->sge.egr_sz, GFP_KERNEL); in blocked_fl_write() 3436 err = bitmap_parse_user(ubuf, count, t, adap->sge.egr_sz); in blocked_fl_write() 3442 bitmap_copy(adap->sge.blocked_fl, t, adap->sge.egr_sz); in blocked_fl_write()
|
H A D | cxgb4_main.c | 1008 bitmap_zero(s->starving_fl, s->egr_sz); in setup_fw_sge_queues() 1009 bitmap_zero(s->txq_maperr, s->egr_sz); in setup_fw_sge_queues() 4215 ret = t4_cfg_pfvf(adap, adap->mbox, adap->pf, 0, adap->sge.egr_sz, 64, in adap_init1() 5029 adap->sge.egr_sz = val[0] - adap->sge.egr_start + 1; in adap_init0() 5032 adap->sge.egr_map = kcalloc(adap->sge.egr_sz, in adap_init0() 5049 adap->sge.starving_fl = bitmap_zalloc(adap->sge.egr_sz, GFP_KERNEL); in adap_init0() 5055 adap->sge.txq_maperr = bitmap_zalloc(adap->sge.egr_sz, GFP_KERNEL); in adap_init0() 5062 adap->sge.blocked_fl = bitmap_zalloc(adap->sge.egr_sz, GFP_KERNEL); in adap_init0()
|
H A D | sge.c | 4253 for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) in sge_rx_timer_cb() 4290 for (i = 0; i < BITS_TO_LONGS(s->egr_sz); i++) in sge_tx_timer_cb() 5005 adap->sge.egr_sz * sizeof(*adap->sge.egr_map)); in t4_free_sge_resources()
|
H A D | cxgb4.h | 1002 unsigned int egr_sz; member
|