Searched refs:queue_size (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/sys/dev/vmware/vmci/ |
| D | vmci_defs.h | 524 size_t add, uint64_t queue_size) in vmci_queue_header_add_producer_tail() argument 527 qp_add_pointer(&q_header->producer_tail, add, queue_size); in vmci_queue_header_add_producer_tail() 549 size_t add, uint64_t queue_size) in vmci_queue_header_add_consumer_head() argument 552 qp_add_pointer(&q_header->consumer_head, add, queue_size); in vmci_queue_header_add_consumer_head()
|
| D | vmci_qpair.c | 63 size_t add, uint64_t queue_size) in vmci_queue_add_producer_tail() argument 66 vmci_queue_header_add_producer_tail(queue->q_header, add, queue_size); in vmci_queue_add_producer_tail() 89 size_t add, uint64_t queue_size) in vmci_queue_add_consumer_head() argument 92 vmci_queue_header_add_consumer_head(queue->q_header, add, queue_size); in vmci_queue_add_consumer_head()
|
| D | vmci_kernel_if.c | 519 const size_t queue_size = in vmci_alloc_queue() local 528 queue = malloc(queue_size, M_DEVBUF, M_NOWAIT); in vmci_alloc_queue()
|
| /freebsd-12-stable/sbin/ggate/ggatec/ |
| D | ggatec.c | 68 static unsigned queue_size = G_GATE_QUEUE_SIZE; variable 479 ggioc.gctl_maxcount = queue_size; in g_gatec_create() 573 queue_size = strtoul(optarg, NULL, 10); in main() 574 if (queue_size == 0 && errno != 0) in main()
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | ip_dn_glue.c | 671 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_pipe() local 681 need = pipe_size + queue_size * n_queue; in dn_compat_copy_pipe() 727 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_queue() local 735 need = fs_size + queue_size * n_queue; in dn_compat_copy_queue()
|
| D | dummynet.txt | 773 queue_size: sizeof(dn_queue_xyz);
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/api/ |
| D | atmapi.h | 189 uint32_t queue_size; member
|
| D | cc_user.c | 1236 user->queue_max = prep->queue_size; in cc_user_sig_handle()
|
| /freebsd-12-stable/sys/contrib/ena-com/ |
| D | ena_com.h | 374 u16 queue_size; member
|
| D | ena_com.c | 1947 io_cq->q_depth = ctx->queue_size; in ena_com_create_io_queue() 1953 io_sq->q_depth = ctx->queue_size; in ena_com_create_io_queue()
|
| /freebsd-12-stable/sys/dev/ena/ |
| D | ena.c | 1444 ctx.queue_size = adapter->requested_tx_ring_size; in ena_create_io_queues() 1479 ctx.queue_size = adapter->requested_rx_ring_size; in ena_create_io_queues()
|