Searched refs:hn_dev (Results 1 – 3 of 3) sorted by relevance
194 device_t hn_dev; member
166 sx_init(&(sc)->hn_lock, device_get_nameunit((sc)->hn_dev))2082 sc->hn_dev = dev; in hn_attach()4922 device_t dev = sc->hn_dev; in hn_create_rx_data()4939 device_printf(sc->hn_dev, "allocate rxbuf failed\n"); in hn_create_rx_data()5123 device_printf(sc->hn_dev, "RXBUF is referenced\n"); in hn_destroy_rx_data()5138 device_printf(sc->hn_dev, in hn_destroy_rx_data()5159 device_t dev = sc->hn_dev; in hn_tx_ring_create()5444 device_printf(sc->hn_dev, "allocate txbuf failed\n"); in hn_create_tx_data()5454 ctx = device_get_sysctl_ctx(sc->hn_dev); in hn_create_tx_data()5455 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->hn_dev)); in hn_create_tx_data()[all …]
556 if (device_is_attached(sc->hn_dev)) { in hn_nvs_init()