Searched refs:M_NICVF (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c101 MALLOC_DECLARE(M_NICVF); variable
400 ring_len, M_NICVF, (M_WAITOK | M_ZERO));
1107 sq->snd_buff = malloc(sizeof(*sq->snd_buff) * q_len, M_NICVF,
1182 free(sq->snd_buff, M_NICVF);
1597 qs = malloc(sizeof(*qs), M_NICVF, (M_ZERO | M_WAITOK));
H A Dnicvf_main.c109 MALLOC_DEFINE(M_NICVF, "nicvf", "ThunderX VNIC VF dynamic memory");

Completed in 71 milliseconds