Lines Matching defs:q

204 static int ravb_tx_free(struct net_device *ndev, int q, bool free_txed_only)  in ravb_tx_free()
247 static void ravb_rx_ring_free_gbeth(struct net_device *ndev, int q) in ravb_rx_ring_free_gbeth()
272 static void ravb_rx_ring_free_rcar(struct net_device *ndev, int q) in ravb_rx_ring_free_rcar()
299 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
338 static void ravb_rx_ring_format_gbeth(struct net_device *ndev, int q) in ravb_rx_ring_format_gbeth()
369 static void ravb_rx_ring_format_rcar(struct net_device *ndev, int q) in ravb_rx_ring_format_rcar()
400 static void ravb_ring_format(struct net_device *ndev, int q) in ravb_ring_format()
442 static void *ravb_alloc_rx_desc_gbeth(struct net_device *ndev, int q) in ravb_alloc_rx_desc_gbeth()
455 static void *ravb_alloc_rx_desc_rcar(struct net_device *ndev, int q) in ravb_alloc_rx_desc_rcar()
469 static int ravb_ring_init(struct net_device *ndev, int q) in ravb_ring_init()
767 static bool ravb_rx_gbeth(struct net_device *ndev, int *quota, int q) in ravb_rx_gbeth()
896 static bool ravb_rx_rcar(struct net_device *ndev, int *quota, int q) in ravb_rx_rcar()
1011 static bool ravb_rx(struct net_device *ndev, int *quota, int q) in ravb_rx()
1129 static bool ravb_queue_interrupt(struct net_device *ndev, int q) in ravb_queue_interrupt()
1188 int q; in ravb_interrupt() local
1260 static irqreturn_t ravb_dma_interrupt(int irq, void *dev_id, int q) in ravb_dma_interrupt()
1292 int q = napi - priv->napi; in ravb_poll() local
1558 int q; in ravb_get_ethtool_stats() local
1943 u16 q = skb_get_queue_mapping(skb); in ravb_start_xmit() local
2642 int error, irq, q; in ravb_probe() local