Home
last modified time | relevance | path

Searched refs:bufinf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Djme.c578 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()
[all...]
H A Djme.h370 struct jme_buffer_info *bufinf; member
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Djme.c579 txring->bufinf = kcalloc(jme->tx_ring_size, in jme_setup_tx_resources()
582 if (unlikely(!(txring->bufinf))) in jme_setup_tx_resources()
597 txring->bufinf = NULL; in jme_setup_tx_resources()
610 if (txring->bufinf) { in jme_free_tx_resources()
612 txbi = txring->bufinf + i; in jme_free_tx_resources()
622 kfree(txring->bufinf); in jme_free_tx_resources()
634 txring->bufinf = NULL; in jme_free_tx_resources()
709 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_set_clean_rxdesc()
729 struct jme_buffer_info *rxbi = rxring->bufinf + i; in jme_make_new_rx_buf()
760 struct jme_buffer_info *rxbi = rxring->bufinf; in jme_free_rx_buf()
[all...]
H A Djme.h370 struct jme_buffer_info *bufinf; member

Completed in 13 milliseconds