Lines Matching refs:bufinf
578 txring->bufinf = kcalloc(jme->tx_ring_size, in jme_setup_tx_resources()
581 if (unlikely(!(txring->bufinf))) in jme_setup_tx_resources()
596 txring->bufinf = NULL; in jme_setup_tx_resources()
609 if (txring->bufinf) { in jme_free_tx_resources()
611 txbi = txring->bufinf + i; in jme_free_tx_resources()
621 kfree(txring->bufinf); in jme_free_tx_resources()
633 txring->bufinf = NULL; in jme_free_tx_resources()
708 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_set_clean_rxdesc()
728 struct jme_buffer_info *rxbi = rxring->bufinf + i; in jme_make_new_rx_buf()
759 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_free_rx_buf()
781 if (rxring->bufinf) { in jme_free_rx_resources()
784 kfree(rxring->bufinf); in jme_free_rx_resources()
795 rxring->bufinf = NULL; in jme_free_rx_resources()
823 rxring->bufinf = kcalloc(jme->rx_ring_size, in jme_setup_rx_resources()
826 if (unlikely(!(rxring->bufinf))) in jme_setup_rx_resources()
852 rxring->bufinf = NULL; in jme_setup_rx_resources()
1000 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_alloc_and_feed_skb()
1423 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi, *ttxbi; in jme_tx_clean_tasklet()
2001 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_drop_tx_map()
2022 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_map_tx_skb()
2134 txbi = txring->bufinf + idx; in jme_fill_tx_desc()
2180 struct jme_buffer_info *txbi = txring->bufinf; in jme_stop_queue_if_full()