Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_device.c75 unsigned char old_operstate) in hsr_check_announce()
81 if (hsr_dev->operstate == IF_OPER_UP && old_operstate != IF_OPER_UP) { in hsr_check_announce()
88 if (hsr_dev->operstate != IF_OPER_UP && old_operstate == IF_OPER_UP) in hsr_check_announce()
96 unsigned char old_operstate; in hsr_check_carrier_and_operstate() local
103 old_operstate = master->dev->operstate; in hsr_check_carrier_and_operstate()
106 hsr_check_announce(master->dev, old_operstate); in hsr_check_carrier_and_operstate()
74 hsr_check_announce(struct net_device *hsr_dev, unsigned char old_operstate) hsr_check_announce() argument
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_device.c75 unsigned char old_operstate) in hsr_check_announce()
81 if (hsr_dev->operstate == IF_OPER_UP && old_operstate != IF_OPER_UP) { in hsr_check_announce()
88 if (hsr_dev->operstate != IF_OPER_UP && old_operstate == IF_OPER_UP) in hsr_check_announce()
96 unsigned char old_operstate; in hsr_check_carrier_and_operstate() local
103 old_operstate = master->dev->operstate; in hsr_check_carrier_and_operstate()
106 hsr_check_announce(master->dev, old_operstate); in hsr_check_carrier_and_operstate()
74 hsr_check_announce(struct net_device *hsr_dev, unsigned char old_operstate) hsr_check_announce() argument

Completed in 2 milliseconds