OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vlan_matrix
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/adm5120/dev/
if_admsw.c
114
static uint8_t
vlan_matrix
[SW_DEVS] = {
variable in typeref:typename:uint8_t[]
304
admsw_setvlan(sc,
vlan_matrix
);
755
if (ifd->ifd_cmd != 0 || ifd->ifd_len != sizeof(
vlan_matrix
)) {
760
error = copyout(
vlan_matrix
, ifd->ifd_data,
761
sizeof(
vlan_matrix
));
763
error = copyin(ifd->ifd_data,
vlan_matrix
,
764
sizeof(
vlan_matrix
));
765
admsw_setvlan(sc,
vlan_matrix
);
984
if ((1 << port) &
vlan_matrix
[vlan])
1121
promisc |=
vlan_matrix
[i]
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025