Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/bonding/
Dbond_3ad.c2362 int agg_id; in bond_3ad_xmit_xor() local
2382 agg_id = ad_info.aggregator_id; in bond_3ad_xmit_xor()
2395 if (agg && (agg->aggregator_identifier == agg_id)) { in bond_3ad_xmit_xor()
2404 …printk(KERN_ERR DRV_NAME ": Error: Couldn't find a slave to tx on for aggregator ID %d\n", agg_id); in bond_3ad_xmit_xor()
2418 if (SLAVE_IS_OK(slave) && agg && (slave_agg_id == agg_id)) { in bond_3ad_xmit_xor()