Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/skfp/
Dhwmtm.c1604 frame_status |= LAN_TX ;
1610 frame_status |= LAN_TX ;
1616 frame_status |= LAN_TX | LOC_TX ;
1623 frame_status &= ~LAN_TX ;
1632 frame_status &= ~LAN_TX ;
1637 frame_status &= ~LAN_TX ;
1695 if (frame_status & LAN_TX) {
1915 frame_status = LAN_TX ;
1922 if (frame_status &= ~LAN_TX) {
1933 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) {
[all …]
Dskfddi.c1456 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
1486 if (frame_status & LAN_TX) { in send_queued_packets()
1493 if (!(frame_status & LAN_TX)) { // local only frame in send_queued_packets()
/linux-2.4.37.9/drivers/net/skfp/h/
Dhwmtm.h68 #define LAN_TX 0x20 /* send frame to network if set */ macro