Home
last modified time | relevance | path

Searched refs:linkup (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
A Dintr.c110 void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup) in handle_linkup_change() argument
115 if (!(ppd->linkup ^ !!linkup)) in handle_linkup_change()
118 if (linkup) { in handle_linkup_change()
168 ppd->linkup = 1; in handle_linkup_change()
177 ppd->linkup = 0; in handle_linkup_change()
A Dinit.c868 ppd->linkup = 0; in hfi1_init()
1018 ppd->linkup = 0; in shutdown_device()
A Dhfi.h758 u32 linkup; member
1420 void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup);
A Ddriver.c142 if (ppd->lid && ppd->linkup) { in hfi1_count_active_units()
/linux/include/linux/
A Dif_team.h35 bool linkup; /* either state.linkup or user.linkup */ member
38 bool linkup; member
45 bool linkup; member
85 return port->linkup && team_port_enabled(port); in team_port_txable()
/linux/drivers/net/team/
A Dteam_core.c88 info.link_up = port->linkup; in team_lower_state_changed()
96 port->state.linkup; in team_refresh_port_linkup()
98 if (port->linkup != new_linkup) { in team_refresh_port_linkup()
99 port->linkup = new_linkup; in team_refresh_port_linkup()
1468 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
2690 (port->state.linkup && in team_nl_fill_one_port_get()
2881 port->state.linkup = linkup; in __team_port_change_send()
2883 if (linkup) { in __team_port_change_send()
2914 if (port->linkup) { in __team_carrier_check()
2928 if (port->state.linkup != linkup) in __team_port_change_check()
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.h334 void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup);
382 static inline void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) in ice_ptp_link_change() argument
A Dice_ptp.c1460 void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) in ice_ptp_link_change() argument
1478 ptp_port->link_up = linkup; in ice_ptp_link_change()
A Dice_ethtool.c2634 bool linkup; in ice_set_link_ksettings() local
2727 err = ice_get_link_status(pi, &linkup); in ice_set_link_ksettings()
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac-sgmii.c248 static int emac_sgmii_common_link_change(struct emac_adapter *adpt, bool linkup) in emac_sgmii_common_link_change() argument
253 if (linkup) { in emac_sgmii_common_link_change()
/linux/drivers/pci/endpoint/functions/
A Dpci-epf-ntb.c91 bool linkup; member
673 ntb_epc->linkup = true; in epf_ntb_cmd_handler()
674 if (ntb->epc[PRIMARY_INTERFACE]->linkup && in epf_ntb_cmd_handler()
675 ntb->epc[SECONDARY_INTERFACE]->linkup) { in epf_ntb_cmd_handler()
686 ntb_epc->linkup = false; in epf_ntb_cmd_handler()
1573 ntb_epc->linkup = false; in epf_ntb_epc_create_interface()
A Dpci-epf-vntb.c132 bool linkup; member
298 ntb->linkup = true; in epf_ntb_cmd_handler()
306 ntb->linkup = false; in epf_ntb_cmd_handler()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_main.c1111 adapter->ahw.linkup = 0; in __netxen_nic_up()
2165 void netxen_advert_link_change(struct netxen_adapter *adapter, int linkup) in netxen_advert_link_change() argument
2169 if (adapter->ahw.linkup && !linkup) { in netxen_advert_link_change()
2172 adapter->ahw.linkup = 0; in netxen_advert_link_change()
2178 } else if (!adapter->ahw.linkup && linkup) { in netxen_advert_link_change()
2181 adapter->ahw.linkup = 1; in netxen_advert_link_change()
2192 u32 val, port, linkup; in netxen_nic_handle_phy_intr() local
2199 linkup = (val == XG_LINK_UP_P3); in netxen_nic_handle_phy_intr()
2203 linkup = (val == XG_LINK_UP); in netxen_nic_handle_phy_intr()
2206 netxen_advert_link_change(adapter, linkup); in netxen_nic_handle_phy_intr()
A Dnetxen_nic.h585 u8 linkup; member
1773 void netxen_advert_link_change(struct netxen_adapter *adapter, int linkup);
A Dnetxen_nic_ethtool.c233 if (!netif_running(dev) || !adapter->ahw.linkup) { in netxen_nic_get_link_ksettings()
/linux/Documentation/netlink/specs/
A Dteam.yaml136 name: linkup
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_io.c789 void qlcnic_advert_link_change(struct qlcnic_adapter *adapter, int linkup) in qlcnic_advert_link_change() argument
793 if (adapter->ahw->linkup && !linkup) { in qlcnic_advert_link_change()
795 adapter->ahw->linkup = 0; in qlcnic_advert_link_change()
797 } else if (!adapter->ahw->linkup && linkup) { in qlcnic_advert_link_change()
798 adapter->ahw->linkup = 1; in qlcnic_advert_link_change()
A Dqlcnic_ethtool.c327 if (ahw->linkup) { in qlcnic_82xx_get_link_ksettings()
1376 if (adapter->ahw->linkup) in qlcnic_get_ethtool_stats()
A Dqlcnic_main.c1883 adapter->ahw->linkup = 0; in __qlcnic_up()
1927 adapter->ahw->linkup = 0; in __qlcnic_down()
2127 adapter->ahw->linkup = 0; in qlcnic_diag_alloc_res()
A Dqlcnic.h478 u8 linkup; member
A Dqlcnic_83xx_hw.c1415 adapter->ahw->linkup = 0; in qlcnic_83xx_diag_alloc_res()
1815 } while ((adapter->ahw->linkup && ahw->has_link_events) != 1); in qlcnic_83xx_loopback_test()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c5462 static void hns3_link_status_change(struct hnae3_handle *handle, bool linkup) in hns3_link_status_change() argument
5469 if (linkup) { in hns3_link_status_change()

Completed in 130 milliseconds