Searched refs:hn_dev (Results 1 – 3 of 3) sorted by relevance
194 device_t hn_dev; member
168 sx_init(&(sc)->hn_lock, device_get_nameunit((sc)->hn_dev))2095 sc->hn_dev = dev; in hn_attach()4933 device_t dev = sc->hn_dev; in hn_create_rx_data()4950 device_printf(sc->hn_dev, "allocate rxbuf failed\n"); in hn_create_rx_data()5134 device_printf(sc->hn_dev, "RXBUF is referenced\n"); in hn_destroy_rx_data()5149 device_printf(sc->hn_dev, in hn_destroy_rx_data()5170 device_t dev = sc->hn_dev; in hn_tx_ring_create()5455 device_printf(sc->hn_dev, "allocate txbuf failed\n"); in hn_create_tx_data()5465 ctx = device_get_sysctl_ctx(sc->hn_dev); in hn_create_tx_data()5466 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()