| /dragonfly/sys/dev/netif/age/ |
| HD | if_age.c | 1764 struct smb *smb; in age_stats_update() local 1771 smb = sc->age_rdata.age_smb_block; in age_stats_update() 1772 if (smb->updated == 0) in age_stats_update() 1776 stat->rx_frames += smb->rx_frames; in age_stats_update() 1777 stat->rx_bcast_frames += smb->rx_bcast_frames; in age_stats_update() 1778 stat->rx_mcast_frames += smb->rx_mcast_frames; in age_stats_update() 1779 stat->rx_pause_frames += smb->rx_pause_frames; in age_stats_update() 1780 stat->rx_control_frames += smb->rx_control_frames; in age_stats_update() 1781 stat->rx_crcerrs += smb->rx_crcerrs; in age_stats_update() 1782 stat->rx_lenerrs += smb->rx_lenerrs; in age_stats_update() [all …]
|
| HD | if_agevar.h | 117 struct smb *age_smb_block; 128 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
|
| HD | if_agereg.h | 489 struct smb { struct
|
| /dragonfly/sys/dev/netif/ale/ |
| HD | if_ale.c | 1843 struct smb sb; in ale_stats_clear() 1862 struct smb sb, *smb; in ale_stats_update() local 1869 smb = &sb; in ale_stats_update() 1883 stat->rx_frames += smb->rx_frames; in ale_stats_update() 1884 stat->rx_bcast_frames += smb->rx_bcast_frames; in ale_stats_update() 1885 stat->rx_mcast_frames += smb->rx_mcast_frames; in ale_stats_update() 1886 stat->rx_pause_frames += smb->rx_pause_frames; in ale_stats_update() 1887 stat->rx_control_frames += smb->rx_control_frames; in ale_stats_update() 1888 stat->rx_crcerrs += smb->rx_crcerrs; in ale_stats_update() 1889 stat->rx_lenerrs += smb->rx_lenerrs; in ale_stats_update() [all …]
|
| HD | if_alereg.h | 564 struct smb { struct
|
| /dragonfly/sys/dev/netif/alc/ |
| HD | if_alc.c | 3068 struct smb sb, *smb; in alc_stats_clear() local 3076 smb = sc->alc_rdata.alc_smb; in alc_stats_clear() 3078 smb->updated = 0; in alc_stats_clear() 3101 struct smb sb, *smb; in alc_stats_update() local 3112 smb = sc->alc_rdata.alc_smb; in alc_stats_update() 3113 if (smb->updated == 0) in alc_stats_update() 3116 smb = &sb; in alc_stats_update() 3132 stat->rx_frames += smb->rx_frames; in alc_stats_update() 3133 stat->rx_bcast_frames += smb->rx_bcast_frames; in alc_stats_update() 3134 stat->rx_mcast_frames += smb->rx_mcast_frames; in alc_stats_update() [all …]
|
| HD | if_alcvar.h | 69 #define ALC_SMB_SZ (sizeof(struct smb)) 105 struct smb *alc_smb;
|
| /dragonfly/contrib/smbfs/ |
| HD | Makefile.inc | 18 CFLAGS += -L../lib/smb -L../lib/nb 20 LIBSMB = ../lib/smb/libsmb.a 23 .if !exists(${SYSDIR}/netsmb/smb.h)
|
| HD | Makefile | 61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
|
| HD | config.mk.in | 16 # Build shared smb library, or link all executables statically
|
| /dragonfly/sys/dev/smbus/smb/ |
| HD | Makefile | 3 KMOD = smb 5 smb.c
|
| HD | smb.c | 361 DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, NULL, NULL); 362 MODULE_DEPEND(smb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER); 363 MODULE_VERSION(smb, 1);
|
| /dragonfly/etc/mtree/ |
| HD | BSD.include.dist | 222 smb 413 smb
|
| /dragonfly/sys/bus/smbus/ichiic/ |
| HD | ig4_iic.c | 599 sc->smb = device_add_child(sc->dev, "smbus", -1); in ig4iic_attach() 600 if (sc->smb == NULL) { in ig4iic_attach() 610 if (sc->smb == NULL) { in ig4iic_attach() 689 if (sc->smb) { in ig4iic_detach() 690 device_delete_child(sc->dev, sc->smb); in ig4iic_detach() 691 sc->smb = NULL; in ig4iic_detach()
|
| HD | ig4_var.h | 59 device_t smb; member
|
| /dragonfly/sys/dev/smbus/ |
| HD | Makefile | 4 SUBDIR= smb cyapa atmel_mxt
|
| /dragonfly/contrib/smbfs/lib/ |
| HD | Makefile | 16 SUBDIR+= smb
|
| HD | Makefile.inc | 7 .if !exists(${SYSDIR}/netsmb/smb.h)
|
| /dragonfly/lib/libsmb/ |
| HD | Makefile | 3 LIB= smb
|
| /dragonfly/sys/bus/smbus/ichsmb/ |
| HD | ichsmb_var.h | 51 device_t smb; /* smb device */ member
|
| HD | ichsmb.c | 114 if ((sc->smb = device_add_child(dev, DRIVER_SMBUS, -1)) == NULL) { in ichsmb_attach() 689 device_delete_child(dev, sc->smb); in ichsmb_detach()
|
| /dragonfly/sys/vfs/smbfs/ |
| HD | Makefile | 6 ${.CURDIR}/../../netproto/smb
|
| /dragonfly/contrib/smbfs/lib/smb/ |
| HD | Makefile | 3 LIB= smb
|
| /dragonfly/include/ |
| HD | Makefile | 65 dev/smbus/smb \ 97 netproto/802_11 netproto/mpls netproto/smb \ 140 INCSLINKS+= netproto/smb ${INCLUDEDIR}/netsmb
|
| /dragonfly/usr.sbin/tcpdump/ |
| HD | Makefile | 74 SRCS+= print-smb.c smbutil.c
|