Searched refs:sel_time (Results 1 – 4 of 4) sorted by relevance
116 ${sel_time} ${set_sel_time}= Identify SEL Time +06:15:00119 Set SEL Time Via IPMI ${sel_time}139 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00141 ${status}= Run Keyword And Return Status Should Not Contain ${sel_time} 1969146 Set SEL Time Via IPMI ${sel_time}263 ${sel_time} ${set_sel_time}= Identify SEL Time +06:15:00266 Set SEL Time Via IPMI ${sel_time}314 ${sel_time} ${set_sel_time}= Identify SEL Time -24:00:00316 ${status}= Run Keyword And Return Status Should Not Contain ${sel_time} 1969321 Set SEL Time Via IPMI ${sel_time}[all …]
322 ${sel_time}= Run IPMI Standard Command sel time get323 ${sel_time}= Convert Date ${sel_time}331 ... Subtract Date From Date ${sel_last_add_time} ${sel_time}
281 fip->sel_time = 0; in fcoe_ctlr_reset_fcfs()825 unsigned long sel_time = 0; in fcoe_ctlr_age_fcfs() local862 (!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 …]
127 unsigned long sel_time; member