include/linux/dsa/mv88e6xxx.h

Source file repositories/reference/linux-study-clean/include/linux/dsa/mv88e6xxx.h

File Facts

System
Linux kernel
Corpus path
include/linux/dsa/mv88e6xxx.h
Extension
.h
Size
249 bytes
Lines
14
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _NET_DSA_TAG_MV88E6XXX_H
#define _NET_DSA_TAG_MV88E6XXX_H

#include <linux/if_vlan.h>

#define MV88E6XXX_VID_STANDALONE	0
#define MV88E6XXX_VID_BRIDGED		(VLAN_N_VID - 1)

#endif

Annotation

Implementation Notes