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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4129 * @vsi_list_head: pointer to the list to add entry to
4133 * a specific VSI. The entry added to vsi_list_head is a COPY of the
4140 struct list_head *vsi_list_head,
4163 list_add(&tmp->list_entry, vsi_list_head);
4173 * @vsi_list_head: pointer to the list pertaining to VSI with vsi_handle
4176 * and adds COPIES of those entries to vsi_list_head (intended to be used
4178 * Note that this means all entries in vsi_list_head must be explicitly
4184 struct list_head *vsi_list_head)
4198 vsi_list_head,
4459 struct list_head vsi_list_head; local
4139 ice_add_entry_to_vsi_fltr_list(struct ice_hw *hw, u16 vsi_handle, struct list_head *vsi_list_head, struct ice_fltr_info *fi) argument
4182 ice_add_to_vsi_fltr_list(struct ice_hw *hw, u16 vsi_handle, struct list_head *lkup_list_head, struct list_head *vsi_list_head) argument
[all...]

Completed in 147 milliseconds