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

/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c51 /* You can define GET_MBUF_QOS() to override how the mbuf output function
54 to use the m->priority fieid, define GET_MBUF_QOS as:
55 #define GET_MBUF_QOS(m) ((m)->priority) */
56 #ifndef GET_MBUF_QOS
57 #define GET_MBUF_QOS(m) 0 macro
91 qos = GET_MBUF_QOS(m);

Completed in 115 milliseconds