Home
last modified time | relevance | path

Searched refs:m_get_priority (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_osdep.h186 #define m_get_priority(m) M_GETCTX((m), uintptr_t) macro
H A Dcxgb_sge.c1659 if (m_get_priority(d->m) == cidx) { in free_tx_desc()
1664 printf("pri=%d cidx=%d\n", (int)m_get_priority(d->m), cidx); in free_tx_desc()
1861 unsigned int ndesc = m_get_priority(m); in restart_offloadq()
1913 return m_get_priority(m) >> 1; in queue_set()
1926 return m_get_priority(m) & 1; in is_ctrl_pkt()
H A Dcxgb_offload.c839 unsigned int hwtid = ntohl(m_get_priority(m)) >> 8 & 0xfffff; in do_term()