Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c1838 fl->size, sizeof(__be64), s->stat_len, in t4_sge_alloc_rxq()
1846 flsz = fl->size / 8 + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_rxq()
2031 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_eth_txq()
2035 s->stat_len, sizeof(struct tx_sw_desc), in t4_sge_alloc_eth_txq()
2103 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_ctrl_txq()
2381 s->stat_len = (sge_control & F_EGRSTATUSPAGESIZE) ? 128 : 64; in t4_sge_init()
2516 s->stat_len = ((sge_control & F_EGRSTATUSPAGESIZE) in t4vf_sge_init()
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h281 u32 stat_len; /* length of status page at ring end */ member
H A Dt4_hw.c3503 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params_compat() local
3523 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()
3604 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()