Lines Matching refs:fv

1359 	return fv_section->fv + index;  in ice_sw_fv_handler()
1376 struct ice_fv *fv; in ice_get_prof_index_max() local
1387 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_prof_index_max()
1389 if (!fv) in ice_get_prof_index_max()
1397 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max()
1398 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max()
1405 } while (fv); in ice_get_prof_index_max()
1574 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv) in ice_get_sw_prof_type() argument
1580 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type()
1581 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type()
1585 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF) in ice_get_sw_prof_type()
1604 struct ice_fv *fv; in ice_get_sw_fv_bitmap() local
1618 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_sw_fv_bitmap()
1622 if (fv) { in ice_get_sw_fv_bitmap()
1624 prof_type = ice_get_sw_prof_type(hw, fv); in ice_get_sw_fv_bitmap()
1629 } while (fv); in ice_get_sw_fv_bitmap()
1655 struct ice_fv *fv; in ice_get_sw_fv_list() local
1667 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_sw_fv_list()
1669 if (!fv) in ice_get_sw_fv_list()
1688 if (fv->ew[j].prot_id == prot_ids[i]) in ice_get_sw_fv_list()
1697 fvl->fv_ptr = fv; in ice_get_sw_fv_list()
1703 } while (fv); in ice_get_sw_fv_list()
1725 struct ice_fv *fv; in ice_init_prof_result_bm() local
1737 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_init_prof_result_bm()
1740 if (!fv) in ice_init_prof_result_bm()
1751 if (fv->ew[i].prot_id == ICE_PROT_INVALID && in ice_init_prof_result_bm()
1752 fv->ew[i].off == ICE_FV_OFFSET_INVAL) in ice_init_prof_result_bm()
1754 } while (fv); in ice_init_prof_result_bm()
2746 struct ice_fv_word *fv, u16 *masks, u8 *prof_id) in ice_find_prof_id_with_mask() argument
2760 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask()
3251 struct ice_fv_word *fv) in ice_write_es() argument
3256 if (!fv) { in ice_write_es()
3258 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
3261 memcpy(&hw->blk[blk].es.t[off], fv, in ice_write_es()
3262 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
3487 src = (u8 *)es->fv; in ice_fill_tbl()