HomeSort by: relevance | last modified time | path
    Searched refs:pdisp (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_gp100.c 48 gp100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
50 return nv50_disp_new_(&gp100_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_g84.c 49 g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&g84_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_g94.c 49 g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&g94_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gk104.c 49 gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gk104_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gk110.c 49 gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gk110_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gm107.c 49 gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gm107_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gm200.c 49 gm200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gm200_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gt200.c 49 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gt200_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gt215.c 49 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
51 return nv50_disp_new_(&gt215_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_mcp77.c 47 mcp77_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
49 return nv50_disp_new_(&mcp77_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_mcp89.c 47 mcp89_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
49 return nv50_disp_new_(&mcp89_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_nv04.c 72 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
76 ret = nvkm_disp_new_(&nv04_disp, device, index, pdisp);
81 ret = nv04_head_new(*pdisp, i);
nouveau_nvkm_engine_disp_gp102.c 75 gp102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
77 return nv50_disp_new_(&gp102_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_tu102.c 154 tu102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
156 return nv50_disp_new_(&tu102_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_base.c 493 int index, struct nvkm_disp **pdisp)
495 if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL)))
497 return nvkm_disp_ctor(func, device, index, *pdisp);
nouveau_nvkm_engine_disp_gf119.c 274 gf119_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
276 return nv50_disp_new_(&gf119_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_nv50.c 162 int index, struct nvkm_disp **pdisp)
170 *pdisp = &disp->base;
777 nv50_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
779 return nv50_disp_new_(&nv50_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gv100.c 449 gv100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
451 return nv50_disp_new_(&gv100_disp, device, index, pdisp);
  /src/sys/dev/iscsi/
iscsi_send.c 333 pdu_disp_t pdisp; local in function:iscsi_send_thread
361 pdisp = pdu->pdu_disp;
362 if (pdisp > PDUDISP_FREE)
365 if (pdisp <= PDUDISP_FREE)
474 * and pdisp is not PDUDISP_WAIT
477 * pdisp The PDU's disposition
481 send_pdu(ccb_t *ccb, pdu_t *pdu, ccb_disp_t cdisp, pdu_disp_t pdisp)
494 pdu->pdu_disp = pdisp;
502 if (pdisp == PDUDISP_WAIT) {
iscsi_utils.c 508 pdu_disp_t pdisp; local in function:free_pdu
514 if (PDUDISP_UNUSED == (pdisp = pdu->pdu_disp)) {

Completed in 43 milliseconds