Home
last modified time | relevance | path

Searched refs:emac_tx_queue (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h207 struct emac_tx_queue { struct
231 struct emac_tx_queue *tx_q, argument
233 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
Demac-mac.c587 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_descs_free()
662 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_bufs_free()
675 struct emac_tx_queue *tx_q) in emac_tx_q_desc_alloc()
1026 struct emac_tx_queue *tx_q, struct emac_tpd *tpd) in emac_tx_tpd_create()
1044 struct emac_tx_queue *tx_q) in emac_tx_tpd_mark_last()
1168 static unsigned int emac_tpd_num_free_descs(struct emac_tx_queue *tx_q) in emac_tpd_num_free_descs()
1179 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q) in emac_mac_tx_process()
1246 struct emac_tx_queue *tx_q, in emac_tso_csum()
1328 struct emac_tx_queue *tx_q, struct sk_buff *skb, in emac_tx_fill_tpd()
1435 struct emac_tx_queue *tx_q, in emac_mac_tx_buf_send()
Demac.h341 struct emac_tx_queue tx_q;