Searched refs:timer_val (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_wr.c | 1279 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in csio_closest_timer() 1280 delta = time - s->timer_val[i]; in csio_closest_timer() 1493 sge->timer_val[0] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1495 sge->timer_val[1] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1497 sge->timer_val[2] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1499 sge->timer_val[3] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1501 sge->timer_val[4] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1503 sge->timer_val[5] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1570 sge->timer_val[0] = CSIO_SGE_TIMER_VAL_0; in csio_wr_set_sge() 1571 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/net/wireless/mediatek/mt76/ |
D | mt76x02_beacon.c | 147 u32 timer_val = dev->mt76.beacon_int << 4; in mt76x02_resync_beacon_timer() local 164 timer_val -= 1; in mt76x02_resync_beacon_timer() 167 MT_BEACON_TIME_CFG_INTVAL, timer_val); in mt76x02_resync_beacon_timer()
|
/drivers/watchdog/ |
D | f71808e_wdt.c | 148 u8 timer_val; /* content for the wd_time register */ member 233 watchdog.timer_val = DIV_ROUND_UP(timeout, 60); in watchdog_set_timeout() 236 watchdog.timer_val = timeout; in watchdog_set_timeout() 300 watchdog.timer_val); in watchdog_keepalive()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1025 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 1026 int delta = us - s->timer_val[i]; in closest_timer() 1062 ? adapter->sge.timer_val[timer_idx] in qtimer_val() 2660 s->timer_val[0] = core_ticks_to_us(adapter, in adap_init0() 2662 s->timer_val[1] = core_ticks_to_us(adapter, in adap_init0() 2664 s->timer_val[2] = core_ticks_to_us(adapter, in adap_init0() 2666 s->timer_val[3] = core_ticks_to_us(adapter, in adap_init0() 2668 s->timer_val[4] = core_ticks_to_us(adapter, in adap_init0() 2670 s->timer_val[5] = core_ticks_to_us(adapter, in adap_init0()
|
D | adapter.h | 309 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */ member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 4253 s->timer_val[0] = core_ticks_to_us(adap, in t4_sge_init_soft() 4255 s->timer_val[1] = core_ticks_to_us(adap, in t4_sge_init_soft() 4257 s->timer_val[2] = core_ticks_to_us(adap, in t4_sge_init_soft() 4259 s->timer_val[3] = core_ticks_to_us(adap, in t4_sge_init_soft() 4261 s->timer_val[4] = core_ticks_to_us(adap, in t4_sge_init_soft() 4263 s->timer_val[5] = core_ticks_to_us(adap, in t4_sge_init_soft()
|
D | cxgb4.h | 823 u16 timer_val[SGE_NTIMERS]; member 1397 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0; in qtimer_val()
|
D | cxgb4_main.c | 1111 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 1112 delta = time - s->timer_val[i]; in closest_timer()
|