Searched refs:queue_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Datmapi.h189 uint32_t queue_size; member in struct:atm_prepare_incoming_call
H A Dcc_user.c1236 user->queue_max = prep->queue_size;
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c67 static unsigned queue_size = G_GATE_QUEUE_SIZE; variable
82 "[-q queue_size] [-R rcvbuf] [-S sndbuf] [-s sectorsize] "
477 ggioc.gctl_maxcount = queue_size;
571 queue_size = strtoul(optarg, NULL, 10);
572 if (queue_size == 0 && errno != 0)
573 errx(EXIT_FAILURE, "Invalid queue_size.");
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c669 int queue_size = sizeof(struct dn_flow_queue8); local
679 need = pipe_size + queue_size * n_queue;
725 int queue_size = sizeof(struct dn_flow_queue8); local
733 need = fs_size + queue_size * n_queue;
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.h376 u16 queue_size; member in struct:ena_com_create_io_ctx
H A Dena_com.c1946 io_cq->q_depth = ctx->queue_size;
1952 io_sq->q_depth = ctx->queue_size;
/freebsd-11-stable/sys/dev/ena/
H A Dena.c1460 ctx.queue_size = adapter->requested_tx_ring_size;
1488 ctx.queue_size = adapter->requested_rx_ring_size;

Completed in 176 milliseconds