Searched refs:alloc_ring (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c869 alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size, function
2445 if ((ret = alloc_ring(sc, p->fl_size, sizeof(struct rx_desc),
2454 if ((ret = alloc_ring(sc, p->jumbo_size, sizeof(struct rx_desc),
2463 if ((ret = alloc_ring(sc, p->rspq_size, sizeof(struct rsp_desc), 0,
2478 if ((ret = alloc_ring(sc, p->txq_size[i],
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c206 static int alloc_ring(struct adapter *, size_t, bus_dma_tag_t *, bus_dmamap_t *,
2737 alloc_ring(struct adapter *sc, size_t len, bus_dma_tag_t *tag, function
2807 rc = alloc_ring(sc, len, &iq->desc_tag, &iq->desc_map, &iq->ba,
2851 rc = alloc_ring(sc, len, &fl->desc_tag, &fl->desc_map,
3300 rc = alloc_ring(sc, len, &nm_rxq->iq_desc_tag, &nm_rxq->iq_desc_map,
3306 rc = alloc_ring(sc, len, &nm_rxq->fl_desc_tag, &nm_rxq->fl_desc_map,
3381 rc = alloc_ring(sc, len, &nm_txq->desc_tag, &nm_txq->desc_map,
3588 rc = alloc_ring(sc, len, &eq->desc_tag, &eq->desc_map,

Completed in 142 milliseconds