Lines Matching defs:link

111  * Cards with following subsystem_id have a link state indication
1102 * @link: link status (UP/DOWN) used to enable/disable continuous
1109 static int init_tti(struct s2io_nic *nic, int link)
1133 if (use_continuous_tx_intrs && (link == LINK_UP))
2279 * With some switches, link might be already up at this point.
2281 * we may not get link. We need to handle this. We cannot
2293 * Dont see link state interrupts initially on some switches,
2294 * so directly scheduling the link state task here.
2298 /* SXE-002: Initialize link and activity LED */
3464 /* save link up/down time/cnt, reset/memory/watchdog cnt */
3476 /* restore link up/down time/cnt, reset/memory/watchdog cnt */
3486 /* SXE-002: Configure link and activity LED to turn it off */
3912 * Make sure you have link off by default every time
4276 * interrupt and adapter to re-evaluate the link state.
4298 * unmask link down interrupt and mask link-up
4309 /* Link is down so unmaks link up interrupt */
4351 * Description: Handle alarms such as loss of link, single or
4386 /* Handling link status change error Intr */
5257 * s2io_ethtool_set_link_ksettings - Sets different link parameters.
5260 * link information.
5262 * The function sets different link parameters provided by the user onto
5286 * s2io_ethtol_get_link_ksettings - Return link specific information.
5289 * to return link information.
5291 * Returns link specific information like speed, duplex etc.. to ethtool.
5414 * identification is possible only if it's link is up.
6032 * s2io_link_test - verifies the link state of the nic
6038 * The function verifies the link state of the NIC and updates the input
6656 * Description: Sets the link status for the adapter
7037 /* stop the tx queue, indicate link down */
7446 * @link : inidicates whether link is UP/DOWN.
7448 * This function stops/starts the Tx queue depending on whether the link
7450 * interrupt handler whenever a link change interrupt comes up.
7455 static void s2io_link(struct s2io_nic *sp, int link)
7460 if (link != sp->last_link_state) {
7461 init_tti(sp, link);
7462 if (link == LINK_DOWN) {
7480 sp->last_link_state = link;
7988 * Initialize link state flags
8001 * SXE-002: Configure link and activity LED to init state