Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h236 u32 stop_time; member
290 u32 stop_time; member
489 u32 stop_time; member
534 u32 stop_time; member
H A Dmacsec_api.c569 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sc_record()
570 packed_record[1] = (rec->stop_time >> 16) & 0xFFFF; in set_ingress_sc_record()
624 rec->stop_time = packed_record[0]; in get_ingress_sc_record()
625 rec->stop_time |= packed_record[1] << 16; in get_ingress_sc_record()
672 packed_record[0] = rec->stop_time & 0xFFFF; in set_ingress_sa_record()
673 packed_record[1] = (rec->stop_time >> 16) & 0xFFFF; in set_ingress_sa_record()
722 rec->stop_time = packed_record[0]; in get_ingress_sa_record()
723 rec->stop_time |= packed_record[1] << 16; in get_ingress_sa_record()
1539 packed_record[2] = rec->stop_time & 0xFFFF; in set_egress_sc_record()
1540 packed_record[3] = (rec->stop_time >> 16) & 0xFFFF; in set_egress_sc_record()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-hix5hd2.c160 unsigned long stop_time; in hix5hd2_i2c_wait_bus_idle() local
164 stop_time = jiffies + msecs_to_jiffies(100); in hix5hd2_i2c_wait_bus_idle()
171 } while (time_before(jiffies, stop_time)); in hix5hd2_i2c_wait_bus_idle()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c391 s64 stop_time; in sja1105_tas_check_conflicts() local
419 stop_time = max_cycle_time + max(rbt1, rbt2); in sja1105_tas_check_conflicts()
438 t1 <= stop_time; in sja1105_tas_check_conflicts()
445 t2 <= stop_time; in sja1105_tas_check_conflicts()
/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c900 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local
951 stop_time = ktime_get(); in pcxhr_set_pipe_state()
952 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
H A Dpcxhr.c700 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local
812 stop_time = ktime_get(); in pcxhr_start_linked_stream()
813 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1401 } stop_time;
1501 } stop_time;
2241 __le32 stop_time; /* lower 32-bits of TSF */ member
H A D3945-mac.c399 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic()
2579 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
H A D4965-mac.c932 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan()
1492 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic()
3811 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
H A D3945.c2424 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
/linux/sound/pci/
H A Des1968.c1684 ktime_t start_time, stop_time; in es1968_measure_clock() local
1743 stop_time = ktime_get(); in es1968_measure_clock()
1754 diff = ktime_sub(stop_time, start_time); in es1968_measure_clock()
H A Dintel8x0.c2638 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock()
2698 stop_time = ktime_get(); in intel8x0_measure_ac97_clock()
2726 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()
2641 ktime_t start_time, stop_time; intel8x0_measure_ac97_clock() local
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c583 ktime_t start_time, stop_time; in radeon_probe_pll_params() local
610 stop_time = ktime_get(); in radeon_probe_pll_params()
614 total_usecs = ktime_us_delta(stop_time, start_time); in radeon_probe_pll_params()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h1232 } stop_time; member
2036 __le32 stop_time; /* lower 32-bits of TSF */ member
H A Dscan.c737 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
H A Dtx.c52 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
H A Dmain.c218 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()