Home
last modified time | relevance | path

Searched refs:ts_low (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c658 uint32_t ts_low; in siba_read_ioctl() local
661 if ((error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4))) in siba_read_ioctl()
664 *ioctl = (SIBA_REG_GET(ts_low, TML_SICF)); in siba_read_ioctl()
673 uint32_t ts_low, ts_mask; in siba_write_ioctl() local
685 ts_low = (value << SIBA_TML_SICF_SHIFT) & ts_mask; in siba_write_ioctl()
688 ts_low, ts_mask); in siba_write_ioctl()
695 uint32_t ts_low; in siba_is_hw_suspended() local
700 error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4); in siba_is_hw_suspended()
708 if (ts_low & SIBA_TML_RESET) in siba_is_hw_suspended()
712 if (ts_low & SIBA_TML_REJ_MASK) in siba_is_hw_suspended()
[all …]
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h469 u8 ts_low; member
505 u8 ts_low; member
537 u8 ts_low; member
569 u8 ts_low; member
603 u8 ts_low; member
795 * For ice_32b_rx_flex_desc.ts_low:
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c17038 uint32_t srtt = 0, thresh = 0, ts_low = 0; in tcp_rack_output() local
17079 ts_low = (uint32_t)rsm->r_tim_lastsent[idx]; in tcp_rack_output()
17081 if ((tsused == ts_low) || in tcp_rack_output()
17082 (TSTMP_LT(tsused, ts_low))) { in tcp_rack_output()
17086 if ((tsused - ts_low) < thresh) { in tcp_rack_output()
17100 rack_log_retran_reason(rack, rsm, (tsused - ts_low), thresh, 1); in tcp_rack_output()