Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dtx.c393 start_hlid = (wl->last_tx_hlid + 1) % AP_MAX_LINKS; in wl1271_ap_skb_dequeue()
415 wl->last_tx_hlid = h; in wl1271_ap_skb_dequeue()
420 wl->last_tx_hlid = 0; in wl1271_ap_skb_dequeue()
444 wl->last_tx_hlid = (hlid + AP_MAX_LINKS - 1) % AP_MAX_LINKS; in wl1271_skb_queue_head()
675 wl->last_tx_hlid = 0; in wl1271_tx_reset()
Dwl12xx.h537 int last_tx_hlid; member
Dmain.c3457 wl->last_tx_hlid = 0; in wl1271_alloc_hw()