Home
last modified time | relevance | path

Searched refs:DEBUGNET_MAX_IN_FLIGHT (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/net/
H A Ddebugnet_int.h82 DEBUGNET_MAX_IN_FLIGHT);
H A Ddebugnet.h65 #define DEBUGNET_MAX_IN_FLIGHT 64 macro
H A Ddebugnet.c328 if (i >= DEBUGNET_MAX_IN_FLIGHT) in debugnet_send()
332 DEBUGNET_MAX_IN_FLIGHT, i); in debugnet_send()
444 if (rcv_ackno >= pcb->dp_seqno + DEBUGNET_MAX_IN_FLIGHT) in debugnet_handle_ack()
/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnet.c394 uma_zone_reserve(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
395 uma_prealloc(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
4385 *ncl = DEBUGNET_MAX_IN_FLIGHT; in vtnet_debugnet_init()
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2906 *ncl = DEBUGNET_MAX_IN_FLIGHT; in mlx4_en_debugnet_init()
/freebsd-13.1/sys/dev/re/
H A Dif_re.c4117 *ncl = DEBUGNET_MAX_IN_FLIGHT; in re_debugnet_init()
/freebsd-13.1/sys/dev/alc/
H A Dif_alc.c4685 *ncl = DEBUGNET_MAX_IN_FLIGHT; in alc_debugnet_init()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4992 *ncl = DEBUGNET_MAX_IN_FLIGHT; in mlx5_en_debugnet_init()
/freebsd-13.1/sys/dev/bge/
H A Dif_bge.c6791 *ncl = DEBUGNET_MAX_IN_FLIGHT; in bge_debugnet_init()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c19449 *ncl = DEBUGNET_MAX_IN_FLIGHT; in bxe_debugnet_init()