Searched refs:hn_dev (Results 1 – 3 of 3) sorted by relevance
180 device_t hn_dev; member
163 sx_init(&(sc)->hn_lock, device_get_nameunit((sc)->hn_dev))2089 sc->hn_dev = dev; in hn_attach()4904 device_t dev = sc->hn_dev; in hn_create_rx_data()4924 device_printf(sc->hn_dev, "allocate rxbuf failed\n"); in hn_create_rx_data()5114 device_printf(sc->hn_dev, "RXBUF is referenced\n"); in hn_destroy_rx_data()5129 device_printf(sc->hn_dev, in hn_destroy_rx_data()5150 device_t dev = sc->hn_dev; in hn_tx_ring_create()5435 device_printf(sc->hn_dev, "allocate txbuf failed\n"); in hn_create_tx_data()5445 ctx = device_get_sysctl_ctx(sc->hn_dev); in hn_create_tx_data()5446 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->hn_dev)); in hn_create_tx_data()[all …]
548 if (device_is_attached(sc->hn_dev)) { in hn_nvs_init()