| /linux/drivers/net/team/ |
| H A D | team_core.c | 89 info.link_up = port->linkup; in team_lower_state_changed() 96 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup() 97 port->state.linkup; in team_refresh_port_linkup() 99 if (port->linkup != new_linkup) { in team_refresh_port_linkup() 100 port->linkup = new_linkup; in team_refresh_port_linkup() 1208 static void __team_port_change_port_added(struct team_port *port, bool linkup); 1606 ctx->data.bool_val = port->user.linkup; 1616 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set() 2243 /* For tx path we need a linkup && enabled port and for parse any port 2889 (port->state.linkup in team_nl_fill_one_port_get() 3083 __team_port_change_send(struct team_port * port,bool linkup) __team_port_change_send() argument 3134 __team_port_change_check(struct team_port * port,bool linkup) __team_port_change_check() argument 3141 __team_port_change_port_added(struct team_port * port,bool linkup) __team_port_change_port_added() argument 3154 team_port_change_check(struct team_port * port,bool linkup) team_port_change_check() argument [all...] |
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.h | 326 void ice_ptp_link_change(struct ice_pf *pf, bool linkup); in ice_ptp_hwtstamp_get() 392 static inline void ice_ptp_link_change(struct ice_pf *pf, bool linkup) in ice_ptp_queue_work() 386 ice_ptp_link_change(struct ice_pf * pf,bool linkup) ice_ptp_link_change() argument
|
| H A D | ice_ptp.c | 1276 * @linkup: Link is up or down 1278 void ice_ptp_link_change(struct ice_pf *pf, bool linkup) 1289 ptp_port->link_up = linkup; in ice_ptp_link_change() 1328 if (linkup) in ice_ptp_link_change() 1341 if (linkup) in ice_ptp_link_change() 1282 ice_ptp_link_change(struct ice_pf * pf,bool linkup) ice_ptp_link_change() argument
|
| H A D | ice_ethtool.c | 2629 bool linkup; in ice_set_link_ksettings() local 2722 err = ice_get_link_status(pi, &linkup); in ice_set_link_ksettings()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-sgmii.c | 248 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/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_main.c | 1111 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()
|
| H A D | netxen_nic.h | 585 u8 linkup; member 1773 void netxen_advert_link_change(struct netxen_adapter *adapter, int linkup);
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 789 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()
|
| H A D | qlcnic_main.c | 1877 adapter->ahw->linkup = 0; in __qlcnic_up() 1921 adapter->ahw->linkup = 0; in __qlcnic_down() 2120 adapter->ahw->linkup = 0; in qlcnic_diag_alloc_res()
|
| H A D | qlcnic_83xx_hw.c | 1415 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/ |
| H A D | hns3_enet.c | 5553 static void hns3_link_status_change(struct hnae3_handle *handle, bool linkup) in hns3_link_status_change() 5560 if (linkup) { in hns3_clear_tx_ring() 5540 hns3_link_status_change(struct hnae3_handle * handle,bool linkup) hns3_link_status_change() argument
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 7617 bool linkup) 7622 if (linkup || !hr_dev) 7549 hns_roce_hw_v2_link_status_change(struct hnae3_handle * handle,bool linkup) hns_roce_hw_v2_link_status_change() argument
|