| /freebsd-12.1/sys/kern/ |
| H A D | subr_bufring.c | 42 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 D | buf_ring.h | 357 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags,
|
| /freebsd-12.1/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 161 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 D | lio_request_manager.c | 181 buf_ring_alloc(LIO_BR_SIZE, M_DEVBUF, M_WAITOK, in lio_init_instr_queue()
|
| /freebsd-12.1/sys/dev/xilinx/ |
| H A D | if_xae.c | 895 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in xae_attach()
|
| /freebsd-12.1/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-12.1/sys/dev/altera/atse/ |
| H A D | if_atse.c | 1351 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in atse_attach()
|
| /freebsd-12.1/sys/dev/oce/ |
| H A D | oce_queue.c | 268 wq->br = buf_ring_alloc(4096, M_DEVBUF, in oce_wq_init()
|
| /freebsd-12.1/sys/dev/xen/netfront/ |
| H A D | netfront.c | 853 txq->br = buf_ring_alloc(NET_TX_RING_SIZE, M_DEVBUF, in setup_txqs()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | if_ptnet.c | 390 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE, in ptnet_attach()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 1396 fp->tx_br = buf_ring_alloc(NUM_TX_DESCRIPTORS, M_DEVBUF, in qla_alloc_tx_br()
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 625 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
|
| /freebsd-12.1/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 5168 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 D | al_eth.c | 2335 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 D | if_vtnet.c | 736 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()
|
| /freebsd-12.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 1267 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 D | ena.c | 451 txr->br = buf_ring_alloc(ena_buf_ring_size, M_DEVBUF, in ena_init_io_rings()
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 2453 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 D | if_mxge.c | 4495 ss->tx.br = buf_ring_alloc(2048, M_DEVBUF, M_WAITOK, in mxge_alloc_slices()
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 6581 fp->tx_br = buf_ring_alloc(TX_RING_SIZE, M_DEVBUF, in qlnx_alloc_tx_br()
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe.c | 16231 fp->tx_br = buf_ring_alloc(BXE_BR_SIZE, M_DEVBUF, in bxe_alloc_buf_rings()
|