Home
last modified time | relevance | path

Searched refs:up_vis (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1932 if (pi->up_vis > 0 && pi->link_cfg.link_ok) { in stop_adapter()
2459 if (pi->up_vis > 0) { in restart_lld()
3458 if (pi->up_vis > 0 && hw_all_ok(sc)) { in cxgbe_media_change()
3631 if (pi->up_vis == 0 && hw_all_ok(sc)) { in cxgbe_media_status()
6554 if (pi->up_vis == 0) { in cxgbe_init_synchronized()
6591 pi->up_vis++; in cxgbe_init_synchronized()
6664 pi->up_vis--; in cxgbe_uninit_synchronized()
6665 if (pi->up_vis > 0) { in cxgbe_uninit_synchronized()
8654 if (pi->up_vis > 0) in sysctl_pause_settings()
8748 if (pi->up_vis > 0) { in sysctl_requested_fec()
[all …]
H A Dadapter.h308 int up_vis; member