Searched refs:tags_used (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h325 u16 *tags_used, u16 *tags_free,
328 u16 tag, u16 *tags_used, u16 *tags_free,
332 u16 *tags_used, u16 *tags_free,
335 u16 etag, u16 *tags_used, u16 *tags_free,
338 u16 old_tag, u16 new_tag, u16 *tags_used,
H A Di40e_common.c4667 * @tags_used: return value, number of tags in use by this PF
4677 u16 *tags_used, u16 *tags_free,
4702 if (tags_used != NULL)
4703 *tags_used = LE16_TO_CPU(resp->tags_used);
4716 * @tags_used: return value, number of tags in use by this PF
4725 u16 tag, u16 *tags_used, u16 *tags_free,
4746 if (tags_used != NULL)
4747 *tags_used = LE16_TO_CPU(resp->tags_used);
4675 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
4724 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
4773 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
4825 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
4872 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.h1275 __le16 tags_used; member in struct:i40e_aqc_add_remove_tag_completion
1336 __le16 tags_used; member in struct:i40e_aqc_update_tag_completion

Completed in 211 milliseconds