Searched refs:carrier_ok (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_selftest.c | 171 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-v5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 75 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()
|
D | cmsg.h | 736 int nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok,
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ethtool.c | 1226 mlxsw_sp1_from_ptys_speed_duplex(struct mlxsw_sp *mlxsw_sp, bool carrier_ok, in mlxsw_sp1_from_ptys_speed_duplex() argument 1233 if (!carrier_ok) in mlxsw_sp1_from_ptys_speed_duplex() 1649 mlxsw_sp2_from_ptys_speed_duplex(struct mlxsw_sp *mlxsw_sp, bool carrier_ok, in mlxsw_sp2_from_ptys_speed_duplex() argument 1656 if (!carrier_ok) in mlxsw_sp2_from_ptys_speed_duplex()
|
D | switchx2.c | 666 static void mlxsw_sx_from_ptys_speed_duplex(bool carrier_ok, u32 ptys_eth_proto, in mlxsw_sx_from_ptys_speed_duplex() argument 673 if (!carrier_ok) in mlxsw_sx_from_ptys_speed_duplex()
|
D | spectrum.h | 333 bool carrier_ok, u32 ptys_eth_proto,
|
/Linux-v5.10/drivers/s390/net/ |
D | qeth_l3_main.c | 1989 static int qeth_l3_set_online(struct qeth_card *card, bool carrier_ok) in qeth_l3_set_online() argument 2021 if (carrier_ok) in qeth_l3_set_online() 2032 if (carrier_ok) in qeth_l3_set_online()
|
D | qeth_l2_main.c | 2218 static int qeth_l2_set_online(struct qeth_card *card, bool carrier_ok) in qeth_l2_set_online() argument 2253 if (carrier_ok) in qeth_l2_set_online() 2264 if (carrier_ok) in qeth_l2_set_online()
|
D | qeth_core.h | 780 int (*set_online)(struct qeth_card *card, bool carrier_ok);
|
D | qeth_core_main.c | 5161 static int qeth_hardsetup_card(struct qeth_card *card, bool *carrier_ok) in qeth_hardsetup_card() argument 5241 *carrier_ok = false; in qeth_hardsetup_card() 5246 *carrier_ok = true; in qeth_hardsetup_card() 5305 bool carrier_ok; in qeth_set_online() local 5312 rc = qeth_hardsetup_card(card, &carrier_ok); in qeth_set_online() 5325 rc = card->discipline->set_online(card, carrier_ok); in qeth_set_online()
|
/Linux-v5.10/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 427 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-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 3058 int carrier_ok; in mlx5e_switch_priv_channels() local 3061 carrier_ok = netif_carrier_ok(netdev); in mlx5e_switch_priv_channels() 3087 if (carrier_ok) in mlx5e_switch_priv_channels()
|