/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ddp.c | 358 return fv_section->fv + index; in ice_sw_fv_handler() 375 struct ice_fv *fv; in ice_get_prof_index_max() local 386 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_prof_index_max() 388 if (!fv) in ice_get_prof_index_max() 396 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max() 397 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max() 404 } while (fv); in ice_get_prof_index_max() 731 struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type() argument 743 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type() 744 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type() [all …]
|
D | ice_ddp.h | 308 struct ice_fv fv[]; member
|
D | ice_flex_pipe.c | 1225 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()
|
D | ice_switch.c | 4833 struct ice_sw_fv_list_entry *fv; in ice_fill_fv_word_index() local 4840 fv = list_first_entry(fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index() 4842 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
|
/linux-6.6.21/net/dccp/ |
D | feat.c | 1071 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.6.21/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 319 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()
|
D | pvrusb2-hdw.c | 684 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-6.6.21/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1269 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"
|
D | matroxfb_base.h | 253 int fv; member
|
/linux-6.6.21/arch/powerpc/boot/dts/fsl/ |
D | e500v2_power_isa.dtsi | 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
D | e500v1_power_isa.dtsi | 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
/linux-6.6.21/Documentation/fb/ |
D | matroxfb.rst | 278 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.6.21/drivers/nfc/pn533/ |
D | pn533.c | 2514 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.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 2910 struct iavf_vlan_filter *fv, *fvtmp; in iavf_disable_vf() local 2939 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) { in iavf_disable_vf() 2940 list_del(&fv->list); in iavf_disable_vf() 2941 kfree(fv); in iavf_disable_vf()
|