Lines Matching defs:fv
1201 return fv_section->fv + index;
1218 struct ice_fv *fv;
1229 fv = (struct ice_fv *)
1232 if (!fv)
1240 if (fv->ew[j].prot_id != ICE_PROT_INVALID ||
1241 fv->ew[j].off != ICE_FV_OFFSET_INVAL)
1248 } while (fv);
1494 * @fv: pointer to the switch field vector
1498 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx)
1510 if (fv->ew[i].off != ICE_NAN_OFFSET)
1514 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF &&
1515 fv->ew[i].off == ICE_VNI_OFFSET)
1519 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF)
1538 struct ice_fv *fv;
1547 fv = (struct ice_fv *)
1552 if (fv) {
1554 prof_type = ice_get_sw_prof_type(hw, fv, offset);
1559 } while (fv);
1585 struct ice_fv *fv;
1597 fv = (struct ice_fv *)
1600 if (!fv)
1614 if (fv->ew[j].prot_id ==
1616 fv->ew[j].off == lkups->fv_words[i].off)
1625 fvl->fv_ptr = fv;
1631 } while (fv);
1656 struct ice_fv *fv;
1668 fv = (struct ice_fv *)
1672 if (!fv)
1683 if (fv->ew[i].prot_id == ICE_PROT_INVALID &&
1684 fv->ew[i].off == ICE_FV_OFFSET_INVAL)
1687 } while (fv);