Searched refs:temac_control (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/evbppc/virtex/dev/ |
H A D | if_temac.c | 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 { struct 168 struct temac_control *sc_control_data; 384 sizeof(struct temac_control), 8, 0, &seg, 1, &nseg, 0)) != 0) { in temac_attach() 390 sizeof(struct temac_control), in temac_attach() 397 sizeof(struct temac_control), 1, in temac_attach() 398 sizeof(struct temac_control), 0, 0, &sc->sc_control_dmap)) != 0) { in temac_attach() 405 sc->sc_control_data, sizeof(struct temac_control), NULL, 0)) != 0) { in temac_attach() 413 memset(sc->sc_control_data, 0, sizeof(struct temac_control)); in temac_attach() [all …]
|