Searched refs:LOC_TX (Results 1 – 3 of 3) sorted by relevance
1560 frame_status |= LOC_TX ; in hwm_tx_init()1563 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()1668 if (frame_status & LOC_TX) { in hwm_tx_frag()1846 frame_status = LOC_TX ; in smt_send_mbuf()1852 frame_status |= LOC_TX ; in smt_send_mbuf()1868 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()1906 if (frame_status & LOC_TX) { in smt_send_mbuf()
1150 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
61 #define LOC_TX 0x04 /* send frame to the local SMT */ macro