/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
vexpress-v2f-1xv7-ca53x2.dts | 147 smb: bus@8000000 { label
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
vexpress-v2p-ca5s.dts | 193 /* SMB clock */ 209 smb: bus@8000000 { label
|
vexpress-v2p-ca15_a7.dts | 611 smb: bus@8000000 { label
|
/src/sys/dev/pci/ |
if_age.c | 865 * Create DMA stuffs for SMB block 875 /* Allocate DMA'able memory for SMB block */ 881 "SMB block, error = %i\n", device_xname(sc->sc_dev), error); 893 /* Load the DMA map for SMB block */ 898 printf("%s: could not load DMA'able memory for SMB block, " 1043 /* SMB block */ 1851 /* Set CMB/SMB timer and enable them. */ 1856 /* Request SMB updates for every seconds. */ 1934 /* Stop CMB/SMB updates. */ 1990 struct smb *smb local in function:age_stats_update [all...] |
if_ale.c | 1161 struct smb sb; 1181 struct smb sb, *smb; local in function:ale_stats_update 1186 smb = &sb; 1200 stat->rx_frames += smb->rx_frames; 1201 stat->rx_bcast_frames += smb->rx_bcast_frames; 1202 stat->rx_mcast_frames += smb->rx_mcast_frames; 1203 stat->rx_pause_frames += smb->rx_pause_frames; 1204 stat->rx_control_frames += smb->rx_control_frames; 1205 stat->rx_crcerrs += smb->rx_crcerrs [all...] |
if_alc.c | 1415 * It seems that AR813x/AR815x has silicon bug for SMB. In 1416 * addition, Atheros said that enabling SMB wouldn't improve 1750 * Create DMA stuffs for SMB block 1758 /* Allocate DMA'able memory for SMB block */ 1764 "SMB block\n", device_xname(sc->sc_dev)); 1774 /* Load the DMA map for SMB block */ 1779 printf("%s: could not load DMA'able memory for SMB block\n", 1898 /* SMB block */ 2173 struct smb sb, *smb; local in function:alc_stats_clear 2207 struct smb sb, *smb; local in function:alc_stats_update [all...] |
if_agereg.h | 304 * All descriptors and CMB/SMB share the same high address. 435 /* SMB auto DMA timer register */ 485 struct smb { struct 737 struct smb *age_smb_block; 749 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
|
if_alereg.h | 557 struct smb { struct
|
if_alcreg.h | 1105 struct smb { struct 1307 #define ALC_SMB_SZ (sizeof(struct smb)) 1346 struct smb *alc_smb;
|