Searched refs:emac_tx_queue (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ |
| D | emac-mac.h | 207 struct emac_tx_queue { struct 230 int emac_mac_tx_buf_send(struct emac_adapter *adpt, struct emac_tx_queue *tx_q, argument 232 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
|
| D | emac-mac.c | 587 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() 1331 struct emac_tx_queue *tx_q, struct sk_buff *skb, in emac_tx_fill_tpd() 1437 int emac_mac_tx_buf_send(struct emac_adapter *adpt, struct emac_tx_queue *tx_q, in emac_mac_tx_buf_send()
|
| D | emac.h | 341 struct emac_tx_queue tx_q;
|