Lines Matching defs:temac_control
112 #define TEMAC_TXDOFF(n) (offsetof(struct temac_control, cd_txdesc) + \
118 #define TEMAC_RXDOFF(n) (offsetof(struct temac_control, cd_rxdesc) + \
124 struct temac_control {
168 struct temac_control *sc_control_data;
384 sizeof(struct temac_control), 8, 0, &seg, 1, &nseg, 0)) != 0) {
390 sizeof(struct temac_control),
397 sizeof(struct temac_control), 1,
398 sizeof(struct temac_control), 0, 0, &sc->sc_control_dmap)) != 0) {
405 sc->sc_control_data, sizeof(struct temac_control), NULL, 0)) != 0) {
413 memset(sc->sc_control_data, 0, sizeof(struct temac_control));
427 sizeof(struct temac_control),
568 sizeof(struct temac_control));