Searched refs:_queue (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/lib/py/ |
D | utils.py | 83 self._queue = global_defer_queue 84 self._queue.append(self) 96 self._queue.remove(self)
|
/linux-6.12.1/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 139 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ argument 140 (ath5k_hw_reg_read(ah, _reg) & (1 << _queue)) \ 142 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \ argument 143 ath5k_hw_reg_write(ah, (1 << _queue), _reg) 145 #define AR5K_Q_ENABLE_BITS(_reg, _queue) do { \ argument 146 _reg |= 1 << _queue; \ 149 #define AR5K_Q_DISABLE_BITS(_reg, _queue) do { \ argument 150 _reg &= ~(1 << _queue); \
|
/linux-6.12.1/arch/s390/include/asm/ |
D | ap.h | 26 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) argument
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | main.c | 3789 unsigned int link_id, u16 _queue, in b43_op_conf_tx() argument 3794 unsigned int queue = (unsigned int)_queue; in b43_op_conf_tx()
|