Searched refs:los (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.c | 1063 u8 los; in fst_intr_te1_alarm() local 1067 los = FST_RDB(card, suStatus.lossOfSignal); in fst_intr_te1_alarm() 1071 if (los) { in fst_intr_te1_alarm() 1089 if (los) in fst_intr_te1_alarm()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | sfp.c | 148 "los", 1514 bool los = false; in sfp_sm_link_check_los() local 1521 los = !(sfp->state & SFP_F_LOS); in sfp_sm_link_check_los() 1523 los = !!(sfp->state & SFP_F_LOS); in sfp_sm_link_check_los() 1525 if (los) in sfp_sm_link_check_los()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.c | 1030 u8 los; in fst_intr_te1_alarm() local 1034 los = FST_RDB(card, suStatus.lossOfSignal); in fst_intr_te1_alarm() 1038 if (los) { in fst_intr_te1_alarm() 1054 if (los) in fst_intr_te1_alarm()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp.c | 151 "los", 1814 bool los = false; in sfp_sm_link_check_los() local 1821 los = !(sfp->state & SFP_F_LOS); in sfp_sm_link_check_los() 1823 los = !!(sfp->state & SFP_F_LOS); in sfp_sm_link_check_los() 1825 if (los) in sfp_sm_link_check_los()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 1625 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds() 2449 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq() 2451 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2454 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq()
|
H A D | hfc_multi.h | 46 int los, ais, slip_tx, slip_rx, rdi; /* current alarms */ member
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 1594 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds() 2418 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq() 2420 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2423 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq()
|
H A D | hfc_multi.h | 46 int los, ais, slip_tx, slip_rx, rdi; /* current alarms */ member
|
Completed in 34 milliseconds