Searched refs:M_IAVF (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
H A Diavf_vc.c128 event.msg_buf = malloc(event.buf_len, M_IAVF, M_WAITOK);
177 free(event.msg_buf, M_IAVF);
230 event.msg_buf = malloc(event.buf_len, M_IAVF, M_WAITOK);
271 free(event.msg_buf, M_IAVF);
300 vqci = malloc(len, M_IAVF, M_NOWAIT | M_ZERO);
341 free(vqci, M_IAVF);
411 vm = malloc(len, M_IAVF, M_NOWAIT);
439 free(vm, M_IAVF);
475 v = malloc(len, M_IAVF, M_NOWAIT);
497 free(v, M_IAVF);
[all...]
H A Dif_iavf.c165 MALLOC_DEFINE(M_IAVF, "iavf", "iavf driver allocations");
477 free(sc->vf_res, M_IAVF);
553 free(sc->vf_res, M_IAVF);
841 sc->vf_res = malloc(bufsz, M_IAVF, M_NOWAIT);
872 free(sc->vf_res, M_IAVF);
1001 (struct ixl_tx_queue *) malloc(sizeof(struct ixl_tx_queue) *ntxqsets, M_IAVF, M_NOWAIT | M_ZERO))) {
1014 if (!(txr->tx_rsq = malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IAVF, M_NOWAIT))) {
1054 nrxqsets, M_IAVF, M_NOWAIT | M_ZERO))) {
1092 free(txr->tx_rsq, M_IAVF);
1099 free(vsi->tx_queues, M_IAVF);
[all...]
H A Diavf.h85 MALLOC_DECLARE(M_IAVF); variable

Completed in 117 milliseconds