Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | hwif.h | 33 struct stmmac_desc_ops { struct 35 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode, 38 void (*init_tx_desc)(struct dma_desc *p, int mode, int end); 40 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 43 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1, 47 void (*set_tx_owner)(struct dma_desc *p); 48 int (*get_tx_owner)(struct dma_desc *p); 50 void (*release_tx_desc)(struct dma_desc *p, int mode); 53 void (*set_tx_ic)(struct dma_desc *p); 55 int (*get_tx_ls)(struct dma_desc *p); [all …]
|