Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c1552 return fv_section->fv + index; in ice_sw_fv_handler()
1569 struct ice_fv *fv; in ice_get_prof_index_max() local
1580 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_prof_index_max()
1582 if (!fv) in ice_get_prof_index_max()
1590 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max()
1591 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max()
1598 } while (fv); in ice_get_prof_index_max()
1835 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type() argument
1847 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type()
1848 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type()
[all …]
Dice_flex_type.h305 struct ice_fv fv[]; member
Dice_switch.c4804 struct ice_sw_fv_list_entry *fv; in ice_fill_fv_word_index() local
4811 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index()
4813 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
/Linux-v6.1/net/dccp/
Dfeat.c1071 static int dccp_feat_reconcile(dccp_feat_val *fv, u8 *arr, u8 len, in dccp_feat_reconcile() argument
1076 if (!fv->sp.vec || !arr) { in dccp_feat_reconcile()
1082 rc = dccp_feat_preflist_match(fv->sp.vec, fv->sp.len, arr, len); in dccp_feat_reconcile()
1084 rc = dccp_feat_preflist_match(arr, len, fv->sp.vec, fv->sp.len); in dccp_feat_reconcile()
1094 return dccp_feat_prefer(rc, fv->sp.vec, fv->sp.len); in dccp_feat_reconcile()
/Linux-v6.1/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c319 unsigned long fv; in pvr2_s_frequency() local
339 fv = vf->frequency; in pvr2_s_frequency()
341 fv = (fv * 125) / 2; in pvr2_s_frequency()
343 fv = fv * 62500; in pvr2_s_frequency()
345 pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_FREQUENCY),fv); in pvr2_s_frequency()
Dpvrusb2-hdw.c684 unsigned long fv; in ctrl_freq_max_get() local
689 fv = hdw->tuner_signal_info.rangehigh; in ctrl_freq_max_get()
690 if (!fv) { in ctrl_freq_max_get()
696 fv = (fv * 125) / 2; in ctrl_freq_max_get()
698 fv = fv * 62500; in ctrl_freq_max_get()
700 *vp = fv; in ctrl_freq_max_get()
706 unsigned long fv; in ctrl_freq_min_get() local
711 fv = hdw->tuner_signal_info.rangelow; in ctrl_freq_min_get()
712 if (!fv) { in ctrl_freq_min_get()
718 fv = (fv * 125) / 2; in ctrl_freq_min_get()
[all …]
/Linux-v6.1/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1269 static unsigned int fv; /* "matroxfb:fv:xxxxx" */ variable
1796 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2()
1861 if (fv) { in initMatrox2()
1862 tmp = fv * (vesafb_defined.upper_margin + vesafb_defined.yres in initMatrox2()
2307 if (!(fv||fh||maxclk||pixclock)) in matroxfb_init_params()
2308 fv = timmings[res].vfreq; in matroxfb_init_params()
2387 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2558 module_param(fv, int, 0);
2559 MODULE_PARM_DESC(fv, "Startup vertical frequency, 0-INF Hz\n"
Dmatroxfb_base.h253 int fv; member
/Linux-v6.1/arch/powerpc/boot/dts/fsl/
De500v1_power_isa.dtsi48 power-isa-sp.fv; // SPE.Embedded Float Vector
De500v2_power_isa.dtsi49 power-isa-sp.fv; // SPE.Embedded Float Vector
/Linux-v6.1/Documentation/fb/
Dmatroxfb.rst278 option and from `fh` and `fv` options.
290 `maxclk`, `fh` and `fv`. In this case, `pixclock` is computed so that
291 pixclock <= maxclk, real_fh <= fh and real_fv <= fv.
298 fv:X maximum vertical frequency. X must be specified in Hz. Default is
/Linux-v6.1/drivers/nfc/pn533/
Dpn533.c2510 struct pn533_fw_version *fv) in pn533_get_firmware_version() argument
2523 fv->ic = resp->data[0]; in pn533_get_firmware_version()
2524 fv->ver = resp->data[1]; in pn533_get_firmware_version()
2525 fv->rev = resp->data[2]; in pn533_get_firmware_version()
2526 fv->support = resp->data[3]; in pn533_get_firmware_version()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_main.c2866 struct iavf_vlan_filter *fv, *fvtmp; in iavf_disable_vf() local
2895 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) { in iavf_disable_vf()
2896 list_del(&fv->list); in iavf_disable_vf()
2897 kfree(fv); in iavf_disable_vf()