HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_vf_get_queues (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
if_sriov.c 559 ixgbe_vf_get_queues(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) function in typeref:typename:void
575 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_SUCCESS |
585 } /* ixgbe_vf_get_queues */
634 case IXGBE_VF_GET_QUEUES:
635 ixgbe_vf_get_queues(sc, vf, msg);
if_sriov.c 559 ixgbe_vf_get_queues(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) function in typeref:typename:void
575 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_SUCCESS |
585 } /* ixgbe_vf_get_queues */
634 case IXGBE_VF_GET_QUEUES:
635 ixgbe_vf_get_queues(sc, vf, msg);
if_sriov.c 559 ixgbe_vf_get_queues(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) function in typeref:typename:void
575 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_SUCCESS |
585 } /* ixgbe_vf_get_queues */
634 case IXGBE_VF_GET_QUEUES:
635 ixgbe_vf_get_queues(sc, vf, msg);

Completed in 43 milliseconds