Home
last modified time | relevance | path

Searched refs:vsis (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/dev/ice/
HDice_flow.c800 !ice_is_bit_set(p->vsis, vsi_handle)) in ice_flow_find_prof_conds()
1038 if (!ice_is_bit_set(prof->vsis, vsi_handle)) { in ice_flow_assoc_prof()
1044 ice_set_bit(vsi_handle, prof->vsis); in ice_flow_assoc_prof()
1069 if (ice_is_bit_set(prof->vsis, vsi_handle)) { in ice_flow_disassoc_prof()
1075 ice_clear_bit(vsi_handle, prof->vsis); in ice_flow_disassoc_prof()
1345 if (ice_test_and_clear_bit(vsi_handle, r->vsis)) in ice_rem_vsi_rss_list()
1346 if (!ice_is_any_bit_set(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list()
1387 if (ice_is_bit_set(p->vsis, vsi_handle)) { in ice_rem_vsi_rss_cfg()
1392 if (!ice_is_any_bit_set(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg()
1462 ice_clear_bit(vsi_handle, r->vsis); in ice_rem_rss_list()
[all …]
HDice_flow.h285 ice_declare_bitmap(vsis, ICE_MAX_VSI);
296 ice_declare_bitmap(vsis, ICE_MAX_VSI);
HDice_flex_pipe.c1058 if (hw->blk[blk].xlt2.vsis[vsi].changed) { in ice_vsig_update_xlt2()
1062 vsig = hw->blk[blk].xlt2.vsis[vsi].vsig; in ice_vsig_update_xlt2()
1067 hw->blk[blk].xlt2.vsis[vsi].changed = 0; in ice_vsig_update_xlt2()
1094 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig; in ice_vsig_find_vsi()
1262 vsi_tgt = &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_remove_vsi()
1336 hw->blk[blk].xlt2.vsis[vsi].vsig = vsig; in ice_vsig_add_mv_vsi()
1337 hw->blk[blk].xlt2.vsis[vsi].changed = 1; in ice_vsig_add_mv_vsi()
1342 &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_add_mv_vsi()
1343 hw->blk[blk].xlt2.vsis[vsi].next_vsi = tmp; in ice_vsig_add_mv_vsi()
1649 hw->blk[blk].xlt2.vsis[vsi].changed = 0; in ice_init_sw_xlt2_db()
[all …]
HDice_flex_type.h369 struct ice_vsig_vsi *vsis; member