Searched refs:bufinf (Results 1 – 2 of 2) sorted by relevance
586 txring->bufinf = kmalloc(sizeof(struct jme_buffer_info) * in jme_setup_tx_resources()588 if (unlikely(!(txring->bufinf))) in jme_setup_tx_resources()595 memset(txring->bufinf, 0, in jme_setup_tx_resources()610 txring->bufinf = NULL; in jme_setup_tx_resources()623 if (txring->bufinf) { in jme_free_tx_resources()625 txbi = txring->bufinf + i; in jme_free_tx_resources()635 kfree(txring->bufinf); in jme_free_tx_resources()647 txring->bufinf = NULL; in jme_free_tx_resources()733 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_set_clean_rxdesc()753 struct jme_buffer_info *rxbi = rxring->bufinf + i; in jme_make_new_rx_buf()[all …]
383 struct jme_buffer_info *bufinf; member