Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Drx.c193 list_splice_init(&i2400m->rx_reports, &list); in i2400m_report_hook_work()
223 list_splice_init(&i2400m->rx_reports, &list); in i2400m_report_hook_flush()
256 list_add_tail(&args->list_node, &i2400m->rx_reports); in i2400m_report_hook_queue()
H A Di2400m.h616 struct list_head rx_reports; /* under rx_lock! */ member
H A Ddriver.c789 INIT_LIST_HEAD(&i2400m->rx_reports); in i2400m_init()