Searched refs:timer_val (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_wr.c | 1276 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in csio_closest_timer() 1277 delta = time - s->timer_val[i]; in csio_closest_timer() 1421 sge->timer_val[0] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1423 sge->timer_val[1] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1425 sge->timer_val[2] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1427 sge->timer_val[3] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1429 sge->timer_val[4] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1431 sge->timer_val[5] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1498 sge->timer_val[0] = CSIO_SGE_TIMER_VAL_0; in csio_wr_set_sge() 1499 sge->timer_val[1] = CSIO_SGE_TIMER_VAL_1; in csio_wr_set_sge() [all …]
|
D | csio_wr.h | 433 uint16_t timer_val[CSIO_SGE_NTIMERS]; member
|
/drivers/watchdog/ |
D | f71808e_wdt.c | 157 u8 timer_val; /* content for the wd_time register */ member 242 watchdog.timer_val = DIV_ROUND_UP(timeout, 60); in watchdog_set_timeout() 245 watchdog.timer_val = timeout; in watchdog_set_timeout() 309 watchdog.timer_val); in watchdog_keepalive()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 963 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 964 int delta = us - s->timer_val[i]; in closest_timer() 1000 ? adapter->sge.timer_val[timer_idx] in qtimer_val() 2526 s->timer_val[0] = core_ticks_to_us(adapter, in adap_init0() 2528 s->timer_val[1] = core_ticks_to_us(adapter, in adap_init0() 2530 s->timer_val[2] = core_ticks_to_us(adapter, in adap_init0() 2532 s->timer_val[3] = core_ticks_to_us(adapter, in adap_init0() 2534 s->timer_val[4] = core_ticks_to_us(adapter, in adap_init0() 2536 s->timer_val[5] = core_ticks_to_us(adapter, in adap_init0()
|
D | adapter.h | 308 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */ member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 3378 s->timer_val[0] = core_ticks_to_us(adap, in t4_sge_init_soft() 3380 s->timer_val[1] = core_ticks_to_us(adap, in t4_sge_init_soft() 3382 s->timer_val[2] = core_ticks_to_us(adap, in t4_sge_init_soft() 3384 s->timer_val[3] = core_ticks_to_us(adap, in t4_sge_init_soft() 3386 s->timer_val[4] = core_ticks_to_us(adap, in t4_sge_init_soft() 3388 s->timer_val[5] = core_ticks_to_us(adap, in t4_sge_init_soft()
|
D | cxgb4.h | 747 u16 timer_val[SGE_NTIMERS]; member 1222 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0; in qtimer_val()
|
D | cxgb4_main.c | 950 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 951 delta = time - s->timer_val[i]; in closest_timer()
|