Home
last modified time | relevance | path

Searched refs:wake_tx_ws (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wimax/i2400m/
Dnetdev.c156 struct i2400m *i2400m = container_of(ws, struct i2400m, wake_tx_ws); in i2400m_wake_tx_work()
245 if (cancel_work_sync(&i2400m->wake_tx_ws) == 0 in i2400m_net_wake_stop()
291 if (!work_pending(&i2400m->wake_tx_ws)) { in i2400m_net_wake_tx()
296 result = schedule_work(&i2400m->wake_tx_ws); in i2400m_net_wake_tx()
Di2400m.h632 struct work_struct wake_tx_ws; member
Dtx.c974 INIT_WORK(&i2400m->wake_tx_ws, i2400m_wake_tx_work); in i2400m_tx_setup()