Searched refs:emac_tx_queue (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/qualcomm/emac/ |
| D | emac-mac.h | 215 struct emac_tx_queue { struct 238 int emac_mac_tx_buf_send(struct emac_adapter *adpt, struct emac_tx_queue *tx_q, argument 240 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
|
| D | emac-mac.c | 595 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_descs_free() 670 struct emac_tx_queue *tx_q = &adpt->tx_q; in emac_tx_q_bufs_free() 683 struct emac_tx_queue *tx_q) in emac_tx_q_desc_alloc() 1034 struct emac_tx_queue *tx_q, struct emac_tpd *tpd) in emac_tx_tpd_create() 1052 struct emac_tx_queue *tx_q) in emac_tx_tpd_mark_last() 1176 static unsigned int emac_tpd_num_free_descs(struct emac_tx_queue *tx_q) in emac_tpd_num_free_descs() 1187 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q) in emac_mac_tx_process() 1254 struct emac_tx_queue *tx_q, in emac_tso_csum() 1339 struct emac_tx_queue *tx_q, struct sk_buff *skb, in emac_tx_fill_tpd() 1447 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 | 349 struct emac_tx_queue tx_q;
|