Home
last modified time | relevance | path

Searched refs:check_link (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c39 static void check_link();
138 check_link(); in lpfsck()
149 check_link() in check_link() function
/titanic_44/usr/src/tools/protocmp/
H A Dprotocmp.c59 static int check_link = 1; variable
301 if ((i->file_type != DIR_T) && check_link && in elem_compare()
357 if (!check_link) { in print_elem()
717 check_link = 0; in main()
/titanic_44/usr/src/lib/librstp/common/
H A Dport.c133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link) in STP_port_init() argument
135 if (check_link) { in STP_port_init()
H A Dport.h174 STP_port_init (PORT_T* this, struct stpm_t* stpm, Bool check_link);
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c168 mac->ops.check_link = ixgbe_check_mac_link_82598; in ixgbe_init_ops_82598()
213 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598()
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_fc_enable_82598()
H A Dixgbe_x540.c124 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_X540()
968 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_X540()
H A Dixgbe_api.c594 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed, in ixgbe_check_phy_link()
633 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed, in ixgbe_check_link()
H A Dixgbe_82599.c162 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599()
373 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_82599()
1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_82599()
H A Dixgbe_vf.c71 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
H A Dixgbe_common.c143 mac->ops.check_link = NULL; in ixgbe_init_ops_generic()
172 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_device_supports_autoneg_fc()
3025 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_fc_autoneg()
3377 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_generic()
H A Dixgbe_x550.c1180 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em()
1599 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_X550em()
H A Dixgbe_type.h3688 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
3760 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
H A Dixgbe_phy.c331 phy->ops.check_link = NULL; in ixgbe_init_phy_ops_generic()
/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h371 static void build_devlink_list(char *check_link, void *data);
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h548 nxge_status_t (*check_link) (); /* Link check routine */ member
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c6681 if (nxgep->xcvr.check_link) { in nxge_link_monitor()
6683 (fptrv_t)(nxgep->xcvr.check_link), in nxge_link_monitor()