Lines Matching refs:bufinf
592 txring->bufinf = kzalloc(sizeof(struct jme_buffer_info) * in jme_setup_tx_resources()
594 if (unlikely(!(txring->bufinf))) in jme_setup_tx_resources()
614 txring->bufinf = NULL; in jme_setup_tx_resources()
627 if (txring->bufinf) { in jme_free_tx_resources()
629 txbi = txring->bufinf + i; in jme_free_tx_resources()
639 kfree(txring->bufinf); in jme_free_tx_resources()
651 txring->bufinf = NULL; in jme_free_tx_resources()
737 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_set_clean_rxdesc()
757 struct jme_buffer_info *rxbi = rxring->bufinf + i; in jme_make_new_rx_buf()
788 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_free_rx_buf()
810 if (rxring->bufinf) { in jme_free_rx_resources()
813 kfree(rxring->bufinf); in jme_free_rx_resources()
824 rxring->bufinf = NULL; in jme_free_rx_resources()
852 rxring->bufinf = kzalloc(sizeof(struct jme_buffer_info) * in jme_setup_rx_resources()
854 if (unlikely(!(rxring->bufinf))) in jme_setup_rx_resources()
880 rxring->bufinf = NULL; in jme_setup_rx_resources()
1028 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_alloc_and_feed_skb()
1453 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi, *ttxbi; in jme_tx_clean_tasklet()
2035 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_drop_tx_map()
2057 struct jme_buffer_info *txbi = txring->bufinf, *ctxbi; in jme_map_tx_skb()
2175 txbi = txring->bufinf + idx; in jme_fill_tx_desc()
2221 struct jme_buffer_info *txbi = txring->bufinf; in jme_stop_queue_if_full()