| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | stream_expectations.c | 9 int queue_size = 0; variable 19 queue_size = current_expectation = 0; in clear_stream_assertions() 133 assertions_queue[queue_size++] = in assert_bstring_indef_start() 143 assertions_queue[queue_size++] = in assert_indef_break() 153 assertions_queue[queue_size++] = in assert_array_start() 164 assertions_queue[queue_size++] = in assert_indef_array_start() 174 assertions_queue[queue_size++] = in assert_map_start() 185 assertions_queue[queue_size++] = in assert_indef_map_start() 195 assertions_queue[queue_size++] = in assert_tag_eq() 206 assertions_queue[queue_size++] = in assert_half() [all …]
|
| /freebsd-13.1/sys/dev/vmware/vmci/ |
| H A D | vmci_defs.h | 523 size_t add, uint64_t queue_size) in vmci_queue_header_add_producer_tail() argument 526 qp_add_pointer(&q_header->producer_tail, add, queue_size); in vmci_queue_header_add_producer_tail() 548 size_t add, uint64_t queue_size) in vmci_queue_header_add_consumer_head() argument 551 qp_add_pointer(&q_header->consumer_head, add, queue_size); in vmci_queue_header_add_consumer_head()
|
| H A 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()
|
| H A 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-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | rx.c | 122 WARN_ON(rxq->queue_size & (rxq->queue_size - 1)); in iwl_rxq_space() 689 free_size * rxq->queue_size, 700 rxq->queue_size, 720 rxq->queue_size = trans->cfg->num_rbds; 722 rxq->queue_size = RX_QUEUE_SIZE; 738 rxq->queue_size, 1124 queue_size = trans->trans_cfg->mq_rx_supported ? 1128 num_alloc = queue_size + allocator_pool_size; 1501 r &= (rxq->queue_size - 1); 1551 i = (i + 1) & (rxq->queue_size - 1); [all …]
|
| H A D | trans-gen2.c | 228 int queue_size = max_t(u32, IWL_CMD_QUEUE_SIZE, in iwl_pcie_gen2_nic_init() local 243 if (iwl_txq_gen2_init(trans, trans->txqs.cmd.q_id, queue_size)) in iwl_pcie_gen2_nic_init()
|
| H A D | internal.h | 155 u32 queue_size; member
|
| /freebsd-13.1/sbin/ggate/ggatec/ |
| H A D | ggatec.c | 68 static unsigned queue_size = G_GATE_QUEUE_SIZE; variable 503 ggioc.gctl_maxcount = queue_size; in g_gatec_create() 607 queue_size = strtoul(optarg, NULL, 10); in main() 608 if (queue_size == 0 && errno != 0) in main()
|
| /freebsd-13.1/sys/dev/virtio/pci/ |
| H A D | virtio_pci_modern_var.h | 86 uint16_t queue_size; /* read-write, power of 2. */ member
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 668 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_pipe() local 678 need = pipe_size + queue_size * n_queue; in dn_compat_copy_pipe() 724 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_queue() local 732 need = fs_size + queue_size * n_queue; in dn_compat_copy_queue()
|
| H A D | dummynet.txt | 773 queue_size: sizeof(dn_queue_xyz);
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | atmapi.h | 189 uint32_t queue_size; member
|
| H A D | cc_user.c | 1236 user->queue_max = prep->queue_size; in cc_user_sig_handle()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.h | 128 int iwl_txq_gen2_init(struct iwl_trans *trans, int txq_id, int queue_size);
|
| H A D | tx.c | 1297 int iwl_txq_gen2_init(struct iwl_trans *trans, int txq_id, int queue_size) in iwl_txq_gen2_init() argument 1310 ret = iwl_txq_alloc(trans, queue, queue_size, true); in iwl_txq_gen2_init() 1319 ret = iwl_txq_init(trans, queue, queue_size, in iwl_txq_gen2_init()
|
| /freebsd-13.1/sys/contrib/ena-com/ |
| H A D | ena_com.h | 374 u16 queue_size; member
|
| H A 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-13.1/sys/dev/ena/ |
| H A D | ena.c | 1453 ctx.queue_size = adapter->requested_tx_ring_size; in ena_create_io_queues() 1488 ctx.queue_size = adapter->requested_rx_ring_size; in ena_create_io_queues()
|