Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c1589 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_get_prof_index_max()
1845 for (i = 0; i < hw->blk[ICE_BLK_SW].es.fvw; i++) { in ice_get_sw_prof_type()
1948 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_get_sw_fv_list()
1953 if (j >= hw->blk[ICE_BLK_SW].es.fvw) in ice_get_sw_fv_list()
2543 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
2546 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off()
2697 u16 fvw; /* # field vector words */ member
3114 for (i = 0; i < hw->blk[blk].es.fvw; i++) in ice_prof_has_mask()
3143 u16 off = i * es->fvw; in ice_find_prof_id_with_mask()
3145 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask()
[all …]
Dice_flex_type.h470 u16 fvw; member
Dice_flow.c904 u8 fv_words = hw->blk[params->blk].es.fvw; in ice_flow_xtract_fld()
1119 fv_words = hw->blk[params->blk].es.fvw; in ice_flow_xtract_raws()
Dice_switch.c4827 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_fill_fv_word_index()