Lines Matching refs:bufinf
592 txring->bufinf = kcalloc(jme->tx_ring_size, in jme_setup_tx_resources()
595 if (unlikely(!(txring->bufinf))) in jme_setup_tx_resources()
615 txring->bufinf = NULL; in jme_setup_tx_resources()
628 if (txring->bufinf) { in jme_free_tx_resources()
630 txbi = txring->bufinf + i; in jme_free_tx_resources()
640 kfree(txring->bufinf); in jme_free_tx_resources()
652 txring->bufinf = NULL; in jme_free_tx_resources()
727 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_set_clean_rxdesc()
747 struct jme_buffer_info *rxbi = rxring->bufinf + i; in jme_make_new_rx_buf()
778 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_free_rx_buf()
800 if (rxring->bufinf) { in jme_free_rx_resources()
803 kfree(rxring->bufinf); in jme_free_rx_resources()
814 rxring->bufinf = NULL; in jme_free_rx_resources()
842 rxring->bufinf = kcalloc(jme->rx_ring_size, in jme_setup_rx_resources()
845 if (unlikely(!(rxring->bufinf))) in jme_setup_rx_resources()
871 rxring->bufinf = NULL; in jme_setup_rx_resources()
1019 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_alloc_and_feed_skb()
1444 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi, *ttxbi; in jme_tx_clean_tasklet()
2026 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_drop_tx_map()
2048 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_map_tx_skb()
2166 txbi = txring->bufinf + idx; in jme_fill_tx_desc()
2212 struct jme_buffer_info *txbi = txring->bufinf; in jme_stop_queue_if_full()