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

/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c291 int tx_rate; member in struct:glob_arg
1314 int rate_limit = targ->g->tx_rate, tosend = 0;
1586 int rate_limit = targ->g->tx_rate;
1940 int rate_limit = targ->g->tx_rate;
2847 g.tx_rate = 0;
3002 g.tx_rate = atoi(optarg);
3237 if (g.tx_rate > 0) {
3243 int lim = (g.tx_rate)/300;
3248 x = ((uint64_t)1000000000 * (uint64_t)g.burst) / (uint64_t) g.tx_rate;
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3447 struct tx_rate *tx_rate; local
3451 size = sizeof(struct tx_rate);
3458 tx_rate = (struct tx_rate *)scratch_buff.data;
3459 t4_get_chan_txrate(padap, tx_rate->nrate, tx_rate->orate);
3460 tx_rate->nchan = padap->chip_params->nchan;
H A Dcudbg_entity.h697 struct tx_rate { struct
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2026 vp_oper->state.tx_rate = vp_admin->tx_rate;
2903 /* if user supplied tx_rate == 0, meaning no rate limit
2946 !vf_admin->tx_rate)
3050 vf_admin->tx_rate)
3097 vf_admin->tx_rate = max_tx_rate;
H A Dmlx4.h505 u32 tx_rate; member in struct:mlx4_vport_state
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h682 uint32_t tx_rate; member in struct:oce_tx_queue_stats

Completed in 193 milliseconds