Searched refs:wb_softc (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_wb.c | 137 int wb_newbuf(struct wb_softc *, struct wb_chain_onefrag *, 139 int wb_encap(struct wb_softc *, struct wb_chain *, 142 void wb_rxeof(struct wb_softc *); 143 void wb_rxeoc(struct wb_softc *); 144 void wb_txeof(struct wb_softc *); 145 void wb_txeoc(struct wb_softc *); 151 void wb_stop(struct wb_softc *); 157 void wb_eeprom_putbyte(struct wb_softc *, int); 158 void wb_eeprom_getword(struct wb_softc *, int, u_int16_t *); 159 void wb_read_eeprom(struct wb_softc *, caddr_t, int, int, int); [all …]
|
| D | if_wbreg.h | 365 struct wb_softc { struct
|