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 | 1839 static void fbnic_free_ring_resources(struct device *dev, in fbnic_free_ring_resources() function 1907 fbnic_free_ring_resources(dev, txr); in fbnic_alloc_tx_ring_resources() 1981 fbnic_free_ring_resources(dev, rxr); in fbnic_alloc_rx_ring_resources() 1990 fbnic_free_ring_resources(dev, &qt->cmpl); in fbnic_free_qt_resources() 1991 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_free_qt_resources() 1992 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_free_qt_resources() 2022 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_alloc_tx_qt_resources() 2024 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_alloc_tx_qt_resources() 2064 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_alloc_rx_qt_resources() 2066 fbnic_free_ring_resources(dev, &qt->sub0); in fbnic_alloc_rx_qt_resources()
|