Searched refs:stmmac_tx_queue (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | chain_mode.c | 17 static int jumbo_frm(struct stmmac_tx_queue *tx_q, struct sk_buff *skb, in jumbo_frm() 143 static void clean_desc3(struct stmmac_tx_queue *tx_q, struct dma_desc *p) in clean_desc3()
|
| A D | ring_mode.c | 17 static int jumbo_frm(struct stmmac_tx_queue *tx_q, struct sk_buff *skb, in jumbo_frm() 119 static void clean_desc3(struct stmmac_tx_queue *tx_q, struct dma_desc *p) in clean_desc3()
|
| A D | stmmac_main.c | 1478 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in stmmac_clear_tx_descriptors() 1603 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in stmmac_free_tx_buffer() 1874 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in __init_dma_tx_desc_rings() 3122 struct stmmac_tx_queue *tx_q; in stmmac_init_dma_engine() 3214 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer() 4179 struct stmmac_tx_queue *tx_q) in stmmac_vlan_insert() 4321 struct stmmac_tx_queue *tx_q; in stmmac_tso_xmit() 4595 struct stmmac_tx_queue *tx_q; in stmmac_xmit() 6168 struct stmmac_tx_queue *tx_q = (struct stmmac_tx_queue *)data; in stmmac_msi_intr_tx() 6964 struct stmmac_tx_queue *tx_q; in stmmac_xdp_open() [all …]
|
| A D | stmmac.h | 62 struct stmmac_tx_queue { struct 228 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
|
| A D | hwif.h | 529 struct stmmac_tx_queue; 537 int (*jumbo_frm)(struct stmmac_tx_queue *tx_q, struct sk_buff *skb, 542 void (*clean_desc3)(struct stmmac_tx_queue *tx_q, struct dma_desc *p);
|
Completed in 27 milliseconds