Lines Matching defs:vsi_list_head
3191 * @vsi_list_head: pointer to the list to add entry to
3195 * a specific VSI. The entry added to vsi_list_head is a COPY of the
3202 struct LIST_HEAD_TYPE *vsi_list_head,
3225 LIST_ADD(&tmp->list_entry, vsi_list_head);
3235 * @vsi_list_head: pointer to the list pertaining to VSI with vsi_handle
3238 * and adds COPIES of those entries to vsi_list_head (intended to be used
3240 * Note that this means all entries in vsi_list_head must be explicitly
3246 struct LIST_HEAD_TYPE *vsi_list_head)
3261 vsi_list_head,
3691 struct LIST_HEAD_TYPE vsi_list_head;
3697 INIT_LIST_HEAD(&vsi_list_head);
3702 &vsi_list_head);
3707 LIST_FOR_EACH_ENTRY(list_itr, &vsi_list_head, ice_fltr_list_entry,
3730 LIST_FOR_EACH_ENTRY_SAFE(list_itr, tmp, &vsi_list_head,