Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_device.c87 unsigned char old_operstate) in hsr_check_announce() argument
93 if ((hsr_dev->operstate == IF_OPER_UP) && (old_operstate != IF_OPER_UP)) { in hsr_check_announce()
101 if ((hsr_dev->operstate != IF_OPER_UP) && (old_operstate == IF_OPER_UP)) in hsr_check_announce()
109 unsigned char old_operstate; in hsr_check_carrier_and_operstate() local
116 old_operstate = master->dev->operstate; in hsr_check_carrier_and_operstate()
119 hsr_check_announce(master->dev, old_operstate); in hsr_check_carrier_and_operstate()