Home
last modified time | relevance | path

Searched defs:_queue (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/s390/crypto/
Dap_bus.h49 #define AP_MKQID(_device,_queue) (((_device) & 63) << 8 | ((_queue) & 15)) argument
/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Dath5k.h137 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ argument
140 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \ argument
143 #define AR5K_Q_ENABLE_BITS(_reg, _queue) do { \ argument
147 #define AR5K_Q_DISABLE_BITS(_reg, _queue) do { \ argument
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h791 #define GETNEXTTXP(wlc, _queue) \ argument
/linux-2.6.39/drivers/net/wireless/b43/
Dmain.c3362 static int b43_op_conf_tx(struct ieee80211_hw *hw, u16 _queue, in b43_op_conf_tx()