/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_82599.c | 209 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 520 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 556 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 572 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 603 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 692 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 727 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 2051 .check_link = &ixgbe_check_mac_link_generic,
|
D | ixgbe_82598.c | 162 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598() 353 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598() 1206 .check_link = &ixgbe_check_mac_link_82598,
|
D | ixgbe_x540.c | 124 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X540() 680 .check_link = &ixgbe_check_mac_link_generic,
|
D | ixgbe_type.h | 2526 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 2565 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
D | ixgbe_common.c | 1699 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg() 2260 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
|
D | ixgbe_main.c | 1809 if (hw->mac.ops.check_link) in ixgbe_check_overtemp_task() 1810 hw->mac.ops.check_link(hw, &autoneg, &link_up, false); in ixgbe_check_overtemp_task() 3802 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config() 3803 ret = hw->mac.ops.check_link(hw, &autoneg, &link_up, false); in ixgbe_non_sfp_link_config() 6157 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_task()
|
D | ixgbe_ethtool.c | 287 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_get_settings() 1155 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
|
/linux-2.6.39/drivers/net/ixgbevf/ |
D | vf.h | 59 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
|
D | vf.c | 378 .check_link = ixgbevf_check_mac_link_vf,
|
D | ethtool.c | 104 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_get_settings() 513 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbevf_link_test()
|
D | ixgbevf_main.c | 2345 if (hw->mac.ops.check_link) { in ixgbevf_watchdog_task() 2346 if ((hw->mac.ops.check_link(hw, &link_speed, in ixgbevf_watchdog_task()
|
/linux-2.6.39/drivers/usb/host/ |
D | uhci-debug.c | 385 goto check_link; in uhci_sprint_schedule() 411 check_link: in uhci_sprint_schedule()
|
/linux-2.6.39/drivers/net/ |
D | natsemi.c | 611 static void check_link(struct net_device *dev); 1646 static void check_link(struct net_device *dev) in check_link() function 1767 check_link(dev); in init_registers() 1835 check_link(dev); in netdev_timer() 1840 check_link(dev); in netdev_timer() 2317 check_link(dev); in netdev_rx() 2403 check_link(dev); in netdev_error() 2974 check_link(dev); in netdev_set_ecmd()
|
D | bnx2.c | 5949 int check_link = 1; in bnx2_5706_serdes_timer() local 5954 check_link = 0; in bnx2_5706_serdes_timer() 5989 if (check_link) { in bnx2_5706_serdes_timer()
|
/linux-2.6.39/fs/btrfs/ |
D | inode.c | 2816 int check_link = 1; in __unlink_start_trans() local 2863 check_link = 0; in __unlink_start_trans() 2877 check_link = 0; in __unlink_start_trans() 2894 if (!check_link) { in __unlink_start_trans()
|