Searched refs:stmmac_tx_queue (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H 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()
|
| H 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()
|
| H A D | stmmac_main.c | 1462 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in stmmac_clear_tx_descriptors() 1587 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in stmmac_free_tx_buffer() 1858 struct stmmac_tx_queue *tx_q = &dma_conf->tx_queue[queue]; in __init_dma_tx_desc_rings() 3106 struct stmmac_tx_queue *tx_q; in stmmac_init_dma_engine() 3198 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer() 4163 struct stmmac_tx_queue *tx_q) in stmmac_vlan_insert() 4305 struct stmmac_tx_queue *tx_q; in stmmac_tso_xmit() 4580 struct stmmac_tx_queue *tx_q; in stmmac_xmit() 6155 struct stmmac_tx_queue *tx_q = (struct stmmac_tx_queue *)data; in stmmac_msi_intr_tx() 6957 struct stmmac_tx_queue *tx_q; in stmmac_xdp_open() [all …]
|
| H A D | stmmac.h | 62 struct stmmac_tx_queue { struct 240 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];
|
| H A D | hwif.h | 562 struct stmmac_tx_queue; 570 int (*jumbo_frm)(struct stmmac_tx_queue *tx_q, struct sk_buff *skb, 575 void (*clean_desc3)(struct stmmac_tx_queue *tx_q, struct dma_desc *p);
|