[go: nahoru, domu]

Searched defs:ntfy (Results 1 - 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/core/
H A Dclient.h16 int (*ntfy)(const void *, u32, const void *, u32); member in struct:nouveau_client
H A Dobject.h94 int (*ntfy)(struct nouveau_object *, u32, struct nvkm_event **); member in struct:nouveau_ofuncs
/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c101 struct nouveau_abi16_ntfy *ntfy)
103 nouveau_mm_free(&chan->heap, &ntfy->node);
104 list_del(&ntfy->head);
105 kfree(ntfy);
112 struct nouveau_abi16_ntfy *ntfy, *temp; local
116 if (chan->chan && chan->ntfy)
120 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) {
121 nouveau_abi16_ntfy_fini(chan, ntfy);
124 if (chan->ntfy) {
125 nouveau_bo_vma_del(chan->ntfy,
100 nouveau_abi16_ntfy_fini(struct nouveau_abi16_chan *chan, struct nouveau_abi16_ntfy *ntfy) argument
427 struct nouveau_abi16_ntfy *ntfy; local
508 struct nouveau_abi16_ntfy *ntfy; local
[all...]
H A Dnouveau_abi16.h25 struct nouveau_bo *ntfy; member in struct:nouveau_abi16_chan
H A Dnouveau_usif.c56 struct usif_notify *ntfy; local
57 list_for_each_entry(ntfy, &cli->notifys, head) {
58 if (ntfy->handle == handle)
59 return ntfy;
65 usif_notify_dtor(struct usif_notify *ntfy) argument
67 list_del(&ntfy->head);
68 kfree(ntfy);
74 struct usif_notify *ntfy = NULL; local
83 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token)))
90 if (WARN_ON(!ntfy
131 struct usif_notify *ntfy; local
172 struct usif_notify *ntfy; local
195 struct usif_notify *ntfy; local
234 struct usif_notify *ntfy; local
251 struct list_head ntfy; member in struct:usif_object
[all...]
H A Dnouveau_drm.h148 struct nvif_object ntfy; member in struct:nouveau_drm
/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c38 struct nvif_ioctl_ntfy_put_v0 ntfy; member in struct:__anon931
41 .ntfy.index = notify->index,
69 struct nvif_ioctl_ntfy_get_v0 ntfy; member in struct:__anon932
72 .ntfy.index = notify->index,
150 struct nvif_ioctl_ntfy_del_v0 ntfy; member in struct:__anon934
153 .ntfy.index = notify->index,
173 struct nvif_ioctl_ntfy_new_v0 ntfy; member in struct:__anon935
198 args->ntfy.version = 0;
199 args->ntfy.event = event;
207 notify->index = args->ntfy
[all...]
/drivers/scsi/qla2xxx/
H A Dqla_target.c992 struct imm_ntfy_from_isp *ntfy,
1021 nack->ox_id = ntfy->ox_id;
1023 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle;
1024 if (le16_to_cpu(ntfy->u.isp24.status) == IMM_NTFY_ELS) {
1025 nack->u.isp24.flags = ntfy->u.isp24.flags &
1028 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id;
1029 nack->u.isp24.status = ntfy->u.isp24.status;
1030 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode;
1031 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle;
1032 nack->u.isp24.exchange_address = ntfy
991 qlt_send_notify_ack(struct scsi_qla_host *vha, struct imm_ntfy_from_isp *ntfy, uint32_t add_flags, uint16_t resp_code, int resp_code_valid, uint16_t srr_flags, uint16_t srr_reject_code, uint8_t srr_explan) argument
3843 struct imm_ntfy_from_isp *ntfy = local
[all...]

Completed in 777 milliseconds