• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching defs:link

113  * Cards with following subsystem_id have a link state indication
1173 * @link: link status (UP/DOWN) used to enable/disable continuous
1180 static int init_tti(struct s2io_nic *nic, int link)
1204 if (use_continuous_tx_intrs && (link == LINK_UP))
2346 * With some switches, link might be already up at this point.
2348 * we may not get link. We need to handle this. We cannot
2360 * Dont see link state interrupts initally on some switches,
2361 * so directly scheduling the link state task here.
2365 /* SXE-002: Initialize link and activity LED */
3536 /* save link up/down time/cnt, reset/memory/watchdog cnt */
3548 /* restore link up/down time/cnt, reset/memory/watchdog cnt */
3558 /* SXE-002: Configure link and activity LED to turn it off */
3983 * Make sure you have link off by default every time
4389 * interrupt and adapter to re-evaluate the link state.
4411 * unmask link down interrupt and mask link-up
4422 /* Link is down so unmaks link up interrupt */
4464 * Description: Handle alarms such as loss of link, single or
4499 /* Handling link status change error Intr */
5372 * s2io_ethtool_sset - Sets different link parameters.
5375 * link information.
5377 * The function sets different link parameters provided by the user onto
5400 * s2io_ethtol_gset - Return link specific information.
5404 * to return link information.
5406 * Returns link specific information like speed, duplex etc.. to ethtool.
5530 * identification is possible only if it's link is up.
6159 * s2io-link_test - verifies the link state of the nic
6165 * The function verifies the link state of the NIC and updates the input
6855 * Description: Sets the link status for the adapter
7235 /* stop the tx queue, indicate link down */
7634 * @link : inidicates whether link is UP/DOWN.
7636 * This function stops/starts the Tx queue depending on whether the link
7638 * interrupt handler whenever a link change interrupt comes up.
7643 static void s2io_link(struct s2io_nic *sp, int link)
7648 if (link != sp->last_link_state) {
7649 init_tti(sp, link);
7650 if (link == LINK_DOWN) {
7668 sp->last_link_state = link;
8175 * Initialize link state flags
8188 * SXE-002: Configure link and activity LED to init state