Lines Matching refs:fbnic_net
284 struct fbnic_net *fbn = netdev_priv(dev); in fbnic_xmit_frame()
890 static void fbnic_aggregate_ring_rx_counters(struct fbnic_net *fbn, in fbnic_aggregate_ring_rx_counters()
901 static void fbnic_aggregate_ring_tx_counters(struct fbnic_net *fbn, in fbnic_aggregate_ring_tx_counters()
912 static void fbnic_remove_tx_ring(struct fbnic_net *fbn, in fbnic_remove_tx_ring()
925 static void fbnic_remove_rx_ring(struct fbnic_net *fbn, in fbnic_remove_rx_ring()
938 static void fbnic_free_napi_vector(struct fbnic_net *fbn, in fbnic_free_napi_vector()
963 void fbnic_free_napi_vectors(struct fbnic_net *fbn) in fbnic_free_napi_vectors()
986 static int fbnic_alloc_nv_page_pool(struct fbnic_net *fbn, in fbnic_alloc_nv_page_pool()
1031 static int fbnic_alloc_napi_vector(struct fbnic_dev *fbd, struct fbnic_net *fbn, in fbnic_alloc_napi_vector()
1155 int fbnic_alloc_napi_vectors(struct fbnic_net *fbn) in fbnic_alloc_napi_vectors()
1224 static int fbnic_alloc_tx_ring_desc(struct fbnic_net *fbn, in fbnic_alloc_tx_ring_desc()
1254 static int fbnic_alloc_tx_ring_resources(struct fbnic_net *fbn, in fbnic_alloc_tx_ring_resources()
1281 static int fbnic_alloc_rx_ring_desc(struct fbnic_net *fbn, in fbnic_alloc_rx_ring_desc()
1334 static int fbnic_alloc_rx_ring_resources(struct fbnic_net *fbn, in fbnic_alloc_rx_ring_resources()
1355 static void fbnic_free_qt_resources(struct fbnic_net *fbn, in fbnic_free_qt_resources()
1365 static int fbnic_alloc_tx_qt_resources(struct fbnic_net *fbn, in fbnic_alloc_tx_qt_resources()
1386 static int fbnic_alloc_rx_qt_resources(struct fbnic_net *fbn, in fbnic_alloc_rx_qt_resources()
1413 static void fbnic_free_nv_resources(struct fbnic_net *fbn, in fbnic_free_nv_resources()
1426 static int fbnic_alloc_nv_resources(struct fbnic_net *fbn, in fbnic_alloc_nv_resources()
1453 void fbnic_free_resources(struct fbnic_net *fbn) in fbnic_free_resources()
1461 int fbnic_alloc_resources(struct fbnic_net *fbn) in fbnic_alloc_resources()
1511 void fbnic_napi_disable(struct fbnic_net *fbn) in fbnic_napi_disable()
1522 void fbnic_disable(struct fbnic_net *fbn) in fbnic_disable()
1633 void fbnic_flush(struct fbnic_net *fbn) in fbnic_flush()
1686 void fbnic_fill(struct fbnic_net *fbn) in fbnic_fill()
1865 void fbnic_enable(struct fbnic_net *fbn) in fbnic_enable()
1903 void fbnic_napi_enable(struct fbnic_net *fbn) in fbnic_napi_enable()
1936 struct fbnic_net *fbn = netdev_priv(netdev); in fbnic_napi_depletion_check()