Home
last modified time | relevance | path

Searched refs:intr_map (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/mc/
Dnv98.c62 priv->base.intr_map = nv98_mc_intr; in nv98_mc_ctor()
Dnvc0.c64 priv->base.intr_map = nvc0_mc_intr; in nvc0_mc_ctor()
Dnv44.c44 priv->base.intr_map = nv04_mc_intr; in nv44_mc_ctor()
Dnv50.c60 priv->base.intr_map = nv50_mc_intr; in nv50_mc_ctor()
Dnv04.c58 priv->base.intr_map = nv04_mc_intr; in nv04_mc_ctor()
Dbase.c31 const struct nouveau_mc_intr *map = pmc->intr_map; in nouveau_mc_intr()
/drivers/gpu/drm/nouveau/core/include/subdev/
Dmc.h14 const struct nouveau_mc_intr *intr_map; member
/drivers/scsi/csiostor/
Dcsio_wr.h446 struct csio_q *intr_map[CSIO_MAX_IQ]; member
478 (__hw)->wrm.intr_map[__rel_iq_id] = csio_get_q(__hw, __iq_idx)
Dcsio_wr.c1172 q_completed = hw->wrm.intr_map[qid]; in csio_wr_process_iq()