Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_xmit.h94 struct hw_txqueue *phwtxqueue;
192 struct hw_txqueue { struct
218 struct hw_txqueue be_txqueue; argument
219 struct hw_txqueue bk_txqueue;
220 struct hw_txqueue vi_txqueue;
221 struct hw_txqueue vo_txqueue;
222 struct hw_txqueue bmc_txqueue;
279 sint _r8712_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag);
Drtl8712_xmit.c42 sint _r8712_init_hw_txqueue(struct hw_txqueue *phw_txqueue, u8 ac_tag) in _r8712_init_hw_txqueue()