Home
last modified time | relevance | path

Searched refs:carrier_ok (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_selftest.c171 int i, carrier_ok; in mlx4_en_ex_selftest() local
177 carrier_ok = netif_carrier_ok(dev); in mlx4_en_ex_selftest()
192 if (carrier_ok) in mlx4_en_ex_selftest()
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dcmsg.c75 int nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok, in nfp_flower_cmsg_portmod() argument
89 msg->info = carrier_ok; in nfp_flower_cmsg_portmod()
A Dcmsg.h736 int nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok,
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_ethtool.c1417 mlxsw_sp1_from_ptys_link_mode(struct mlxsw_sp *mlxsw_sp, bool carrier_ok, in mlxsw_sp1_from_ptys_link_mode() argument
1428 if (!carrier_ok) in mlxsw_sp1_from_ptys_link_mode()
1862 mlxsw_sp2_from_ptys_link_mode(struct mlxsw_sp *mlxsw_sp, bool carrier_ok, in mlxsw_sp2_from_ptys_link_mode() argument
1873 if (!carrier_ok) in mlxsw_sp2_from_ptys_link_mode()
A Dspectrum.h365 bool carrier_ok, u32 ptys_eth_proto,
/linux/drivers/s390/net/
A Dqeth_l3_main.c1981 static int qeth_l3_set_online(struct qeth_card *card, bool carrier_ok) in qeth_l3_set_online() argument
2013 if (carrier_ok) in qeth_l3_set_online()
2024 if (carrier_ok) in qeth_l3_set_online()
A Dqeth_l2_main.c2321 static int qeth_l2_set_online(struct qeth_card *card, bool carrier_ok) in qeth_l2_set_online() argument
2356 if (carrier_ok) in qeth_l2_set_online()
2367 if (carrier_ok) in qeth_l2_set_online()
A Dqeth_core.h771 int (*set_online)(struct qeth_card *card, bool carrier_ok);
A Dqeth_core_main.c5255 static int qeth_hardsetup_card(struct qeth_card *card, bool *carrier_ok) in qeth_hardsetup_card() argument
5335 *carrier_ok = false; in qeth_hardsetup_card()
5340 *carrier_ok = true; in qeth_hardsetup_card()
5402 bool carrier_ok; in qeth_set_online() local
5408 rc = qeth_hardsetup_card(card, &carrier_ok); in qeth_set_online()
5421 rc = disc->set_online(card, carrier_ok); in qeth_set_online()
/linux/drivers/net/ethernet/cisco/enic/
A Denic_main.c427 int carrier_ok = netif_carrier_ok(enic->netdev); in enic_link_check() local
429 if (link_status && !carrier_ok) { in enic_link_check()
432 } else if (!link_status && carrier_ok) { in enic_link_check()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c2742 int carrier_ok; in mlx5e_switch_priv_channels() local
2745 carrier_ok = netif_carrier_ok(netdev); in mlx5e_switch_priv_channels()
2771 if (carrier_ok) in mlx5e_switch_priv_channels()

Completed in 54 milliseconds