Symbol: check_link
usr/src/cmd/devfsadm/devfsadm_impl.h
371
static void build_devlink_list(char *check_link, void *data);
usr/src/cmd/lp/cmd/lpsched/lpfsck.c
136
check_link();
usr/src/cmd/lp/cmd/lpsched/lpfsck.c
37
static void check_link();
usr/src/lib/librstp/common/port.c
133
STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link)
usr/src/lib/librstp/common/port.c
135
if (check_link) {
usr/src/lib/librstp/common/port.h
174
STP_port_init (PORT_T* this, struct stpm_t* stpm, Bool check_link);
usr/src/tools/protocmp/protocmp.c
301
if ((i->file_type != DIR_T) && check_link &&
usr/src/tools/protocmp/protocmp.c
357
if (!check_link) {
usr/src/tools/protocmp/protocmp.c
59
static int check_link = 1;
usr/src/tools/protocmp/protocmp.c
717
check_link = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
168
mac->ops.check_link = ixgbe_check_mac_link_82598;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
213
phy->ops.check_link = ixgbe_check_phy_link_tnx;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
445
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1107
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
162
phy->ops.check_link = ixgbe_check_phy_link_tnx;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
374
mac->ops.check_link = ixgbe_check_mac_link_generic;
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
642
return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
685
return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
146
mac->ops.check_link = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
185
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3133
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3488
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3868
mac->ops.check_link = ixgbe_check_link_E610;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
262
phy->ops.check_link = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4070
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4161
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
69
hw->mac.ops.check_link = ixgbe_check_mac_link_vf;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
1022
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
126
mac->ops.check_link = ixgbe_check_mac_link_generic;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1786
mac->ops.check_link =
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1794
mac->ops.check_link = ixgbe_check_link_t_X550em;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2435
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3966
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4055
hw->mac.ops.check_link(hw, &speed, &link_up, false);
usr/src/uts/common/io/nxge/nxge_mac.c
6545
if (nxgep->xcvr.check_link) {
usr/src/uts/common/io/nxge/nxge_mac.c
6547
(nxgep->xcvr.check_link),
usr/src/uts/common/sys/nxge/nxge_impl.h
548
nxge_status_t (*check_link) (); /* Link check routine */