Home
last modified time | relevance | path

Searched refs:smb (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/sys/dev/netif/age/
HDif_age.c1764 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 …]
HDif_agevar.h117 struct smb *age_smb_block;
128 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
HDif_agereg.h489 struct smb { struct
/dragonfly/sys/dev/netif/ale/
HDif_ale.c1843 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 …]
HDif_alereg.h564 struct smb { struct
/dragonfly/sys/dev/netif/alc/
HDif_alc.c3068 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 …]
HDif_alcvar.h69 #define ALC_SMB_SZ (sizeof(struct smb))
105 struct smb *alc_smb;
/dragonfly/contrib/smbfs/
HDMakefile.inc18 CFLAGS += -L../lib/smb -L../lib/nb
20 LIBSMB = ../lib/smb/libsmb.a
23 .if !exists(${SYSDIR}/netsmb/smb.h)
HDMakefile61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
HDconfig.mk.in16 # Build shared smb library, or link all executables statically
/dragonfly/sys/dev/smbus/smb/
HDMakefile3 KMOD = smb
5 smb.c
HDsmb.c361 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/
HDBSD.include.dist222 smb
413 smb
/dragonfly/sys/bus/smbus/ichiic/
HDig4_iic.c599 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()
HDig4_var.h59 device_t smb; member
/dragonfly/sys/dev/smbus/
HDMakefile4 SUBDIR= smb cyapa atmel_mxt
/dragonfly/contrib/smbfs/lib/
HDMakefile16 SUBDIR+= smb
HDMakefile.inc7 .if !exists(${SYSDIR}/netsmb/smb.h)
/dragonfly/lib/libsmb/
HDMakefile3 LIB= smb
/dragonfly/sys/bus/smbus/ichsmb/
HDichsmb_var.h51 device_t smb; /* smb device */ member
HDichsmb.c114 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/
HDMakefile6 ${.CURDIR}/../../netproto/smb
/dragonfly/contrib/smbfs/lib/smb/
HDMakefile3 LIB= smb
/dragonfly/include/
HDMakefile65 dev/smbus/smb \
97 netproto/802_11 netproto/mpls netproto/smb \
140 INCSLINKS+= netproto/smb ${INCLUDEDIR}/netsmb
/dragonfly/usr.sbin/tcpdump/
HDMakefile74 SRCS+= print-smb.c smbutil.c

12