Searched refs:fv (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/boot/dts/fsl/
H A De500v2_power_isa.dtsi49 power-isa-sp.fv; // SPE.Embedded Float Vector
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c358 return fv_section->fv + index;
375 struct ice_fv *fv; local
386 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW,
388 if (!fv)
396 if (fv->ew[j].prot_id != ICE_PROT_INVALID ||
397 fv->ew[j].off != ICE_FV_OFFSET_INVAL)
404 } while (fv);
727 * @fv: pointer to the switch field vector
731 struct ice_fv *fv, u32 prof_idx)
743 if (fv
730 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx) argument
766 struct ice_fv *fv; local
815 struct ice_fv *fv; local
886 struct ice_fv *fv; local
[all...]
H A Dice_ddp.h331 struct ice_fv fv[]; member in struct:ice_sw_fv_section
H A Dice_flex_pipe.c1219 * @fv: field vector to search for
1226 struct ice_fv_word *fv, u16 *masks, bool symm,
1244 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv)))
1728 * @fv: pointer to the extraction sequence to write - NULL to clear extraction
1733 struct ice_fv_word *fv, bool symm)
1738 if (!fv) {
1740 hw->blk[blk].es.fvw * sizeof(*fv));
1743 memcpy(&hw->blk[blk].es.t[off], fv,
1744 hw->blk[blk].es.fvw * sizeof(*fv));
1225 ice_find_prof_id_with_mask(struct ice_hw *hw, enum ice_block blk, struct ice_fv_word *fv, u16 *masks, bool symm, u8 *prof_id) argument
1732 ice_write_es(struct ice_hw *hw, enum ice_block blk, u8 prof_id, struct ice_fv_word *fv, bool symm) argument
[all...]
H A Dice_switch.c2179 /* Get recipe to profile map so that we can get the fv from lkups that
4794 struct ice_sw_fv_list_entry *fv; local
4801 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry,
4803 fv_ext = fv->fv_ptr->ew;
5174 /* Copy non-result fv index values and masks to recipe. This
5378 /* Look for a recipe which matches our requested fv / mask list */
/linux-master/net/dccp/
H A Dfeat.c1063 * @fv: SP list to reconcile into
1066 * @is_server: whether this side is the server (and @fv is the server's list)
1067 * @reorder: whether to reorder the list in @fv after reconciling with @arr
1071 static int dccp_feat_reconcile(dccp_feat_val *fv, u8 *arr, u8 len, argument
1076 if (!fv->sp.vec || !arr) {
1082 rc = dccp_feat_preflist_match(fv->sp.vec, fv->sp.len, arr, len);
1084 rc = dccp_feat_preflist_match(arr, len, fv->sp.vec, fv->sp.len);
1094 return dccp_feat_prefer(rc, fv
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c319 unsigned long fv; local
339 fv = vf->frequency;
341 fv = (fv * 125) / 2;
343 fv = fv * 62500;
345 pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_FREQUENCY),fv);
H A Dpvrusb2-hdw.c684 unsigned long fv; local
689 fv = hdw->tuner_signal_info.rangehigh;
690 if (!fv) {
696 fv = (fv * 125) / 2;
698 fv = fv * 62500;
700 *vp = fv;
706 unsigned long fv; local
711 fv
2895 unsigned long fv; local
[all...]
/linux-master/fs/bcachefs/
H A Dfs-io-pagecache.c258 struct folio_vec fv; local
263 bio_for_each_folio(fv, bio, iter)
264 __bch2_folio_set(fv.fv_folio,
265 fv.fv_offset >> 9,
266 fv.fv_len >> 9,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1271 static unsigned int fv; /* "matroxfb:fv:xxxxx" */ variable
1798 minfo->fbcon.monspecs.vfmax = fv;
1859 /* fv, fh, maxclk limits was specified */
1863 if (fv) {
1864 tmp = fv * (vesafb_defined.upper_margin + vesafb_defined.yres
2309 if (!(fv||fh||maxclk||pixclock))
2310 fv = timmings[res].vfreq;
2391 else if (!strncmp(this_opt, "fv:", 3))
2392 fv
[all...]
H A Dmatroxfb_base.h253 int fv; member in struct:mavenregs
/linux-master/drivers/nfc/pn533/
H A Dpn533.c2514 struct pn533_fw_version *fv)
2527 fv->ic = resp->data[0];
2528 fv->ver = resp->data[1];
2529 fv->rev = resp->data[2];
2530 fv->support = resp->data[3];
2513 pn533_get_firmware_version(struct pn533 *dev, struct pn533_fw_version *fv) argument
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2895 struct iavf_vlan_filter *fv, *fvtmp; local
2924 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) {
2925 list_del(&fv->list);
2926 kfree(fv);

Completed in 384 milliseconds