Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot116 ${sel_time} ${set_sel_time}= Identify SEL Time +06:15:00
119 Set SEL Time Via IPMI ${sel_time}
139 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00
141 ${status}= Run Keyword And Return Status Should Not Contain ${sel_time} 1969
146 Set SEL Time Via IPMI ${sel_time}
263 ${sel_time} ${set_sel_time}= Identify SEL Time +06:15:00
266 Set SEL Time Via IPMI ${sel_time}
314 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00
316 ${status}= Run Keyword And Return Status Should Not Contain ${sel_time} 1969
321 Set SEL Time Via IPMI ${sel_time}
[all …]
H A Dtest_ipmi_sel.robot322 ${sel_time}= Run IPMI Standard Command sel time get
323 ${sel_time}= Convert Date ${sel_time}
331 ... Subtract Date From Date ${sel_last_add_time} ${sel_time}
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c281 fip->sel_time = 0; in fcoe_ctlr_reset_fcfs()
825 unsigned long sel_time = 0; in fcoe_ctlr_age_fcfs() local
862 (!sel_time || time_before(sel_time, fcf->time))) in fcoe_ctlr_age_fcfs()
863 sel_time = fcf->time; in fcoe_ctlr_age_fcfs()
872 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
873 sel_time += msecs_to_jiffies(FCOE_CTLR_START_DELAY); in fcoe_ctlr_age_fcfs()
874 fip->sel_time = sel_time; in fcoe_ctlr_age_fcfs()
1116 if (mtu_valid && !fip->sel_fcf && !fip->sel_time && in fcoe_ctlr_recv_adv()
1118 fip->sel_time = jiffies + in fcoe_ctlr_recv_adv()
1121 time_before(fip->sel_time, fip->timer.expires)) in fcoe_ctlr_recv_adv()
[all …]
/openbmc/linux/include/scsi/
H A Dlibfcoe.h127 unsigned long sel_time; member