Home
last modified time | relevance | path

Searched refs:ntfy (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c107 struct nouveau_abi16_ntfy *ntfy) in nouveau_abi16_ntfy_fini() argument
109 nouveau_mm_free(&chan->heap, &ntfy->node); in nouveau_abi16_ntfy_fini()
110 list_del(&ntfy->head); in nouveau_abi16_ntfy_fini()
111 kfree(ntfy); in nouveau_abi16_ntfy_fini()
118 struct nouveau_abi16_ntfy *ntfy, *temp; in nouveau_abi16_chan_fini() local
122 if (chan->chan && chan->ntfy) in nouveau_abi16_chan_fini()
126 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) { in nouveau_abi16_chan_fini()
127 nouveau_abi16_ntfy_fini(chan, ntfy); in nouveau_abi16_chan_fini()
130 if (chan->ntfy) { in nouveau_abi16_chan_fini()
131 nouveau_bo_vma_del(chan->ntfy, &chan->ntfy_vma); in nouveau_abi16_chan_fini()
[all …]
Dnouveau_abi16.h25 struct nouveau_bo *ntfy; member
/drivers/scsi/qla2xxx/
Dqla_target.c1083 struct imm_ntfy_from_isp *ntfy, in qlt_send_notify_ack() argument
1112 nack->ox_id = ntfy->ox_id; in qlt_send_notify_ack()
1114 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in qlt_send_notify_ack()
1115 if (le16_to_cpu(ntfy->u.isp24.status) == IMM_NTFY_ELS) { in qlt_send_notify_ack()
1116 nack->u.isp24.flags = ntfy->u.isp24.flags & in qlt_send_notify_ack()
1119 nack->u.isp24.srr_rx_id = ntfy->u.isp24.srr_rx_id; in qlt_send_notify_ack()
1120 nack->u.isp24.status = ntfy->u.isp24.status; in qlt_send_notify_ack()
1121 nack->u.isp24.status_subcode = ntfy->u.isp24.status_subcode; in qlt_send_notify_ack()
1122 nack->u.isp24.fw_handle = ntfy->u.isp24.fw_handle; in qlt_send_notify_ack()
1123 nack->u.isp24.exchange_address = ntfy->u.isp24.exchange_address; in qlt_send_notify_ack()
[all …]