Searched refs:rsrv_noflowq (Results 1 – 4 of 4) sorted by relevance
747 vi->rsrv_noflowq = 0; in t4vf_attach()
225 int rsrv_noflowq; /* Reserve queue 0 for non-flowid packets */ member
310 SYSCTL_INT(_hw_cxgbe, OID_AUTO, rsrv_noflowq, CTLFLAG_RDTUN, &t4_rsrv_noflowq,1592 vi->rsrv_noflowq = t4_rsrv_noflowq ? 1 : 0; in t4_attach()1594 vi->rsrv_noflowq = 0; in t4_attach()3238 txq += ((m->m_pkthdr.flowid % (vi->ntxq - vi->rsrv_noflowq)) + in cxgbe_transmit()3239 vi->rsrv_noflowq); in cxgbe_transmit()8402 val = vi->rsrv_noflowq; in sysctl_noflowq()8408 vi->rsrv_noflowq = 1; in sysctl_noflowq()8410 vi->rsrv_noflowq = 0; in sysctl_noflowq()
512 txq += ((inp->inp_flowid % (vi->ntxq - vi->rsrv_noflowq)) + in t6_tls_tag_alloc()513 vi->rsrv_noflowq); in t6_tls_tag_alloc()