Lines Matching defs:un
37 #define MUE_PRINTF(un, fmt, args...) \ argument
42 #define DPRINTF(un, fmt, args...) \ argument
48 #define DPRINTF(un, fmt, args...) __nothing argument
123 #define MUE_SETBIT(un, reg, x) \ argument
126 #define MUE_CLRBIT(un, reg, x) \ argument
129 #define MUE_WAIT_SET(un, reg, set, fail) \ argument
132 #define MUE_WAIT_CLR(un, reg, clear, fail) \ argument
145 mue_csr_read(struct usbnet *un, uint32_t reg) in mue_csr_read()
171 mue_csr_write(struct usbnet *un, uint32_t reg, uint32_t aval) in mue_csr_write()
197 mue_wait_for_bits(struct usbnet *un, uint32_t reg, in mue_wait_for_bits()
218 mue_uno_mii_read_reg(struct usbnet *un, int phy, int reg, uint16_t *val) in mue_uno_mii_read_reg()
250 mue_uno_mii_write_reg(struct usbnet *un, int phy, int reg, uint16_t val) in mue_uno_mii_write_reg()
277 struct usbnet * const un = ifp->if_softc; in mue_uno_mii_statchg() local
354 mue_eeprom_getbyte(struct usbnet *un, int off, uint8_t *dest) in mue_eeprom_getbyte()
380 mue_read_eeprom(struct usbnet *un, uint8_t *dest, int off, int cnt) in mue_read_eeprom()
409 mue_eeprom_present(struct usbnet *un) in mue_eeprom_present()
425 mue_read_otp_raw(struct usbnet *un, uint8_t *dest, int off, int cnt) in mue_read_otp_raw()
466 mue_read_otp(struct usbnet *un, uint8_t *dest, int off, int cnt) in mue_read_otp()
492 mue_dataport_write(struct usbnet *un, uint32_t sel, uint32_t addr, in mue_dataport_write()
517 mue_init_ltm(struct usbnet *un) in mue_init_ltm()
557 mue_chip_init(struct usbnet *un) in mue_chip_init()
680 mue_set_macaddr(struct usbnet *un) in mue_set_macaddr()
694 mue_get_macaddr(struct usbnet *un, prop_dictionary_t dict) in mue_get_macaddr()
770 struct usbnet * const un = device_private(self); in mue_attach() local
899 mue_uno_tx_prepare(struct usbnet *un, struct mbuf *m, struct usbnet_chain *c) in mue_uno_tx_prepare()
958 mue_prepare_tso(struct usbnet *un, struct mbuf *m) in mue_prepare_tso()
1005 struct usbnet *un = ifp->if_softc; in mue_uno_mcast() local
1093 mue_sethwcsum_locked(struct usbnet *un) in mue_sethwcsum_locked()
1127 mue_setmtu_locked(struct usbnet *un) in mue_setmtu_locked()
1144 mue_uno_rx_loop(struct usbnet *un, struct usbnet_chain *c, uint32_t total_len) in mue_uno_rx_loop()
1234 struct usbnet * const un = ifp->if_softc; in mue_uno_init() local
1253 struct usbnet * const un = ifp->if_softc; in mue_uno_ioctl() local
1270 mue_reset(struct usbnet *un) in mue_reset()
1284 struct usbnet * const un = ifp->if_softc; in mue_uno_stop() local