Searched refs:EVENT_TX (Results 1 – 2 of 2) sorted by relevance
393 set_bit(EVENT_TX, &ax_local->flags); in ax88796c_start_xmit()569 set_bit(EVENT_TX, &ax_local->flags); in ax88796c_process_isr()632 if (test_bit(EVENT_TX, &ax_local->flags)) { in ax88796c_work()638 clear_bit(EVENT_TX, &ax_local->flags); in ax88796c_work()901 clear_bit(EVENT_TX, &ax_local->flags); in ax88796c_close()
131 #define EVENT_TX 1 macro