Lines Matching defs:un
114 #define URL_SETBIT(un, reg, x) \ argument
117 #define URL_SETBIT2(un, reg, x) \ argument
120 #define URL_CLRBIT(un, reg, x) \ argument
123 #define URL_CLRBIT2(un, reg, x) \ argument
159 struct usbnet * const un = device_private(self); in url_attach() local
263 url_mem(struct usbnet *un, int cmd, int offset, void *buf, int len) in url_mem()
301 url_csr_read_1(struct usbnet *un, int reg) in url_csr_read_1()
313 url_csr_read_2(struct usbnet *un, int reg) in url_csr_read_2()
326 url_csr_write_1(struct usbnet *un, int reg, int aval) in url_csr_write_1()
338 url_csr_write_2(struct usbnet *un, int reg, int aval) in url_csr_write_2()
352 url_csr_write_4(struct usbnet *un, int reg, int aval) in url_csr_write_4()
367 struct usbnet * const un = ifp->if_softc; in url_uno_init() local
395 url_reset(struct usbnet *un) in url_reset()
420 struct usbnet * const un = ifp->if_softc; in url_uno_mcast() local
469 url_uno_tx_prepare(struct usbnet *un, struct mbuf *m, struct usbnet_chain *c) in url_uno_tx_prepare()
496 url_uno_rx_loop(struct usbnet *un, struct usbnet_chain *c, uint32_t total_len) in url_uno_rx_loop()
540 struct usbnet * const un = ifp->if_softc; in url_uno_stop() local
548 url_uno_mii_read_reg(struct usbnet *un, int phy, int reg, uint16_t *val) in url_uno_mii_read_reg()
605 url_uno_mii_write_reg(struct usbnet *un, int phy, int reg, uint16_t val) in url_uno_mii_write_reg()
654 struct usbnet * const un = ifp->if_softc; in url_uno_mii_statchg() local