Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h327 u16 *tags_used, u16 *tags_free,
330 u16 tag, u16 *tags_used, u16 *tags_free,
334 u16 *tags_used, u16 *tags_free,
337 u16 etag, u16 *tags_used, u16 *tags_free,
341 u16 *tags_free,
H A Di40e_common.c4954 u16 *tags_used, u16 *tags_free, in i40e_aq_add_tag() argument
4981 if (tags_free != NULL) in i40e_aq_add_tag()
4982 *tags_free = LE16_TO_CPU(resp->tags_free); in i40e_aq_add_tag()
5025 if (tags_free != NULL) in i40e_aq_remove_tag()
5026 *tags_free = LE16_TO_CPU(resp->tags_free); in i40e_aq_remove_tag()
5052 u16 *tags_used, u16 *tags_free, in i40e_aq_add_mcast_etag() argument
5080 if (tags_free != NULL) in i40e_aq_add_mcast_etag()
5126 if (tags_free != NULL) in i40e_aq_remove_mcast_etag()
5149 u16 *tags_free, in i40e_aq_update_tag() argument
5173 if (tags_free != NULL) in i40e_aq_update_tag()
[all …]
H A Di40e_adminq_cmd.h1274 __le16 tags_free; member
1335 __le16 tags_free; member