Searched refs:LAN_TX (Results 1 – 3 of 3) sorted by relevance
1559 frame_status |= LAN_TX ; in hwm_tx_init()1565 frame_status |= LAN_TX ; in hwm_tx_init()1571 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()1578 frame_status &= ~LAN_TX ; in hwm_tx_init()1587 frame_status &= ~LAN_TX ; in hwm_tx_init()1592 frame_status &= ~LAN_TX ; in hwm_tx_init()1646 if (frame_status & LAN_TX) { in hwm_tx_frag()1857 frame_status = LAN_TX ; in smt_send_mbuf()1864 frame_status &= ~LAN_TX; in smt_send_mbuf()1876 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()[all …]
1148 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()1178 if (frame_status & LAN_TX) { in send_queued_packets()1185 if (!(frame_status & LAN_TX)) { // local only frame in send_queued_packets()
68 #define LAN_TX 0x20 /* send frame to network if set */ macro