Searched refs:fbnic_free_ring_resources (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1814 static void fbnic_free_ring_resources(struct device *dev, in fbnic_free_ring_resources() function 1882 fbnic_free_ring_resources(dev, txr); in fbnic_alloc_tx_ring_resources() 1956 fbnic_free_ring_resources(dev, rxr); in fbnic_alloc_rx_ring_resources() 1965 fbnic_free_ring_resources(dev, &qt->cmpl); in fbnic_free_qt_resources() 1966 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_free_qt_resources() 1967 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_free_qt_resources() 1997 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_alloc_tx_qt_resources() 1999 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_alloc_tx_qt_resources() 2039 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_alloc_rx_qt_resources() 2041 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_alloc_rx_qt_resources()
|