Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:iov_mode

89 		index = ixgbe_vf_que_index(sc->iov_mode, sc->pool, i);
160 ixgbe_get_mrqc(int iov_mode)
164 switch (iov_mode) {
175 panic("Unexpected SR-IOV mode %d", iov_mode);
183 ixgbe_get_mtqc(int iov_mode)
187 switch (iov_mode) {
198 panic("Unexpected SR-IOV mode %d", iov_mode);
578 num_queues = ixgbe_vf_queues(sc->iov_mode);
680 sc->iov_mode = IXGBE_NO_VM;
695 sc->iov_mode = IXGBE_64_VM;
697 sc->iov_mode = IXGBE_32_VM;
700 sc->pool = sc->iov_mode - 1;
733 sc->iov_mode = IXGBE_NO_VM;
812 if (sc->iov_mode == IXGBE_NO_VM)
828 switch (sc->iov_mode) {
842 panic("Unexpected SR-IOV mode %d", sc->iov_mode);