Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ddp.c375 struct ice_fv *fv; in ice_get_prof_index_max() local
388 if (!fv) in ice_get_prof_index_max()
404 } while (fv); in ice_get_prof_index_max()
766 struct ice_fv *fv; in ice_get_sw_fv_bitmap() local
784 if (fv) { in ice_get_sw_fv_bitmap()
791 } while (fv); in ice_get_sw_fv_bitmap()
815 struct ice_fv *fv; in ice_get_sw_fv_list() local
829 if (!fv) in ice_get_sw_fv_list()
860 } while (fv); in ice_get_sw_fv_list()
901 if (!fv) in ice_init_prof_result_bm()
[all …]
A Dice_ddp.h308 struct ice_fv fv[]; member
A Dice_flex_pipe.c1225 struct ice_fv_word *fv, u16 *masks, u8 *prof_id) in ice_find_prof_id_with_mask() argument
1239 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask()
1727 struct ice_fv_word *fv) in ice_write_es() argument
1732 if (!fv) { in ice_write_es()
1734 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
1737 memcpy(&hw->blk[blk].es.t[off], fv, in ice_write_es()
1738 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es()
1963 src = (u8 *)es->fv; in ice_fill_tbl()
A 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-6.3-rc2/net/dccp/
A 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-6.3-rc2/drivers/media/usb/pvrusb2/
A 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()
A Dpvrusb2-hdw.c684 unsigned long fv; in ctrl_freq_max_get() local
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
712 if (!fv) { in ctrl_freq_min_get()
718 fv = (fv * 125) / 2; in ctrl_freq_min_get()
720 fv = fv * 62500; in ctrl_freq_min_get()
722 *vp = fv; in ctrl_freq_min_get()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A 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()
2390 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2561 module_param(fv, int, 0);
2562 MODULE_PARM_DESC(fv, "Startup vertical frequency, 0-INF Hz\n"
A Dmatroxfb_base.h253 int fv; member
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/
A De500v1_power_isa.dtsi48 power-isa-sp.fv; // SPE.Embedded Float Vector
A De500v2_power_isa.dtsi49 power-isa-sp.fv; // SPE.Embedded Float Vector
/linux-6.3-rc2/Documentation/fb/
A 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-6.3-rc2/drivers/nfc/pn533/
A Dpn533.c2514 struct pn533_fw_version *fv) in pn533_get_firmware_version() argument
2527 fv->ic = resp->data[0]; in pn533_get_firmware_version()
2528 fv->ver = resp->data[1]; in pn533_get_firmware_version()
2529 fv->rev = resp->data[2]; in pn533_get_firmware_version()
2530 fv->support = resp->data[3]; in pn533_get_firmware_version()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_main.c2876 struct iavf_vlan_filter *fv, *fvtmp; in iavf_disable_vf() local
2905 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) { in iavf_disable_vf()
2906 list_del(&fv->list); in iavf_disable_vf()
2907 kfree(fv); in iavf_disable_vf()

Completed in 105 milliseconds