Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet_int.h82 DEBUGNET_MAX_IN_FLIGHT);
H A Ddebugnet.h63 #define DEBUGNET_MAX_IN_FLIGHT 64 macro
H A Ddebugnet.c343 if (i >= DEBUGNET_MAX_IN_FLIGHT) in debugnet_send()
347 DEBUGNET_MAX_IN_FLIGHT, i); in debugnet_send()
474 if (rcv_ackno >= pcb->dp_seqno + DEBUGNET_MAX_IN_FLIGHT) in debugnet_handle_ack()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c395 uma_zone_reserve(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
396 uma_prealloc(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
4405 *ncl = DEBUGNET_MAX_IN_FLIGHT; in vtnet_debugnet_init()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2898 *ncl = DEBUGNET_MAX_IN_FLIGHT; in mlx4_en_debugnet_init()
/freebsd/sys/dev/re/
H A Dif_re.c4104 *ncl = DEBUGNET_MAX_IN_FLIGHT; in re_debugnet_init()
/freebsd/sys/dev/alc/
H A Dif_alc.c4657 *ncl = DEBUGNET_MAX_IN_FLIGHT; in alc_debugnet_init()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c5076 *ncl = DEBUGNET_MAX_IN_FLIGHT; in mlx5_en_debugnet_init()
/freebsd/sys/dev/bge/
H A Dif_bge.c6778 *ncl = DEBUGNET_MAX_IN_FLIGHT; in bge_debugnet_init()
/freebsd/sys/dev/bxe/
H A Dbxe.c19410 *ncl = DEBUGNET_MAX_IN_FLIGHT; in bxe_debugnet_init()