Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue_0148cdec.c89 init_callback(struct nvkm_msgqueue *_queue, struct nvkm_msgqueue_hdr *hdr) in init_callback()
Dmsgqueue_0137c63d.c120 init_callback(struct nvkm_msgqueue *_queue, struct nvkm_msgqueue_hdr *hdr) in init_callback()
/Linux-v4.19/arch/s390/include/asm/
Dap.h23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) argument
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dath5k.h139 #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/
Dmain.c3809 struct ieee80211_vif *vif, u16 _queue, in b43_op_conf_tx()