Home
last modified time | relevance | path

Searched refs:mgmt_queue_head (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c123 nh = (ieee->mgmt_queue_head + 1) % MGMT_QUEUE_NUM; in enqueue_mgmt()
131 ieee->mgmt_queue_head = nh; in enqueue_mgmt()
138 ieee->mgmt_queue_head = 0; in init_mgmt_queue()
1375 (ieee->mgmt_queue_tail != ieee->mgmt_queue_head)) in rtllib_sta_ps_sleep()
H A Drtllib.h1354 int mgmt_queue_head; member