Home
last modified time | relevance | path

Searched refs:LOC_TX (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/
Dhwmtm.c1613 frame_status |= LOC_TX ;
1616 frame_status |= LAN_TX | LOC_TX ;
1725 if (frame_status & LOC_TX) {
1912 frame_status = LOC_TX ;
1918 frame_status |= LOC_TX ;
1933 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) {
1971 if (frame_status & LOC_TX) {
Dskfddi.c1456 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
/linux-2.4.37.9/drivers/net/skfp/h/
Dhwmtm.h65 #define LOC_TX 0x04 /* send frame to the local SMT */ macro