Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_ddp.c376 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 Dice_virtchnl_fdir.c1954 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()
A Dice_parser.c2397 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 Dice_flex_pipe.c1226 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 Dice_ddp.h342 struct ice_fv fv[]; member
A Dice_parser.h524 struct ice_parser_fv fv[ICE_PARSER_FV_SIZE]; member
A Dice_flow.c1595 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 Dice_switch.c4882 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()
/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 …]
/drivers/video/fbdev/matrox/
A Dmatroxfb_base.c1272 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"
A Dmatroxfb_base.h253 int fv; member
/drivers/nfc/pn533/
A Dpn533.c2519 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()
/drivers/net/ethernet/intel/iavf/
A Diavf_main.c3021 struct iavf_vlan_filter *fv, *fvtmp; in iavf_disable_vf() local
3052 list_for_each_entry_safe(fv, fvtmp, &adapter->vlan_filter_list, list) { in iavf_disable_vf()
3053 list_del(&fv->list); in iavf_disable_vf()
3054 kfree(fv); in iavf_disable_vf()

Completed in 93 milliseconds