Searched refs:linkup (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dintr.c100 * handle_linkup_change - finish linkup/down state changes
102 * @linkup: link state information
104 * Handle a linkup or link down notification.
110 void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup) argument
115 if (!(ppd->linkup ^ !!linkup))
118 if (linkup) {
120 * Quick linkup and all link up on the simulator does not
168 ppd->linkup = 1;
177 ppd->linkup
[all...]
H A Dhfi.h758 u32 linkup; member in struct:hfi1_pportdata
1420 void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup);
H A Dinit.c868 ppd->linkup = 0;
1018 ppd->linkup = 0;
H A Ddriver.c142 if (ppd->lid && ppd->linkup) {
/linux-master/include/linux/
H A Dif_team.h35 bool linkup; /* either state.linkup or user.linkup */ member in struct:team_port
38 bool linkup; member in struct:team_port::__anon45
45 bool linkup; member in struct:team_port::__anon46
85 return port->linkup && team_port_enabled(port);
/linux-master/drivers/net/team/
H A Dteam.c86 info.link_up = port->linkup;
93 bool new_linkup = port->user.linkup_enabled ? port->user.linkup :
94 port->state.linkup;
96 if (port->linkup != new_linkup) {
97 port->linkup = new_linkup;
1131 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1466 ctx->data.bool_val = port->user.linkup;
1476 port->user.linkup = ctx->data.bool_val;
2709 (port->state.linkup &&
2921 static void __team_port_change_send(struct team_port *port, bool linkup) argument
2971 __team_port_change_check(struct team_port *port, bool linkup) argument
2978 __team_port_change_port_added(struct team_port *port, bool linkup) argument
2991 team_port_change_check(struct team_port *port, bool linkup) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h324 void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup);
372 static inline void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) argument
H A Dice_ptp.c1441 * @linkup: Link is up or down
1443 void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) argument
1459 ptp_port->link_up = linkup;
H A Dice_ethtool.c2285 bool linkup; local
2378 err = ice_get_link_status(pi, &linkup);
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c248 static int emac_sgmii_common_link_change(struct emac_adapter *adpt, bool linkup) argument
253 if (linkup) {
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c91 bool linkup; member in struct:epf_ntb_epc
673 ntb_epc->linkup = true;
674 if (ntb->epc[PRIMARY_INTERFACE]->linkup &&
675 ntb->epc[SECONDARY_INTERFACE]->linkup) {
686 ntb_epc->linkup = false;
1573 ntb_epc->linkup = false;
H A Dpci-epf-vntb.c132 bool linkup; member in struct:epf_ntb
298 ntb->linkup = true;
306 ntb->linkup = false;
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1111 adapter->ahw.linkup = 0;
2165 void netxen_advert_link_change(struct netxen_adapter *adapter, int linkup) argument
2169 if (adapter->ahw.linkup && !linkup) {
2172 adapter->ahw.linkup = 0;
2178 } else if (!adapter->ahw.linkup && linkup) {
2181 adapter->ahw.linkup = 1;
2192 u32 val, port, linkup; local
2199 linkup
[all...]
H A Dnetxen_nic.h585 u8 linkup; member in struct:netxen_hardware_context
1773 void netxen_advert_link_change(struct netxen_adapter *adapter, int linkup);
H A Dnetxen_nic_ethtool.c233 if (!netif_running(dev) || !adapter->ahw.linkup) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c789 void qlcnic_advert_link_change(struct qlcnic_adapter *adapter, int linkup) argument
793 if (adapter->ahw->linkup && !linkup) {
795 adapter->ahw->linkup = 0;
797 } else if (!adapter->ahw->linkup && linkup) {
798 adapter->ahw->linkup = 1;
H A Dqlcnic_ethtool.c327 if (ahw->linkup) {
1376 if (adapter->ahw->linkup)
H A Dqlcnic_main.c1883 adapter->ahw->linkup = 0;
1927 adapter->ahw->linkup = 0;
2127 adapter->ahw->linkup = 0;
H A Dqlcnic_83xx_hw.c1415 adapter->ahw->linkup = 0;
1815 } while ((adapter->ahw->linkup && ahw->has_link_events) != 1);
H A Dqlcnic.h478 u8 linkup; member in struct:qlcnic_hardware_context
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5462 static void hns3_link_status_change(struct hnae3_handle *handle, bool linkup) argument
5469 if (linkup) {

Completed in 985 milliseconds