Home
last modified time | relevance | path

Searched refs:MTKSWITCH_RXFLOW (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h54 #define MTKSWITCH_RXFLOW (1<<5) macro
H A Dmtkswitch_rt3050.c184 res |= (MTKSWITCH_TXFLOW | MTKSWITCH_RXFLOW); in mtkswitch_get_port_status()
202 res |= MTKSWITCH_RXFLOW; in mtkswitch_get_port_status()
H A Dmtkswitch_mt7620.c267 res |= MTKSWITCH_RXFLOW; in mtkswitch_get_port_status()
H A Dmtkswitch.c351 if ((portstatus & MTKSWITCH_RXFLOW) != 0) in mtkswitch_update_ifmedia()