Searched refs:vsi_list_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 2238 * @vsi_list_head: pointer to the list to add entry to 2242 * a specific VSI. The entry added to vsi_list_head is a COPY of the 2249 struct list_head *vsi_list_head, in ice_add_entry_to_vsi_fltr_list() 2272 list_add(&tmp->list_entry, vsi_list_head); in ice_add_entry_to_vsi_fltr_list() 2282 * @vsi_list_head: pointer to the list pertaining to VSI with vsi_handle 2285 * and adds COPIES of those entries to vsi_list_head (intended to be used 2287 * Note that this means all entries in vsi_list_head must be explicitly 2293 struct list_head *vsi_list_head) in ice_add_to_vsi_fltr_list() 2307 vsi_list_head, in ice_add_to_vsi_fltr_list() 2569 struct list_head vsi_list_head; in ice_set_vlan_vsi_promisc() local 2248 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) ice_add_entry_to_vsi_fltr_list() argument 2291 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) ice_add_to_vsi_fltr_list() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 3979 * @vsi_list_head: pointer to the list to add entry to 3983 * a specific VSI. The entry added to vsi_list_head is a COPY of the 3990 struct list_head *vsi_list_head, in ice_add_entry_to_vsi_fltr_list() 4013 list_add(&tmp->list_entry, vsi_list_head); in ice_add_entry_to_vsi_fltr_list() 4023 * @vsi_list_head: pointer to the list pertaining to VSI with vsi_handle 4026 * and adds COPIES of those entries to vsi_list_head (intended to be used 4028 * Note that this means all entries in vsi_list_head must be explicitly 4034 struct list_head *vsi_list_head) in ice_add_to_vsi_fltr_list() 4048 vsi_list_head, in ice_add_to_vsi_fltr_list() 4309 struct list_head vsi_list_head; in ice_set_vlan_vsi_promisc() local 3989 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) ice_add_entry_to_vsi_fltr_list() argument 4032 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) ice_add_to_vsi_fltr_list() argument [all...] |
Completed in 9 milliseconds