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

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c117 struct rbuf_info { struct
123 #define GET_RBUF_INFO(x) ((struct rbuf_info *)((x) - NICVF_RCV_BUF_ALIGN_BYTES))
265 struct rbuf_info *rinfo;
276 * used as a room for rbuf_info structure.
293 * Now use the room for rbuf_info structure
296 rinfo = (struct rbuf_info *)mbuf->m_data;
313 struct rbuf_info *rinfo;
370 * one fragment and one header structure containing rbuf_info (thus
438 struct rbuf_info *rinfo;

Completed in 109 milliseconds