Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_main.c209 * ice_vsi_fltr_changed - check if filter state changed
214 static bool ice_vsi_fltr_changed(struct ice_vsi *vsi) in ice_vsi_fltr_changed() function
284 if (ice_vsi_fltr_changed(vsi)) { in ice_vsi_sync_fltr()
427 if (pf->vsi[v] && ice_vsi_fltr_changed(pf->vsi[v]) && in ice_sync_fltr_subtask()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c245 * ice_vsi_fltr_changed - check if filter state changed
250 static bool ice_vsi_fltr_changed(struct ice_vsi *vsi) in ice_vsi_fltr_changed() function
341 if (ice_vsi_fltr_changed(vsi)) { in ice_vsi_sync_fltr()
491 if (pf->vsi[v] && ice_vsi_fltr_changed(pf->vsi[v]) && in ice_sync_fltr_subtask()

Completed in 16 milliseconds