Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
D | hwif.h | 34 struct stmmac_desc_ops { struct 36 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode, 39 void (*init_tx_desc)(struct dma_desc *p, int mode, int end); 41 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 44 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1, 48 void (*set_tx_owner)(struct dma_desc *p); 49 int (*get_tx_owner)(struct dma_desc *p); 51 void (*release_tx_desc)(struct dma_desc *p, int mode); 54 void (*set_tx_ic)(struct dma_desc *p); 56 int (*get_tx_ls)(struct dma_desc *p); [all …]
|