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

/freebsd-10-stable/sys/dev/ixl/
H A Di40e_prototype.h288 u16 *tags_used, u16 *tags_free,
291 u16 tag, u16 *tags_used, u16 *tags_free,
295 u16 *tags_used, u16 *tags_free,
298 u16 etag, u16 *tags_used, u16 *tags_free,
302 u16 *tags_free,
H A Di40e_common.c4187 * @tags_free: return value, number of unallocated tags
4196 u16 *tags_used, u16 *tags_free,
4223 if (tags_free != NULL)
4224 *tags_free = LE16_TO_CPU(resp->tags_free);
4236 * @tags_free: return value, number of unallocated tags
4244 u16 tag, u16 *tags_used, u16 *tags_free,
4267 if (tags_free != NULL)
4268 *tags_free = LE16_TO_CPU(resp->tags_free);
4194 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
4243 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
4292 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
4344 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
4391 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.h1120 __le16 tags_free; member in struct:i40e_aqc_add_remove_tag_completion
1181 __le16 tags_free; member in struct:i40e_aqc_update_tag_completion

Completed in 150 milliseconds