| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ddp.c | 359 return fv_section->fv + index; in ice_sw_fv_handler() 376 struct ice_fv *fv; in ice_get_prof_index_max() local 387 fv = ice_pkg_enum_entry(ice_seg, &state, ICE_SID_FLD_VEC_SW, in ice_get_prof_index_max() 389 if (!fv) in ice_get_prof_index_max() 397 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max() 398 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max() 405 } while (fv); in ice_get_prof_index_max() 738 struct ice_fv *fv, u32 prof_idx) in ice_get_sw_prof_type() argument 753 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF && in ice_get_sw_prof_type() 754 fv->ew[i].off == ICE_VNI_OFFSET) in ice_get_sw_prof_type() [all …]
|
| H A D | ice_flow.c | 1678 params->es[idx].prot_id = prof->fv[i].proto_id; in ice_flow_set_parser_prof() 1679 params->es[idx].off = prof->fv[i].offset; in ice_flow_set_parser_prof() 1680 params->mask[idx] = (((prof->fv[i].msk) << BITS_PER_BYTE) & in ice_flow_set_parser_prof() 1682 (((prof->fv[i].msk) >> BITS_PER_BYTE) & in ice_flow_set_parser_prof() 2431 u8 proto_id = prof->fv[i].proto_id; in ice_rss_cfg_raw_symm() 2476 is_matched = prof->fv[i].offset == src_off && in ice_rss_cfg_raw_symm() 2477 prof->fv[i + len].proto_id == proto_id && in ice_rss_cfg_raw_symm() 2478 prof->fv[i + len].offset == dst_off; in ice_rss_cfg_raw_symm()
|
| H A D | ice_parser.c | 2397 prof->fv[prof->fv_num].proto_id = proto_id; in ice_parser_profile_init() 2398 prof->fv[prof->fv_num].offset = proto_off; in ice_parser_profile_init() 2399 prof->fv[prof->fv_num].spec = *(const u16 *)&pkt_buf[off]; in ice_parser_profile_init() 2400 prof->fv[prof->fv_num].msk = *(const u16 *)&msk_buf[off]; in ice_parser_profile_init() 2425 prof->fv[i].proto_id, prof->fv[i].offset, in ice_parser_profile_dump() 2426 prof->fv[i].spec, prof->fv[i].msk); in ice_parser_profile_dump()
|
| H A D | ice_ddp.h | 342 struct ice_fv fv[]; member
|
| H A D | ice_flex_pipe.c | 1222 struct ice_fv_word *fv, u16 *masks, bool symm, in ice_find_prof_id_with_mask() argument 1240 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask() 1729 struct ice_fv_word *fv, bool symm) in ice_write_es() argument 1734 if (!fv) { in ice_write_es() 1736 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es() 1739 memcpy(&hw->blk[blk].es.t[off], fv, in ice_write_es() 1740 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es() 1968 src = (u8 *)es->fv; in ice_fill_tbl()
|
| H A D | ice_parser.h | 524 struct ice_parser_fv fv[ICE_PARSER_FV_SIZE]; member
|
| H A D | ice_switch.c | 4882 struct ice_sw_fv_list_entry *fv; in ice_fill_fv_word_index() local 4889 fv = list_first_entry(&rm->fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index() 4891 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
|
| /linux/net/dccp/ |
| H A D | feat.c | |
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 322 unsigned long fv; in pvr2_s_frequency() local 342 fv = vf->frequency; in pvr2_s_frequency() 344 fv = (fv * 125) / 2; in pvr2_s_frequency() 346 fv = fv * 62500; in pvr2_s_frequency() 348 pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_FREQUENCY),fv); in pvr2_s_frequency()
|
| H A 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/drivers/net/ethernet/intel/ice/virt/ |
| H A D | fdir.c | 1954 static void ice_vc_parser_fv_save(struct ice_parser_fv *fv, in ice_vc_parser_fv_save() argument 1957 fv->proto_id = fv_src->proto_id; in ice_vc_parser_fv_save() 1958 fv->offset = fv_src->offset; in ice_vc_parser_fv_save() 1959 fv->msk = fv_src->msk; in ice_vc_parser_fv_save() 1960 fv->spec = 0; in ice_vc_parser_fv_save() 2014 if (ice_vc_parser_fv_check_diff(&pi->prof.fv[i], in ice_vc_add_fdir_raw() 2015 &conf->prof->fv[i])) in ice_vc_add_fdir_raw() 2063 ice_vc_parser_fv_save(&pi->prof.fv[i], in ice_vc_add_fdir_raw() 2064 &conf->prof->fv[i]); in ice_vc_add_fdir_raw()
|
| H A D | rss.c | 1457 if (rss_prof->prof.fv[i].proto_id != in ice_add_raw_rss_cfg() 1458 prof->fv[i].proto_id || in ice_add_raw_rss_cfg() 1459 rss_prof->prof.fv[i].offset != in ice_add_raw_rss_cfg() 1460 prof->fv[i].offset) in ice_add_raw_rss_cfg()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.c | 1272 static unsigned int fv; /* "matroxfb:fv:xxxxx" */ variable 1799 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2() 1864 if (fv) { in initMatrox2() 1865 tmp = fv * (vesafb_defined.upper_margin + vesafb_defined.yres in initMatrox2() 2310 if (!(fv||fh||maxclk||pixclock)) in matroxfb_init_params() 2311 fv = timmings[res].vfreq; in matroxfb_init_params() 2393 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup() 2564 module_param(fv, int, 0); 2565 MODULE_PARM_DESC(fv, "Startup vertical frequency, 0-INF Hz\n"
|
| H A D | matroxfb_base.h | 253 int fv; member
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | e500v1_power_isa.dtsi | 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| H A D | e500v2_power_isa.dtsi | 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| /linux/Documentation/fb/ |
| H A D | matroxfb.rst | 275 option and from `fh` and `fv` options. 287 `maxclk`, `fh` and `fv`. In this case, `pixclock` is computed so that 288 pixclock <= maxclk, real_fh <= fh and real_fv <= fv. 295 fv:X maximum vertical frequency. X must be specified in Hz. Default is
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.c | 2515 struct pn533_fw_version *fv) in pn533_get_firmware_version() argument 2528 fv->ic = resp->data[0]; in pn533_get_firmware_version() 2529 fv->ver = resp->data[1]; in pn533_get_firmware_version() 2530 fv->rev = resp->data[2]; in pn533_get_firmware_version() 2531 fv->support = resp->data[3]; in pn533_get_firmware_version()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 3007 struct iavf_vlan_filter *fv, *fvtmp; in iavf_disable_vf() local 3040 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) { in iavf_disable_vf() 3041 list_del(&fv->list); in iavf_disable_vf() 3042 kfree(fv); in iavf_disable_vf()
|