Searched defs:api (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c188 /* reset the api version */
637 * @api: integer containing requested API version
639 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) argument
646 msg[1] = api;
658 hw->api_version = api;

Completed in 45 milliseconds