Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c1860 fl->size, sizeof(__be64), s->stat_len, in t4_sge_alloc_rxq()
1868 flsz = fl->size / 8 + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_rxq()
2055 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_eth_txq()
2059 s->stat_len, sizeof(struct tx_sw_desc), in t4_sge_alloc_eth_txq()
2127 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_ctrl_txq()
2451 s->stat_len = (sge_control & F_EGRSTATUSPAGESIZE) ? 128 : 64; in t4_sge_init()
2612 s->stat_len = ((sge_control & F_EGRSTATUSPAGESIZE) in t4vf_sge_init()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h288 u32 stat_len; /* length of status page at ring end */ member
H A Dt4_hw.c3726 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params_compat() local
3746 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()
3827 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()