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

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 150 #define IXGBE_VF_API_NEGOTIATE 0x08 /* negotiate API version */
183 #define IXGBE_VF_API_NEGOTIATE 0x08 /* negotiate API version */
ixgbe_vf.c 782 msg[0] = IXGBE_VF_API_NEGOTIATE;
791 if (msg[0] == (IXGBE_VF_API_NEGOTIATE | IXGBE_VT_MSGTYPE_SUCCESS)) {
if_sriov.c 540 ixgbe_vf_api_negotiate(struct ixgbe_softc *sc, struct ixgbe_vf *vf, function in typeref:typename:void
555 } /* ixgbe_vf_api_negotiate */
631 case IXGBE_VF_API_NEGOTIATE:
632 ixgbe_vf_api_negotiate(sc, vf, msg);

Completed in 46 milliseconds