Searched defs:stmmac_desc_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 36 struct stmmac_desc_ops { struct 38 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode, 41 void (*init_tx_desc)(struct dma_desc *p, int mode, int end); 43 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 46 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1, 50 void (*set_tx_owner)(struct dma_desc *p); 51 int (*get_tx_owner)(struct dma_desc *p); 53 void (*release_tx_desc)(struct dma_desc *p, int mode); 56 void (*set_tx_ic)(struct dma_desc *p); 58 int (*get_tx_ls)(struct dma_desc *p); [all …]
|