| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_ddp.c | 376 struct ice_fv *fv; in ice_get_prof_index_max() local 389 if (!fv) in ice_get_prof_index_max() 405 } while (fv); in ice_get_prof_index_max() 776 struct ice_fv *fv; in ice_get_sw_fv_bitmap() local 794 if (fv) { in ice_get_sw_fv_bitmap() 801 } while (fv); in ice_get_sw_fv_bitmap() 825 struct ice_fv *fv; in ice_get_sw_fv_list() local 839 if (!fv) in ice_get_sw_fv_list() 870 } while (fv); in ice_get_sw_fv_list() 911 if (!fv) in ice_init_prof_result_bm() [all …]
|
| A D | ice_virtchnl_fdir.c | 1947 static void ice_vc_parser_fv_save(struct ice_parser_fv *fv, in ice_vc_parser_fv_save() argument 1950 fv->proto_id = fv_src->proto_id; in ice_vc_parser_fv_save() 1951 fv->offset = fv_src->offset; in ice_vc_parser_fv_save() 1952 fv->msk = fv_src->msk; in ice_vc_parser_fv_save() 1953 fv->spec = 0; in ice_vc_parser_fv_save() 2007 if (ice_vc_parser_fv_check_diff(&pi->prof.fv[i], in ice_vc_add_fdir_raw() 2008 &conf->prof->fv[i])) in ice_vc_add_fdir_raw() 2056 ice_vc_parser_fv_save(&pi->prof.fv[i], in ice_vc_add_fdir_raw() 2057 &conf->prof->fv[i]); in ice_vc_add_fdir_raw()
|
| 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()
|
| A D | ice_ddp.h | 339 struct ice_fv fv[]; member
|
| A D | ice_flex_pipe.c | 1226 struct ice_fv_word *fv, u16 *masks, bool symm, in ice_find_prof_id_with_mask() argument 1244 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask() 1733 struct ice_fv_word *fv, bool symm) in ice_write_es() argument 1738 if (!fv) { in ice_write_es() 1740 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es() 1743 memcpy(&hw->blk[blk].es.t[off], fv, in ice_write_es() 1744 hw->blk[blk].es.fvw * sizeof(*fv)); in ice_write_es() 1972 src = (u8 *)es->fv; in ice_fill_tbl()
|
| A D | ice_parser.h | 526 struct ice_parser_fv fv[ICE_PARSER_FV_SIZE]; member
|
| A D | ice_flow.c | 1595 params->es[idx].prot_id = prof->fv[i].proto_id; in ice_flow_set_parser_prof() 1596 params->es[idx].off = prof->fv[i].offset; in ice_flow_set_parser_prof() 1597 params->mask[idx] = (((prof->fv[i].msk) << BITS_PER_BYTE) & in ice_flow_set_parser_prof() 1599 (((prof->fv[i].msk) >> BITS_PER_BYTE) & in ice_flow_set_parser_prof()
|
| A D | ice_switch.c | 4880 struct ice_sw_fv_list_entry *fv; in ice_fill_fv_word_index() local 4887 fv = list_first_entry(&rm->fv_list, struct ice_sw_fv_list_entry, in ice_fill_fv_word_index() 4889 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
|
| /linux/net/dccp/ |
| A 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/drivers/media/usb/pvrusb2/ |
| A 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()
|
| A D | pvrusb2-hdw.c | 684 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/fs/bcachefs/ |
| A D | fs-io-pagecache.c | 238 struct folio_vec fv; in bch2_bio_page_state_set() local 243 bio_for_each_folio(fv, bio, iter) in bch2_bio_page_state_set() 244 __bch2_folio_set(fv.fv_folio, in bch2_bio_page_state_set() 245 fv.fv_offset >> 9, in bch2_bio_page_state_set() 246 fv.fv_len >> 9, in bch2_bio_page_state_set()
|
| /linux/drivers/video/fbdev/matrox/ |
| A D | matroxfb_base.c | 1271 static unsigned int fv; /* "matroxfb:fv:xxxxx" */ variable 1798 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2() 1863 if (fv) { in initMatrox2() 1864 tmp = fv * (vesafb_defined.upper_margin + vesafb_defined.yres in initMatrox2() 2309 if (!(fv||fh||maxclk||pixclock)) in matroxfb_init_params() 2310 fv = timmings[res].vfreq; in matroxfb_init_params() 2392 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup() 2563 module_param(fv, int, 0); 2564 MODULE_PARM_DESC(fv, "Startup vertical frequency, 0-INF Hz\n"
|
| A D | matroxfb_base.h | 253 int fv; member
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| A D | e500v1_power_isa.dtsi | 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| A D | e500v2_power_isa.dtsi | 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| /linux/Documentation/fb/ |
| A 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/drivers/nfc/pn533/ |
| A D | pn533.c | 2519 struct pn533_fw_version *fv) in pn533_get_firmware_version() argument 2532 fv->ic = resp->data[0]; in pn533_get_firmware_version() 2533 fv->ver = resp->data[1]; in pn533_get_firmware_version() 2534 fv->rev = resp->data[2]; in pn533_get_firmware_version() 2535 fv->support = resp->data[3]; in pn533_get_firmware_version()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| A D | iavf_main.c | 2866 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()
|