Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h53 #define MTKSWITCH_TXFLOW (1<<4) macro
H A Dmtkswitch_rt3050.c184 res |= (MTKSWITCH_TXFLOW | MTKSWITCH_RXFLOW); in mtkswitch_get_port_status()
200 res |= MTKSWITCH_TXFLOW; in mtkswitch_get_port_status()
H A Dmtkswitch_mt7620.c265 res |= MTKSWITCH_TXFLOW; in mtkswitch_get_port_status()
H A Dmtkswitch.c349 if ((portstatus & MTKSWITCH_TXFLOW) != 0) in mtkswitch_update_ifmedia()