Searched refs:STAT_LEN (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/vxge/
H A Dvxge-ethtool.h55 #define STAT_LEN (VXGE_HW_STATS_LEN + DRIVER_STAT_LEN + VXGE_SW_STATS_LEN) macro
H A Dvxge-ethtool.c93 info->n_stats = STAT_LEN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-ethtool.h55 #define STAT_LEN (VXGE_HW_STATS_LEN + DRIVER_STAT_LEN + VXGE_SW_STATS_LEN) macro
H A Dvxge-ethtool.c93 info->n_stats = STAT_LEN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4vf/
H A Dsge.c56 static u32 STAT_LEN; /* length of status page at ring end */ variable
2111 &fl->addr, &fl->sdesc, STAT_LEN);
2123 STAT_LEN / EQ_UNIT);
2219 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2228 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2301 tq->size * sizeof(*tq->desc) + STAT_LEN,
2330 fl->size * sizeof(*fl->desc) + STAT_LEN,
2437 STAT_LEN = ((sge_params->sge_control & EGRSTATUSPAGESIZE) ? 128 : 64);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c56 static u32 STAT_LEN; /* length of status page at ring end */ variable
2111 &fl->addr, &fl->sdesc, STAT_LEN);
2123 STAT_LEN / EQ_UNIT);
2219 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2228 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2301 tq->size * sizeof(*tq->desc) + STAT_LEN,
2330 fl->size * sizeof(*fl->desc) + STAT_LEN,
2437 STAT_LEN = ((sge_params->sge_control & EGRSTATUSPAGESIZE) ? 128 : 64);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4/
H A Dsge.c142 STAT_LEN = L1_CACHE_BYTES > 64 ? 128 : 64 enumerator in enum:__anon16482
2021 &fl->sdesc, STAT_LEN);
2025 flsz = fl->size / 8 + STAT_LEN / sizeof(struct tx_desc);
2102 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2106 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2153 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2203 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2207 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2250 q->size * sizeof(struct tx_desc) + STAT_LEN,
2274 dma_free_coherent(adap->pdev_dev, fl->size * 8 + STAT_LEN,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c142 STAT_LEN = L1_CACHE_BYTES > 64 ? 128 : 64 enumerator in enum:__anon28175
2021 &fl->sdesc, STAT_LEN);
2025 flsz = fl->size / 8 + STAT_LEN / sizeof(struct tx_desc);
2102 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2106 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2153 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2203 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc);
2207 &txq->q.phys_addr, &txq->q.sdesc, STAT_LEN);
2250 q->size * sizeof(struct tx_desc) + STAT_LEN,
2274 dma_free_coherent(adap->pdev_dev, fl->size * 8 + STAT_LEN,
[all...]

Completed in 183 milliseconds