Searched refs:link_stats (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dscioc.h54 ChLinkStats link_stats; member in struct:__anon11933
64 ChLinkStats link_stats; member in struct:__anon11934
H A Dioctl.c503 bi->status.pristats[i-1].link_stats.tx_good =
505 bi->status.pristats[i-1].link_stats.tx_bad =
507 bi->status.pristats[i-1].link_stats.rx_good =
509 bi->status.pristats[i-1].link_stats.rx_bad =
543 bi->status.bristats[0].link_stats.tx_good =
545 bi->status.bristats[0].link_stats.tx_bad =
547 bi->status.bristats[0].link_stats.rx_good =
549 bi->status.bristats[0].link_stats.rx_bad =
551 bi->status.bristats[1].link_stats.tx_good =
553 bi->status.bristats[1].link_stats
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c969 av_type = link_stats.bytes_out;
972 av_type = link_stats.bytes_in;
975 av_type = link_stats.pkts_out;
978 av_type = link_stats.pkts_in;
1117 av_type = link_stats.bytes_out;
1120 av_type = link_stats.bytes_in;
1123 av_type = link_stats.pkts_out;
1126 av_type = link_stats.pkts_in;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c209 struct pppd_stats link_stats; variable in typeref:struct:pppd_stats
1294 link_stats.bytes_out, link_stats.bytes_in);
1321 if (!get_ppp_stats(u, &link_stats)
1327 link_stats.bytes_in -= old_link_stats.bytes_in;
1328 link_stats.bytes_out -= old_link_stats.bytes_out;
1329 link_stats.pkts_in -= old_link_stats.pkts_in;
1330 link_stats.pkts_out -= old_link_stats.pkts_out;
1334 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_out);
1336 slprintf(numbuf, sizeof(numbuf), "%u", link_stats
[all...]
H A Dauth.c1151 used = link_stats.bytes_in;
1154 used = link_stats.bytes_out;
1158 used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out;
1161 used = link_stats.bytes_in+link_stats.bytes_out;
H A Dpppd.h232 extern struct pppd_stats link_stats; /* byte/packet counts etc. for link */
233 extern int link_stats_valid; /* set if link_stats is valid */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c128 struct pppd_stats link_stats; variable in typeref:struct:pppd_stats
464 link_stats.bytes_out, link_stats.bytes_in);
925 if (!get_ppp_stats(u, &link_stats)
933 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_out);
935 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_in);
H A Dpppd.h202 extern struct pppd_stats link_stats; /* byte/packet counts etc. for link */
203 extern int link_stats_valid; /* set if link_stats is valid */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c137 struct pppd_stats link_stats; variable in typeref:struct:pppd_stats
504 link_stats.bytes_out, link_stats.bytes_in);
1059 if (!get_ppp_stats(u, &link_stats)
1067 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_out);
1069 slprintf(numbuf, sizeof(numbuf), "%d", link_stats.bytes_in);
H A Dpppd.h202 extern struct pppd_stats link_stats; /* byte/packet counts etc. for link */
203 extern int link_stats_valid; /* set if link_stats is valid */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_drv.h189 struct fc_host_statistics link_stats; member in struct:bfad_s
H A Dbfad_attr.c288 hstats = &bfad->link_stats;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00link.c365 rt2x00dev->ops->lib->link_stats(rt2x00dev, qual);
H A Drt2x00.h236 * The false_cca field is filled during the link_stats()
261 * These fields might be changed during the link_stats()
551 void (*link_stats) (struct rt2x00_dev *rt2x00dev, member in struct:rt2x00lib_ops
H A Drt2800pci.c1029 .link_stats = rt2800_link_stats,
H A Drt2800usb.c561 .link_stats = rt2800_link_stats,
H A Drt2400pci.c1614 .link_stats = rt2400pci_link_stats,
H A Drt2500usb.c1789 .link_stats = rt2500usb_link_stats,
H A Drt2500pci.c1910 .link_stats = rt2500pci_link_stats,
H A Drt61pci.c2825 .link_stats = rt61pci_link_stats,
H A Drt73usb.c2253 .link_stats = rt73usb_link_stats,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h726 struct fc_host_statistics link_stats; member in struct:lpfc_hba
H A Dlpfc_attr.c4109 struct fc_host_statistics *hs = &phba->link_stats;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h231 extern struct pppd_stats link_stats; /* byte/packet counts etc. for link */
232 extern int link_stats_valid; /* set if link_stats is valid */

Completed in 166 milliseconds