Searched defs:_queue (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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()
|
D | msgqueue_0137c63d.c | 120 init_callback(struct nvkm_msgqueue *_queue, struct nvkm_msgqueue_hdr *hdr) in init_callback()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | ap.h | 23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) argument
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 139 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ argument 142 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \ argument 145 #define AR5K_Q_ENABLE_BITS(_reg, _queue) do { \ argument 149 #define AR5K_Q_DISABLE_BITS(_reg, _queue) do { \ argument
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | main.c | 3809 struct ieee80211_vif *vif, u16 _queue, in b43_op_conf_tx()
|