Searched refs:LOC_TX (Results 1 – 3 of 3) sorted by relevance
1564 frame_status |= LOC_TX ; in hwm_tx_init()1567 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()1672 if (frame_status & LOC_TX) { in hwm_tx_frag()1850 frame_status = LOC_TX ; in smt_send_mbuf()1856 frame_status |= LOC_TX ; in smt_send_mbuf()1872 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()1910 if (frame_status & LOC_TX) { in smt_send_mbuf()
1144 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
61 #define LOC_TX 0x04 /* send frame to the local SMT */ macro