Searched refs:ad_user_port_key (Results 1 – 6 of 6) sorted by relevance
746 return sysfs_emit(buf, "%hu\n", bond->params.ad_user_port_key); in bonding_show_ad_user_port_key()750 static DEVICE_ATTR(ad_user_port_key, 0644,
850 bond->params.ad_user_port_key)) in bond_fill_info()
6082 u16 ad_user_port_key = 0; in bond_check_params() local6398 ad_user_port_key = valptr->value; in bond_check_params()6440 params->ad_user_port_key = ad_user_port_key; in bond_check_params()
1882 bond->params.ad_user_port_key = newval->value; in bond_option_ad_user_port_key_set()
2273 port->actor_admin_port_key = bond->params.ad_user_port_key << 6; in bond_3ad_bind_slave()
145 u16 ad_user_port_key; member