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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c39 static void check_link();
138 check_link();
149 check_link() function
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.h174 STP_port_init (PORT_T* this, struct stpm_t* stpm, Bool check_link);
H A Dport.c133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link) argument
135 if (check_link) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c59 static int check_link = 1; variable
301 if ((i->file_type != DIR_T) && check_link &&
357 if (!check_link) {
717 check_link = 0;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c124 mac->ops.check_link = ixgbe_check_mac_link_generic;
968 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
H A Dixgbe_82598.c168 mac->ops.check_link = ixgbe_check_mac_link_82598;
213 phy->ops.check_link = ixgbe_check_phy_link_tnx;
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_api.c594 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
633 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
H A Dixgbe_82599.c162 phy->ops.check_link = ixgbe_check_phy_link_tnx;
373 mac->ops.check_link = ixgbe_check_mac_link_generic;
1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_vf.c71 hw->mac.ops.check_link = ixgbe_check_mac_link_vf;
H A Dixgbe_common.c143 mac->ops.check_link = NULL;
172 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3025 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3377 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
H A Dixgbe_x550.c1180 mac->ops.check_link = ixgbe_check_link_t_X550em;
1599 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_type.h3688 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member in struct:ixgbe_mac_operations
3760 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member in struct:ixgbe_phy_operations
H A Dixgbe_phy.c331 phy->ops.check_link = NULL;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h371 static void build_devlink_list(char *check_link, void *data);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h540 * The argument for check_link is nxgep, which is passed to check_link
548 nxge_status_t (*check_link) (); /* Link check routine */ member in struct:_nxge_xcvr_table
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c6626 * It calls nxgep->xcvr.check_link, a member function of
6627 * nxge_xcvr_table_t. But nxgep->xcvr.check_link calls this
6628 * function back, that is why the check_link routine is
6677 * the link using the check_link function
6679 * argument to the check_link function.
6681 if (nxgep->xcvr.check_link) {
6683 (fptrv_t)(nxgep->xcvr.check_link),
6766 * nxge_link_monitor will call (nxgep->xcvr.check_link)

Completed in 184 milliseconds