Searched refs:LAN_TX (Results 1 – 3 of 3) sorted by relevance
1551 frame_status |= LAN_TX ; in hwm_tx_init()1557 frame_status |= LAN_TX ; in hwm_tx_init()1563 frame_status |= LAN_TX | LOC_TX ; in hwm_tx_init()1570 frame_status &= ~LAN_TX ; in hwm_tx_init()1579 frame_status &= ~LAN_TX ; in hwm_tx_init()1584 frame_status &= ~LAN_TX ; in hwm_tx_init()1638 if (frame_status & LAN_TX) { in hwm_tx_frag()1849 frame_status = LAN_TX ; in smt_send_mbuf()1856 frame_status &= ~LAN_TX; in smt_send_mbuf()1868 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) { in smt_send_mbuf()[all …]
1150 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets()1180 if (frame_status & LAN_TX) { in send_queued_packets()1187 if (!(frame_status & LAN_TX)) { // local only frame in send_queued_packets()
64 #define LAN_TX 0x20 /* send frame to network if set */ macro