Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_timer.c854 switch (timer_type) { in tcp_timer_activate()
880 panic("tp %p bad timer_type %#x", tp, timer_type); in tcp_timer_activate()
894 switch (timer_type) { in tcp_timer_active()
914 panic("tp %p bad timer_type %#x", tp, timer_type); in tcp_timer_active()
933 switch (timer_type) { in tcp_timer_suspend()
955 panic("tp:%p bad timer_type 0x%x", tp, timer_type); in tcp_timer_suspend()
964 switch (timer_type) { in tcp_timers_unsuspend()
1025 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() argument
1030 switch (timer_type) { in tcp_timer_stop()
1052 tp->t_fb->tfb_tcp_timer_stop(tp, timer_type); in tcp_timer_stop()
[all …]
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_hw.h497 uint8_t timer_type; member
H A Dqla_hw.c592 intr_coalesce.timer_type = Q8_FWCMD_INTR_COALESC_TIMER_PERIODIC; in qla_config_intr_coalesce()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_hw.h497 uint8_t timer_type; member
H A Dql_hw.c1771 intrc->timer_type = Q8_MBX_INTRC_TIMER_PERIODIC; in qla_config_intr_coalesce()
/freebsd-12.1/sys/netinet/tcp_stacks/
H A Drack.c328 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type,
330 static int32_t rack_timer_active(struct tcpcb *tp, uint32_t timer_type);
332 static void rack_timer_stop(struct tcpcb *tp, uint32_t timer_type);
3176 rack_timer_stop(struct tcpcb *tp, uint32_t timer_type) in rack_timer_stop() argument
3191 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) in rack_timer_activate() argument
3197 rack_timer_active(struct tcpcb *tp, uint32_t timer_type) in rack_timer_active() argument