Home
last modified time | relevance | path

Searched refs:buf_ring_alloc (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dsubr_bufring.c42 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) in buf_ring_alloc() function
/freebsd-12.1/sys/sys/
H A Dbuf_ring.h357 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags,
/freebsd-12.1/sys/dev/ntb/if_ntb/
H A Dif_ntb.c161 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock); in ntb_net_attach()
/freebsd-12.1/sys/dev/liquidio/base/
H A Dlio_request_manager.c181 buf_ring_alloc(LIO_BR_SIZE, M_DEVBUF, M_WAITOK, in lio_init_instr_queue()
/freebsd-12.1/sys/dev/xilinx/
H A Dif_xae.c895 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in xae_attach()
/freebsd-12.1/sys/dev/vnic/
H A Dnicvf_queues.c930 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-12.1/sys/dev/altera/atse/
H A Dif_atse.c1351 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in atse_attach()
/freebsd-12.1/sys/dev/oce/
H A Doce_queue.c268 wq->br = buf_ring_alloc(4096, M_DEVBUF, in oce_wq_init()
/freebsd-12.1/sys/dev/xen/netfront/
H A Dnetfront.c853 txq->br = buf_ring_alloc(NET_TX_RING_SIZE, M_DEVBUF, in setup_txqs()
/freebsd-12.1/sys/dev/netmap/
H A Dif_ptnet.c390 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE, in ptnet_attach()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_os.c1396 fp->tx_br = buf_ring_alloc(NUM_TX_DESCRIPTORS, M_DEVBUF, in qla_alloc_tx_br()
/freebsd-12.1/share/man/man9/
H A DMakefile625 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
/freebsd-12.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c5168 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF, in hn_tx_ring_create()
5194 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF, in hn_tx_ring_create()
/freebsd-12.1/sys/dev/al_eth/
H A Dal_eth.c2335 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK, in al_eth_setup_tx_resources()
/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnet.c736 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()
/freebsd-12.1/sys/dev/neta/
H A Dif_mvneta.c1267 tx->br = buf_ring_alloc(MVNETA_BUFRING_SIZE, M_DEVBUF, M_NOWAIT, in mvneta_ring_alloc_tx_queue()
/freebsd-12.1/sys/dev/ena/
H A Dena.c451 txr->br = buf_ring_alloc(ena_buf_ring_size, M_DEVBUF, in ena_init_io_rings()
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_sge.c2453 if ((q->txq[TXQ_ETH].txq_mr = buf_ring_alloc(cxgb_txq_buf_ring_size, in t3_sge_alloc_qset()
/freebsd-12.1/sys/dev/mxge/
H A Dif_mxge.c4495 ss->tx.br = buf_ring_alloc(2048, M_DEVBUF, M_WAITOK, in mxge_alloc_slices()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c6581 fp->tx_br = buf_ring_alloc(TX_RING_SIZE, M_DEVBUF, in qlnx_alloc_tx_br()
/freebsd-12.1/sys/dev/bxe/
H A Dbxe.c16231 fp->tx_br = buf_ring_alloc(BXE_BR_SIZE, M_DEVBUF, in bxe_alloc_buf_rings()