Lines Matching refs:api
201 /* reset the api version */
475 * If the API version matched and the reply was NACK,
772 * ixgbevf_negotiate_api_version - Negotiate supported API version
774 * @api: integer containing requested API version
776 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api)
781 /* Negotiate the mailbox API version */
783 msg[1] = api;
792 hw->api_version = api;
808 /* do nothing if API doesn't support ixgbevf_get_queues */