Searched refs:devstat (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/et131x/
H A Det131x_netdev.c164 CE_STATS_t *devstat = &adapter->Stats; local
166 stats->rx_packets = devstat->ipackets;
167 stats->tx_packets = devstat->opackets;
168 stats->rx_errors = devstat->length_err + devstat->alignment_err +
169 devstat->crc_err + devstat->code_violations + devstat->other_errors;
170 stats->tx_errors = devstat->max_pkt_error;
171 stats->multicast = devstat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/et131x/
H A Det131x_netdev.c164 CE_STATS_t *devstat = &adapter->Stats; local
166 stats->rx_packets = devstat->ipackets;
167 stats->tx_packets = devstat->opackets;
168 stats->rx_errors = devstat->length_err + devstat->alignment_err +
169 devstat->crc_err + devstat->code_violations + devstat->other_errors;
170 stats->tx_errors = devstat->max_pkt_error;
171 stats->multicast = devstat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/pppoatm/
H A Dpppoatm.c63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.c1211 if (udc->devstat & UDC_SUS) {
1215 if (udc->devstat & (UDC_B_HNP_ENABLE|UDC_R_WK_OK)) {
1222 } else if (!(udc->devstat & UDC_ATT)) {
1423 u16 devstat; local
1429 devstat = omap_readw(UDC_DEVSTAT);
1431 devstat = 0;
1433 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE);
1434 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT);
1435 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT);
1781 u16 devstat, chang local
3072 u32 devstat; local
[all...]
H A Domap_udc.h165 u16 devstat; member in struct:omap_udc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c1211 if (udc->devstat & UDC_SUS) {
1215 if (udc->devstat & (UDC_B_HNP_ENABLE|UDC_R_WK_OK)) {
1222 } else if (!(udc->devstat & UDC_ATT)) {
1423 u16 devstat; local
1429 devstat = omap_readw(UDC_DEVSTAT);
1431 devstat = 0;
1433 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE);
1434 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT);
1435 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT);
1781 u16 devstat, chang local
3072 u32 devstat; local
[all...]
H A Domap_udc.h165 u16 devstat; member in struct:omap_udc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
H A Doptions.c138 extern struct stat devstat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
H A Doptions.c138 extern struct stat devstat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
H A Doptions.c138 extern struct stat devstat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
H A Doptions.c138 extern struct stat devstat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
H A Doptions.c138 extern struct stat devstat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dtty.c135 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
325 devstat = statbuf;
425 if (stat(devnam, &devstat) < 0)
491 && statbuf.st_rdev == devstat.st_rdev) {
506 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c3112 u16 devstat; local
3115 &devstat);
3120 le16_to_cpus(&devstat);
3121 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Dhub.c3112 u16 devstat; local
3115 &devstat);
3120 le16_to_cpus(&devstat);
3121 if ((devstat & (1 << USB_DEVICE_SELF_POWERED)) == 0) {

Completed in 306 milliseconds

12