Home
last modified time | relevance | path

Searched refs:rsrv_noflowq (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/
Dt4_main.c305 int rsrv_noflowq; /* Flag whether to reserve queue 0 */ member
817 pi->rsrv_noflowq = iaq.rsrv_noflowq ? 1 : 0; in t4_attach()
819 pi->rsrv_noflowq = 0; in t4_attach()
1303 txq += ((m->m_pkthdr.flowid % (pi->ntxq - pi->rsrv_noflowq)) in cxgbe_transmit()
1304 + pi->rsrv_noflowq); in cxgbe_transmit()
1756 iaq->rsrv_noflowq = t4_rsrv_noflowq; in cfg_itype_and_nqueues()
4829 val = pi->rsrv_noflowq; in sysctl_noflowq()
4835 pi->rsrv_noflowq = 1; in sysctl_noflowq()
4837 pi->rsrv_noflowq = 0; in sysctl_noflowq()
Dadapter.h212 int rsrv_noflowq; /* Reserve queue 0 for non-flowid packets */ member