Searched defs:_queue (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/s390/crypto/ |
D | ap_bus.h | 49 #define AP_MKQID(_device,_queue) (((_device) & 63) << 8 | ((_queue) & 15)) argument
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 137 #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/ |
D | wlc_main.h | 791 #define GETNEXTTXP(wlc, _queue) \ argument
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | main.c | 3362 static int b43_op_conf_tx(struct ieee80211_hw *hw, u16 _queue, in b43_op_conf_tx()
|