| /freebsd-14.2/sys/kern/ |
| H A D | subr_bufring.c | 38 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) in buf_ring_alloc() function
|
| /freebsd-14.2/sys/sys/ |
| H A D | buf_ring.h | 354 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags, 362 buf_ring_alloc(int count) in buf_ring_alloc() function
|
| /freebsd-14.2/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 157 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock); in ntb_net_attach()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/dev/gve/ |
| H A D | gve_tx.c | 110 tx->br = buf_ring_alloc(GVE_TX_BUFRING_ENTRIES, M_DEVBUF, in gve_tx_alloc_ring()
|
| /freebsd-14.2/sys/dev/xilinx/ |
| H A D | if_xae.c | 952 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in xae_attach()
|
| /freebsd-14.2/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-14.2/sys/netinet/ |
| H A D | ip_mroute.c | 399 rt->mfc_stall_ring = buf_ring_alloc(MAX_UPQ, M_MRTABLE, in mfc_alloc() 714 V_bw_upcalls_ring = buf_ring_alloc(BW_UPCALLS_MAX, M_MRTABLE, in ip_mrouter_init()
|
| /freebsd-14.2/sys/dev/altera/atse/ |
| H A D | if_atse.c | 1342 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in atse_attach()
|
| /freebsd-14.2/sys/dev/oce/ |
| H A D | oce_queue.c | 258 wq->br = buf_ring_alloc(4096, M_DEVBUF, in oce_wq_init()
|
| /freebsd-14.2/sys/dev/netmap/ |
| H A D | if_ptnet.c | 384 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE, in ptnet_attach()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/net/ |
| H A D | if_ovpn.c | 2466 sc->notifring = buf_ring_alloc(32, M_OVPN, M_WAITOK, NULL); in ovpn_clone_create()
|
| /freebsd-14.2/sys/dev/mana/ |
| H A D | mana_en.c | 2136 txq->txq_br = buf_ring_alloc(4 * MAX_SEND_BUFFERS_PER_QUEUE, in mana_create_txq()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 661 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
|
| /freebsd-14.2/sys/dev/al_eth/ |
| H A D | al_eth.c | 2311 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK, in al_eth_setup_tx_resources()
|
| /freebsd-14.2/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 5191 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF, in hn_tx_ring_create() 5217 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF, in hn_tx_ring_create()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 871 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()
|
| /freebsd-14.2/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 2425 q->txq[TXQ_ETH].txq_mr = buf_ring_alloc(cxgb_txq_buf_ring_size, in t3_sge_alloc_qset()
|
| /freebsd-14.2/sys/dev/mxge/ |
| H A D | if_mxge.c | 4296 ss->tx.br = buf_ring_alloc(2048, M_DEVBUF, M_WAITOK, in mxge_alloc_slices()
|