Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
HDmtkswitchvar.h55 #define MTKSWITCH_TXFLOW (1<<4) macro
HDmtkswitch_rt3050.c186 res |= (MTKSWITCH_TXFLOW | MTKSWITCH_RXFLOW); in mtkswitch_get_port_status()
202 res |= MTKSWITCH_TXFLOW; in mtkswitch_get_port_status()
HDmtkswitch_mt7620.c267 res |= MTKSWITCH_TXFLOW; in mtkswitch_get_port_status()
HDmtkswitch.c344 if ((portstatus & MTKSWITCH_TXFLOW) != 0) in mtkswitch_update_ifmedia()