| /freebsd-13.1/sys/kern/ |
| H A D | subr_bufring.c | 40 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) in buf_ring_alloc() function
|
| /freebsd-13.1/sys/net/ |
| H A D | if_epair.c | 541 q->rxring[0] = buf_ring_alloc(RXRSIZE, M_EPAIR, M_WAITOK, NULL); in epair_clone_create() 542 q->rxring[1] = buf_ring_alloc(RXRSIZE, M_EPAIR, M_WAITOK, NULL); in epair_clone_create() 564 q->rxring[0] = buf_ring_alloc(RXRSIZE, M_EPAIR, M_WAITOK, NULL); in epair_clone_create() 565 q->rxring[1] = buf_ring_alloc(RXRSIZE, M_EPAIR, M_WAITOK, NULL); in epair_clone_create()
|
| /freebsd-13.1/sys/sys/ |
| H A D | buf_ring.h | 366 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags,
|
| /freebsd-13.1/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 163 q->br = buf_ring_alloc(4096, M_DEVBUF, M_WAITOK, &q->tx_lock); in ntb_net_attach()
|
| /freebsd-13.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-13.1/sys/dev/xilinx/ |
| H A D | if_xae.c | 960 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in xae_attach()
|
| /freebsd-13.1/sys/dev/vnic/ |
| H A D | nicvf_queues.c | 929 cq->rx_br = buf_ring_alloc(CMP_QUEUE_LEN * 8, M_DEVBUF, M_WAITOK, in nicvf_init_cmp_queue() 1055 sq->br = buf_ring_alloc(q_len / MIN_SQ_DESC_PER_PKT_XMIT, M_DEVBUF, in nicvf_init_snd_queue()
|
| /freebsd-13.1/sys/dev/altera/atse/ |
| H A D | if_atse.c | 1346 sc->br = buf_ring_alloc(BUFRING_SIZE, M_DEVBUF, in atse_attach()
|
| /freebsd-13.1/sys/dev/oce/ |
| H A D | oce_queue.c | 259 wq->br = buf_ring_alloc(4096, M_DEVBUF, in oce_wq_init()
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | if_ptnet.c | 392 pq->bufring = buf_ring_alloc(PTNET_BUF_RING_SIZE, in ptnet_attach()
|
| /freebsd-13.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-13.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 1375 fp->tx_br = buf_ring_alloc(NUM_TX_DESCRIPTORS, M_DEVBUF, in qla_alloc_tx_br()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 652 MLINKS+=buf_ring.9 buf_ring_alloc.9 \
|
| /freebsd-13.1/sys/dev/al_eth/ |
| H A D | al_eth.c | 2332 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK, in al_eth_setup_tx_resources()
|
| /freebsd-13.1/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 5227 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF, in hn_tx_ring_create() 5253 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF, in hn_tx_ring_create()
|
| /freebsd-13.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 1284 tx->br = buf_ring_alloc(MVNETA_BUFRING_SIZE, M_DEVBUF, M_NOWAIT, in mvneta_ring_alloc_tx_queue()
|
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena.c | 436 txr->br = buf_ring_alloc(txr->buf_ring_size, M_DEVBUF, in ena_init_io_rings_advanced()
|
| /freebsd-13.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 869 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 2430 if ((q->txq[TXQ_ETH].txq_mr = buf_ring_alloc(cxgb_txq_buf_ring_size, in t3_sge_alloc_qset()
|
| /freebsd-13.1/sys/dev/mxge/ |
| H A D | if_mxge.c | 4432 ss->tx.br = buf_ring_alloc(2048, M_DEVBUF, M_WAITOK, in mxge_alloc_slices()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 6451 fp->tx_br = buf_ring_alloc(TX_RING_SIZE, M_DEVBUF, in qlnx_alloc_tx_br()
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe.c | 16139 fp->tx_br = buf_ring_alloc(BXE_BR_SIZE, M_DEVBUF, in bxe_alloc_buf_rings()
|