Searched refs:LOC_TX (Results 1 – 3 of 3) sorted by relevance
1568 frame_status |= LOC_TX ; in hwm_tx_init()1571 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()1676 if (frame_status & LOC_TX) { in hwm_tx_frag()1854 frame_status = LOC_TX ; in smt_send_mbuf()1860 frame_status |= LOC_TX ; in smt_send_mbuf()1876 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()1914 if (frame_status & LOC_TX) { in smt_send_mbuf()
1149 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()
65 #define LOC_TX 0x04 /* send frame to the local SMT */ macro