/freebsd/tests/sys/sys/ |
H A D | buf_ring_test.c | 60 br = buf_ring_alloc(4); \ 125 br = buf_ring_alloc(4); in ATF_TC_BODY()
|
/freebsd/sys/kern/ |
H A D | subr_bufring.c | 37 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) in buf_ring_alloc() function
|
/freebsd/sys/sys/ |
H A D | buf_ring.h | 360 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags, 368 buf_ring_alloc(int count) in buf_ring_alloc() function
|
/freebsd/tools/test/buf_ring/ |
H A D | buf_ring_test.c | 288 br = buf_ring_alloc(size); in main()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_channel.c | 177 ch->xmit_br = buf_ring_alloc(DPAA2_TX_BUFRING_SZ, M_DEVBUF, M_NOWAIT, in dpaa2_chan_setup()
|
H A D | dpaa2_ni.c | 1326 tx->br = buf_ring_alloc(DPAA2_TX_BUFRING_SZ, M_DEVBUF, M_NOWAIT, in dpaa2_ni_setup_tx_flow()
|
/freebsd/sys/dev/ntb/if_ntb/ |
H A D | if_ntb.c | 156 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock); in ntb_net_attach()
|
/freebsd/sys/dev/qcom_ess_edma/ |
H A D | qcom_ess_edma.c | 257 txs->br = buf_ring_alloc(EDMA_TX_BUFRING_SIZE, M_DEVBUF, M_WAITOK, in qcom_ess_edma_setup_tx_state()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_request_manager.c | 175 buf_ring_alloc(LIO_BR_SIZE, M_DEVBUF, M_WAITOK, in lio_init_instr_queue()
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 965 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in xae_attach()
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_queues.c | 930 cq->rx_br = buf_ring_alloc(CMP_QUEUE_LEN * 8, M_DEVBUF, M_WAITOK, in nicvf_init_cmp_queue() 1056 sq->br = buf_ring_alloc(q_len / MIN_SQ_DESC_PER_PKT_XMIT, M_DEVBUF, in nicvf_init_snd_queue()
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 154 tx->br = buf_ring_alloc(GVE_TX_BUFRING_ENTRIES, M_DEVBUF, in gve_tx_alloc_ring()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.c | 404 rt->mfc_stall_ring = buf_ring_alloc(MAX_UPQ, M_MRTABLE, in mfc_alloc() 727 V_bw_upcalls_ring = buf_ring_alloc(BW_UPCALLS_MAX, M_MRTABLE, in ip_mrouter_init()
|
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 258 wq->br = buf_ring_alloc(4096, M_DEVBUF, in oce_wq_init()
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 384 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE, in ptnet_attach()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 1368 fp->tx_br = buf_ring_alloc(NUM_TX_DESCRIPTORS, M_DEVBUF, in qla_alloc_tx_br()
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 950 txq->br = buf_ring_alloc(NET_TX_RING_SIZE, M_DEVBUF, in setup_txqs()
|
/freebsd/sys/net/ |
H A D | if_ovpn.c | 2471 sc->notifring = buf_ring_alloc(32, M_OVPN, M_WAITOK, NULL); in ovpn_clone_create()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 663 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 2310 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK, in al_eth_setup_tx_resources()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 2189 txq->txq_br = buf_ring_alloc(4 * apc->tx_queue_size, in mana_create_txq()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 5188 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF, in hn_tx_ring_create() 5214 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF, in hn_tx_ring_create()
|
/freebsd/sys/dev/neta/ |
H A D | if_mvneta.c | 1273 tx->br = buf_ring_alloc(MVNETA_BUFRING_SIZE, M_DEVBUF, M_NOWAIT, in mvneta_ring_alloc_tx_queue()
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 436 txr->br = buf_ring_alloc(txr->buf_ring_size, M_DEVBUF, M_WAITOK, in ena_init_io_rings_advanced()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 2422 q->txq[TXQ_ETH].txq_mr = buf_ring_alloc(cxgb_txq_buf_ring_size, in t3_sge_alloc_qset()
|