Searched refs:fsc (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_hfsc.c145 struct tc_service_curve rsc, fsc, usc; local
150 memset(&fsc, 0, sizeof(fsc));
164 if (hfsc_get_sc(&argc, &argv, &fsc) < 0) {
175 memcpy(&fsc, &rsc, sizeof(fsc));
214 addattr_l(n, 1024, TCA_HFSC_FSC, &fsc, sizeof(fsc));
237 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
251 if (RTA_PAYLOAD(tb[TCA_HFSC_FSC]) < sizeof(*fsc))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dethtool.c160 struct ethtool_rx_ntuple_flow_spec_container *fsc, *f; local
162 list_for_each_entry_safe(fsc, f, &dev->ethtool_ntuple_list.list, list) {
163 list_del(&fsc->list);
164 kfree(fsc);
456 struct ethtool_rx_ntuple_flow_spec_container *fsc)
462 kfree(fsc);
467 fsc->fs.flow_type = spec->flow_type;
468 memcpy(&fsc->fs.h_u, &spec->h_u, sizeof(spec->h_u));
469 memcpy(&fsc->fs.m_u, &spec->m_u, sizeof(spec->m_u));
471 fsc
454 __rx_ntuple_filter_add(struct ethtool_rx_ntuple_list *list, struct ethtool_rx_ntuple_flow_spec *spec, struct ethtool_rx_ntuple_flow_spec_container *fsc) argument
487 struct ethtool_rx_ntuple_flow_spec_container *fsc = NULL; local
524 struct ethtool_rx_ntuple_flow_spec_container *fsc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_hfsc.c931 hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc) argument
933 sc2isc(fsc, &cl->cl_fsc);
962 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
980 fsc = nla_data(tb[TCA_HFSC_FSC]);
981 if (fsc->m1 == 0 && fsc->m2 == 0)
982 fsc = NULL;
1012 if (fsc != NULL)
1013 hfsc_change_fsc(cl, fsc);
1043 if (rsc == NULL && fsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dsmt.c93 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc);
943 smt_fill_fsc(smc,&nif->fsc) ; /* set frame status cap. */
1440 static void smt_fill_fsc(struct s_smc *smc, struct smt_p_fsc *fsc) argument
1443 SMTSETPARA(fsc,SMT_P_FSC) ;
1444 fsc->fsc_pad0 = 0 ;
1445 fsc->fsc_mac_index = INDEX_MAC ; /* this is MIB ; MIB is NOT
1448 fsc->fsc_pad1 = 0 ;
1449 fsc->fsc_value = FSC_TYPE0 ; /* "normal" node */
1451 fsc->fsc_mac_index = smt_swap_short(INDEX_MAC) ;
1452 fsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c446 int fsc, pll; local
462 fsc = tmp >> 13;
465 "MHz\n", fsc / 1000000, fsc % 1000000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp989 wxFileSelectorCombo* fsc; local
991 fsc = new wxFileSelectorCombo(panel,wxID_ANY,wxEmptyString,
996 rowSizer->Add( fsc, 1, wxALIGN_CENTER_VERTICAL|wxALL, 4 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c788 int fin, fsc; local
802 fsc = (((u64)sc) * pll) >> 24L;
805 fsc / 1000000, fsc % 1000000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmt.h727 struct smt_p_fsc fsc ; /* frame status cap. */ member in struct:smt_nif
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c102 bool fsc:1; /* enable fscache */ member in struct:smb_vol
1326 } else if (strnicmp(data, "fsc", 3) == 0) {
1327 vol->fsc = true;
2463 if (pvolume_info->fsc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110.c2842 MAKE_AV7110_INFO(fsc, "Fujitsu Siemens DVB-C");
2847 MAKE_EXTENSION_PCI(fsc, 0x110a, 0x0000),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c1046 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; local
1066 btv->pll.pll_ofreq = fsc;

Completed in 145 milliseconds