Searched refs:_queue (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | msgqueue_0148cdec.c | 89 init_callback(struct nvkm_msgqueue *_queue, struct nvkm_msgqueue_hdr *hdr) in init_callback() argument 91 struct msgqueue_0148cdec *priv = msgqueue_0148cdec(_queue); in init_callback() 108 const struct nvkm_subdev *subdev = _queue->falcon->owner; in init_callback() 144 complete_all(&_queue->init_done); in init_callback()
|
D | msgqueue_0137c63d.c | 120 init_callback(struct nvkm_msgqueue *_queue, struct nvkm_msgqueue_hdr *hdr) in init_callback() argument 122 struct msgqueue_0137c63d *priv = msgqueue_0137c63d(_queue); in init_callback() 139 const struct nvkm_subdev *subdev = _queue->falcon->owner; in init_callback()
|
/Linux-v5.4/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-v5.4/arch/s390/include/asm/ |
D | ap.h | 23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) argument
|
/Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
D | main.c | 3784 struct ieee80211_vif *vif, u16 _queue, in b43_op_conf_tx() argument 3789 unsigned int queue = (unsigned int)_queue; in b43_op_conf_tx()
|