Home
last modified time | relevance | path

Searched refs:sbmacdma (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c167 struct sbmacdma { struct
254 struct sbmacdma sbm_txdma; /* only channel 0 for now */
255 struct sbmacdma sbm_rxdma;
271 static void sbdma_channel_start(struct sbmacdma *d, int rxtx);
274 static int sbdma_add_txbuffer(struct sbmacdma *d, struct sk_buff *m);
275 static void sbdma_emptyring(struct sbmacdma *d);
276 static void sbdma_fillring(struct sbmac_softc *sc, struct sbmacdma *d);
683 static void sbdma_channel_start(struct sbmacdma *d, int rxtx) in sbdma_channel_start()
724 static void sbdma_channel_stop(struct sbmacdma *d) in sbdma_channel_stop()
976 static void sbdma_emptyring(struct sbmacdma *d) in sbdma_emptyring()
[all …]