Home
last modified time | relevance | path

Searched refs:flsz (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2209 int ret, iqandst, flsz = 0; in t4vf_sge_alloc_rxq() local
2296 flsz = (fl->size / FL_PER_EQ_UNIT + in t4vf_sge_alloc_rxq()
2327 cmd.fl0size = cpu_to_be16(flsz); in t4vf_sge_alloc_rxq()
2394 dma_free_coherent(adapter->pdev_dev, flsz * EQ_UNIT, in t4vf_sge_alloc_rxq()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4378 int ret, flsz = 0; in t4_sge_alloc_rxq() local
4437 flsz = fl->size / 8 + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_rxq()
4462 c.fl0size = htons(flsz); in t4_sge_alloc_rxq()
4559 dma_free_coherent(adap->pdev_dev, flsz * sizeof(struct tx_desc), in t4_sge_alloc_rxq()