Searched refs:tags_free (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,
339 u16 *tags_free,
H A Di40e_common.c4668 * @tags_free: return value, number of unallocated tags
4677 u16 *tags_used, u16 *tags_free,
4704 if (tags_free != NULL)
4705 *tags_free = LE16_TO_CPU(resp->tags_free);
4717 * @tags_free: return value, number of unallocated tags
4725 u16 tag, u16 *tags_used, u16 *tags_free,
4748 if (tags_free != NULL)
4749 *tags_free = LE16_TO_CPU(resp->tags_free);
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.h1276 __le16 tags_free; member in struct:i40e_aqc_add_remove_tag_completion
1337 __le16 tags_free; member in struct:i40e_aqc_update_tag_completion

Completed in 251 milliseconds