Home
last modified time | relevance | path

Searched refs:emac_tpd_num_free_descs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1168 static unsigned int emac_tpd_num_free_descs(struct emac_tx_queue *tx_q) in emac_tpd_num_free_descs() function
1210 if (emac_tpd_num_free_descs(tx_q) > (MAX_SKB_FRAGS + 1)) in emac_mac_tx_process()
1470 if (emac_tpd_num_free_descs(tx_q) < (MAX_SKB_FRAGS + 3)) in emac_mac_tx_buf_send()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1168 static unsigned int emac_tpd_num_free_descs(struct emac_tx_queue *tx_q) in emac_tpd_num_free_descs() function
1210 if (emac_tpd_num_free_descs(tx_q) > (MAX_SKB_FRAGS + 1)) in emac_mac_tx_process()
1473 if (emac_tpd_num_free_descs(tx_q) < (MAX_SKB_FRAGS + 3)) in emac_mac_tx_buf_send()

Completed in 8 milliseconds