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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c4206 * @tags_used: return value, number of tags in use by this PF
4216 u16 *tags_used, u16 *tags_free,
4241 if (tags_used != NULL)
4242 *tags_used = LE16_TO_CPU(resp->tags_used);
4255 * @tags_used: return value, number of tags in use by this PF
4264 u16 tag, u16 *tags_used, u16 *tags_free,
4285 if (tags_used != NULL)
4286 *tags_used = LE16_TO_CPU(resp->tags_used);
4214 i40e_aq_add_tag(struct i40e_hw *hw, bool direct_to_queue, u16 vsi_seid, u16 tag, u16 queue_num, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4263 i40e_aq_remove_tag(struct i40e_hw *hw, u16 vsi_seid, u16 tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4312 i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u8 num_tags_in_buf, void *buf, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4364 i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4411 i40e_aq_update_tag(struct i40e_hw *hw, u16 vsi_seid, u16 old_tag, u16 new_tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
H A Di40e_adminq_cmd.h1119 __le16 tags_used; member in struct:i40e_aqc_add_remove_tag_completion
1180 __le16 tags_used; member in struct:i40e_aqc_update_tag_completion

Completed in 85 milliseconds