Home
last modified time | relevance | path

Searched refs:fvw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c634 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
637 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off()
788 u16 fvw; /* # field vector words */ member
1204 for (i = 0; i < hw->blk[blk].es.fvw; i++) in ice_prof_has_mask()
1235 u16 off = i * es->fvw; in ice_find_prof_id_with_mask()
1240 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask()
1690 for (i = 0; i < hw->blk[blk].es.fvw; i++) in ice_update_prof_masking()
1733 off = prof_id * hw->blk[blk].es.fvw; in ice_write_es()
1736 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
1740 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
[all …]
H A Dice_ddp.c396 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_get_prof_index_max()
751 for (i = 0; i < hw->blk[ICE_BLK_SW].es.fvw; i++) { in ice_get_sw_prof_type()
852 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_get_sw_fv_list()
857 if (j >= hw->blk[ICE_BLK_SW].es.fvw) in ice_get_sw_fv_list()
H A Dice_switch.c4904 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) { in ice_fill_fv_word_index()