Searched refs:LOC_TX (Results 1 – 3 of 3) sorted by relevance
1613 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) {
1456 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
65 #define LOC_TX 0x04 /* send frame to the local SMT */ macro