Searched refs:timer_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_timer.c | 902 switch (timer_type) { in tcp_timer_activate() 928 panic("tp %p bad timer_type %#x", tp, timer_type); in tcp_timer_activate() 942 switch (timer_type) { in tcp_timer_active() 962 panic("tp %p bad timer_type %#x", tp, timer_type); in tcp_timer_active() 981 switch (timer_type) { in tcp_timer_suspend() 1003 panic("tp:%p bad timer_type 0x%x", tp, timer_type); in tcp_timer_suspend() 1012 switch (timer_type) { in tcp_timers_unsuspend() 1073 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() argument 1078 switch (timer_type) { in tcp_timer_stop() 1100 tp->t_fb->tfb_tcp_timer_stop(tp, timer_type); in tcp_timer_stop() [all …]
|
| /freebsd-13.1/sys/dev/qlxgb/ |
| H A D | qla_hw.h | 493 uint8_t timer_type; member
|
| H A D | qla_hw.c | 591 intr_coalesce.timer_type = Q8_FWCMD_INTR_COALESC_TIMER_PERIODIC; in qla_config_intr_coalesce()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 495 uint8_t timer_type; member
|
| H A D | ql_hw.c | 1753 intrc->timer_type = Q8_MBX_INTRC_TIMER_PERIODIC; in qla_config_intr_coalesce()
|
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 509 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type, 511 static int32_t rack_timer_active(struct tcpcb *tp, uint32_t timer_type); 513 static void rack_timer_stop(struct tcpcb *tp, uint32_t timer_type); 7119 rack_timer_stop(struct tcpcb *tp, uint32_t timer_type) in rack_timer_stop() argument 7134 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) in rack_timer_activate() argument 7140 rack_timer_active(struct tcpcb *tp, uint32_t timer_type) in rack_timer_active() argument
|
| H A D | bbr.c | 5301 bbr_timer_stop(struct tcpcb *tp, uint32_t timer_type) in bbr_timer_stop() argument 5320 bbr_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) in bbr_timer_activate() argument 5329 bbr_timer_active(struct tcpcb *tp, uint32_t timer_type) in bbr_timer_active() argument
|