Searched refs:timer_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/netinet/
H A Dtcp_timer.c779 tcp_timer_activate(struct tcpcb *tp, uint32_t timer_type, u_int delta) argument
795 switch (timer_type) {
822 panic("tp %p bad timer_type %#x", tp, timer_type);
825 if ((tp->t_timers->tt_flags & timer_type) &&
828 tp->t_timers->tt_flags &= ~(timer_type | f_reset);
831 if ((tp->t_timers->tt_flags & timer_type) == 0) {
832 tp->t_timers->tt_flags |= (timer_type | f_reset);
847 tcp_timer_active(struct tcpcb *tp, uint32_t timer_type) argument
851 switch (timer_type) {
874 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) argument
[all...]
H A Dtcp_subr.c1070 tcp_timer_discard(struct tcpcb *tp, uint32_t timer_type) argument
1082 KASSERT((tp->t_timers->tt_flags & timer_type) != 0,
1084 tp->t_timers->tt_flags &= ~timer_type;
/freebsd-10.3-release/sys/dev/qlxgb/
H A Dqla_hw.h495 uint8_t timer_type; member in struct:_qla_fw_cds_config_intr_coalesc
H A Dqla_hw.c590 intr_coalesce.timer_type = Q8_FWCMD_INTR_COALESC_TIMER_PERIODIC;
/freebsd-10.3-release/sys/dev/qlxgbe/
H A Dql_hw.h494 uint8_t timer_type; member in struct:_q80_config_intr_coalesc
H A Dql_hw.c1021 intrc->timer_type = Q8_MBX_INTRC_TIMER_PERIODIC;

Completed in 179 milliseconds