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

/freebsd-12-stable/sys/dev/ice/
H A Dice_flow.c802 !ice_is_bit_set(p->vsis, vsi_handle))
1038 if (!ice_is_bit_set(prof->vsis, vsi_handle)) {
1044 ice_set_bit(vsi_handle, prof->vsis);
1069 if (ice_is_bit_set(prof->vsis, vsi_handle)) {
1075 ice_clear_bit(vsi_handle, prof->vsis);
1325 if (ice_test_and_clear_bit(vsi_handle, r->vsis))
1326 if (!ice_is_any_bit_set(r->vsis, ICE_MAX_VSI)) {
1357 if (ice_is_bit_set(p->vsis, vsi_handle)) {
1362 if (!ice_is_any_bit_set(p->vsis, ICE_MAX_VSI)) {
1394 ice_clear_bit(vsi_handle, r->vsis);
[all...]
H A Dice_flow.h273 ice_declare_bitmap(vsis, ICE_MAX_VSI);
283 ice_declare_bitmap(vsis, ICE_MAX_VSI);
H A Dice_flex_pipe.c2821 * group configuration of used vsis.
2828 /* update only vsis that have been changed */
2829 if (hw->blk[blk].xlt2.vsis[vsi].changed) {
2833 vsig = hw->blk[blk].xlt2.vsis[vsi].vsig;
2838 hw->blk[blk].xlt2.vsis[vsi].changed = 0;
2865 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig;
2971 /* remove all vsis associated with this VSIG XLT2 entry */
3033 vsi_tgt = &hw->blk[blk].xlt2.vsis[vsi];
3107 hw->blk[blk].xlt2.vsis[vsi].vsig = vsig;
3108 hw->blk[blk].xlt2.vsis[vs
[all...]
H A Dice_flex_type.h613 struct ice_vsig_vsi *vsis; member in struct:ice_xlt2

Completed in 122 milliseconds