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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c3965 * @vsi_list_head: pointer to the list to add entry to
3969 * a specific VSI. The entry added to vsi_list_head is a COPY of the
3976 struct list_head *vsi_list_head,
3999 list_add(&tmp->list_entry, vsi_list_head);
4009 * @vsi_list_head: pointer to the list pertaining to VSI with vsi_handle
4012 * and adds COPIES of those entries to vsi_list_head (intended to be used
4014 * Note that this means all entries in vsi_list_head must be explicitly
4020 struct list_head *vsi_list_head)
4034 vsi_list_head,
4295 struct list_head vsi_list_head; local
3975 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
4018 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 202 milliseconds