Searched refs:use_carrier (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 259 int use_carrier = nla_get_u8(data[IFLA_BOND_USE_CARRIER]); in bond_changelink() local 261 bond_opt_initval(&newval, use_carrier); in bond_changelink() 664 if (nla_put_u8(skb, IFLA_BOND_USE_CARRIER, bond->params.use_carrier)) in bond_fill_info()
|
H A D | bond_sysfs.c | 478 return sysfs_emit(buf, "%d\n", bond->params.use_carrier); in bonding_show_carrier() 480 static DEVICE_ATTR(use_carrier, 0644,
|
H A D | bond_main.c | 107 static int use_carrier = 1; variable 143 module_param(use_carrier, int, 0); 144 MODULE_PARM_DESC(use_carrier, "Use netif_carrier_ok (vs MII ioctls) in miimon; " 794 if (bond->params.use_carrier) in bond_check_dev_link() 1889 if (!bond->params.use_carrier && in bond_enslave() 2097 if (bond->params.miimon && !bond->params.use_carrier) { in bond_enslave() 6125 if ((use_carrier != 0) && (use_carrier != 1)) { in bond_check_params() 6127 use_carrier); in bond_check_params() 6128 use_carrier = 1; in bond_check_params() 6375 params->use_carrier = use_carrier; in bond_check_params()
|
H A D | bond_options.c | 1054 bond->params.use_carrier = newval->value; in bond_option_use_carrier_set()
|
/openbmc/linux/include/net/ |
H A D | bonding.h | 127 int use_carrier; member
|
/openbmc/linux/Documentation/networking/ |
H A D | bonding.rst | 567 The use_carrier option, below, affects how the link state is 878 use_carrier 893 setting use_carrier to 0 will cause bonding to revert to the 2020 If the use_carrier module parameter is 1 (the default value), 2023 use_carrier parameter information, above, if the MII monitor fails to 2028 If use_carrier is 0, then the MII monitor will first query the 2122 By default, bonding enables the use_carrier option, which 2127 With use_carrier enabled, bonding will always see these links as up, 2135 use_carrier=0 to see if that improves the failure detection time. If 2138 use_carrier=0 method of querying the registers directly works). If [all …]
|