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
1111 static int init_tti(struct s2io_nic *nic, int link, bool may_sleep)
1135 if (use_continuous_tx_intrs && (link == LINK_UP))
2281 * With some switches, link might be already up at this point.
2283 * we may not get link. We need to handle this. We cannot
2295 * Dont see link state interrupts initially on some switches,
2296 * so directly scheduling the link state task here.
2300 /* SXE-002: Initialize link and activity LED */
3468 /* save link up/down time/cnt, reset/memory/watchdog cnt */
3480 /* restore link up/down time/cnt, reset/memory/watchdog cnt */
3490 /* SXE-002: Configure link and activity LED to turn it off */
3916 * Make sure you have link off by default every time
4280 * interrupt and adapter to re-evaluate the link state.
4302 * unmask link down interrupt and mask link-up
4313 /* Link is down so unmaks link up interrupt */
4355 * Description: Handle alarms such as loss of link, single or
4390 /* Handling link status change error Intr */
5261 * s2io_ethtool_set_link_ksettings - Sets different link parameters.
5264 * link information.
5266 * The function sets different link parameters provided by the user onto
5290 * s2io_ethtool_get_link_ksettings - Return link specific information.
5293 * to return link information.
5295 * Returns link specific information like speed, duplex etc.. to ethtool.
5418 * identification is possible only if it's link is up.
6039 * s2io_link_test - verifies the link state of the nic
6045 * The function verifies the link state of the NIC and updates the input
6663 * Description: Sets the link status for the adapter
7044 /* stop the tx queue, indicate link down */
7452 * @link : inidicates whether link is UP/DOWN.
7454 * This function stops/starts the Tx queue depending on whether the link
7456 * interrupt handler whenever a link change interrupt comes up.
7461 static void s2io_link(struct s2io_nic *sp, int link)
7466 if (link != sp->last_link_state) {
7467 init_tti(sp, link, false);
7468 if (link == LINK_DOWN) {
7486 sp->last_link_state = link;
7982 * Initialize link state flags
7995 * SXE-002: Configure link and activity LED to init state