Searched refs:buf_ring_alloc (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/sys/kern/
H A Dsubr_bufring.c37 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) function
/freebsd-current/sys/sys/
H A Dbuf_ring.h354 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags,
362 buf_ring_alloc(int count) function
/freebsd-current/sys/dev/ntb/if_ntb/
H A Dif_ntb.c156 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock);
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_channel.c177 ch->xmit_br = buf_ring_alloc(DPAA2_TX_BUFRING_SZ, M_DEVBUF, M_NOWAIT,
180 device_printf(dev, "%s: buf_ring_alloc() failed\n", __func__);
H A Ddpaa2_ni.c1325 tx->br = buf_ring_alloc(DPAA2_TX_BUFRING_SZ, M_DEVBUF, M_NOWAIT,
/freebsd-current/sys/dev/gve/
H A Dgve_tx.c110 tx->br = buf_ring_alloc(GVE_TX_BUFRING_ENTRIES, M_DEVBUF,
/freebsd-current/sys/dev/xilinx/
H A Dif_xae.c951 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF,
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_request_manager.c175 buf_ring_alloc(LIO_BR_SIZE, M_DEVBUF, M_WAITOK,
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.c930 cq->rx_br = buf_ring_alloc(CMP_QUEUE_LEN * 8, M_DEVBUF, M_WAITOK,
1056 sq->br = buf_ring_alloc(q_len / MIN_SQ_DESC_PER_PKT_XMIT, M_DEVBUF,
/freebsd-current/sys/netinet/
H A Dip_mroute.c397 rt->mfc_stall_ring = buf_ring_alloc(MAX_UPQ, M_MRTABLE,
716 V_bw_upcalls_ring = buf_ring_alloc(BW_UPCALLS_MAX, M_MRTABLE,
/freebsd-current/sys/dev/oce/
H A Doce_queue.c258 wq->br = buf_ring_alloc(4096, M_DEVBUF,
/freebsd-current/sys/dev/altera/atse/
H A Dif_atse.c1342 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF,
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c384 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE,
/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.c1368 fp->tx_br = buf_ring_alloc(NUM_TX_DESCRIPTORS, M_DEVBUF,
1371 QL_DPRINT1(ha, (ha->pci_dev, "buf_ring_alloc failed for "
/freebsd-current/share/man/man9/
H A DMakefile662 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
/freebsd-current/sys/dev/xen/netfront/
H A Dnetfront.c950 txq->br = buf_ring_alloc(NET_TX_RING_SIZE, M_DEVBUF,
/freebsd-current/sys/dev/mana/
H A Dmana_en.c2136 txq->txq_br = buf_ring_alloc(4 * MAX_SEND_BUFFERS_PER_QUEUE,
/freebsd-current/sys/net/
H A Dif_ovpn.c2459 sc->notifring = buf_ring_alloc(32, M_OVPN, M_WAITOK, NULL);
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dif_hn.c5190 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF,
5216 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF,
/freebsd-current/sys/dev/virtio/network/
H A Dif_vtnet.c870 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF,
/freebsd-current/sys/dev/ena/
H A Dena.c431 txr->br = buf_ring_alloc(txr->buf_ring_size, M_DEVBUF, M_WAITOK,
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c2422 q->txq[TXQ_ETH].txq_mr = buf_ring_alloc(cxgb_txq_buf_ring_size,
/freebsd-current/sys/dev/al_eth/
H A Dal_eth.c2310 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK,
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c1273 tx->br = buf_ring_alloc(MVNETA_BUFRING_SIZE, M_DEVBUF, M_NOWAIT,
/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c4295 ss->tx.br = buf_ring_alloc(2048, M_DEVBUF, M_WAITOK,

Completed in 603 milliseconds

12