Searched refs:alloc_ring (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 878 alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size, in alloc_ring() function 2471 if ((ret = alloc_ring(sc, p->fl_size, sizeof(struct rx_desc), in t3_sge_alloc_qset() 2480 if ((ret = alloc_ring(sc, p->jumbo_size, sizeof(struct rx_desc), in t3_sge_alloc_qset() 2489 if ((ret = alloc_ring(sc, p->rspq_size, sizeof(struct rsp_desc), 0, in t3_sge_alloc_qset() 2504 if ((ret = alloc_ring(sc, p->txq_size[i], in t3_sge_alloc_qset()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 232 static int alloc_ring(struct adapter *, size_t, bus_dma_tag_t *, bus_dmamap_t *, 2988 alloc_ring(struct adapter *sc, size_t len, bus_dma_tag_t *tag, in alloc_ring() function 3058 rc = alloc_ring(sc, len, &iq->desc_tag, &iq->desc_map, &iq->ba, in alloc_iq_fl() 3102 rc = alloc_ring(sc, len, &fl->desc_tag, &fl->desc_map, in alloc_iq_fl() 3553 rc = alloc_ring(sc, len, &nm_rxq->iq_desc_tag, &nm_rxq->iq_desc_map, in alloc_nm_rxq() 3559 rc = alloc_ring(sc, len, &nm_rxq->fl_desc_tag, &nm_rxq->fl_desc_map, in alloc_nm_rxq() 3640 rc = alloc_ring(sc, len, &nm_txq->desc_tag, &nm_txq->desc_map, in alloc_nm_txq() 3849 rc = alloc_ring(sc, len, &eq->desc_tag, &eq->desc_map, in alloc_eq()
|