Home
last modified time | relevance | path

Searched refs:statusp (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_intr.c121 *ppd->statusp &= ~QIB_STATUS_IB_READY; in qib_handle_e_ibstatuschanged()
142 *ppd->statusp |= in qib_handle_e_ibstatuschanged()
164 *ppd->statusp &= ~QIB_STATUS_IB_READY; in qib_handle_e_ibstatuschanged()
H A Dqib_sysfs.c130 if (!ppd->statusp) in status_show()
133 return sysfs_emit(buf, "0x%llx\n", (unsigned long long)*(ppd->statusp)); in status_show()
164 if (!ppd->statusp) { in status_str_show()
169 s = *(ppd->statusp); in status_str_show()
H A Dqib_init.c334 dd->pport[pidx].statusp = status_page; in init_pioavailregs()
743 *ppd->statusp |= QIB_STATUS_CHIP_PRESENT | in qib_init()
841 *ppd->statusp &= ~(QIB_STATUS_IB_CONF | QIB_STATUS_IB_READY); in qib_shutdown_device()
1142 *ppd->statusp &= ~QIB_STATUS_IB_READY; in qib_disable_after_error()
1296 if (dd->pport[pidx].statusp) in cleanup_device_data()
1297 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
H A Dqib.h541 u64 *statusp; member
H A Dqib_file_ops.c191 (char *) ppd->statusp - in qib_get_base_info()
H A Dqib_iba6120.c1088 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF; in handle_6120_errors()
H A Dqib_iba7220.c1200 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF; in handle_7220_errors()
H A Dqib_iba7322.c1689 *dd->pport[pidx].statusp &= ~QIB_STATUS_IB_CONF; in handle_7322_errors()
/linux-6.15/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c88 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument
91 u8 status = in_8(statusp); in cpld_pic_get_irq()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dinit.c920 ppd->statusp = &dd->status->port; in hfi1_init()
959 if (ppd->statusp) in hfi1_init()
960 *ppd->statusp |= HFI1_STATUS_CHIP_PRESENT | in hfi1_init()
1018 if (ppd->statusp) in shutdown_device()
1019 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in shutdown_device()
1327 if (ppd->statusp) in hfi1_disable_after_error()
1328 *ppd->statusp &= ~HFI1_STATUS_IB_READY; in hfi1_disable_after_error()
1490 if (ppd->statusp) in cleanup_device_data()
1491 *ppd->statusp &= ~HFI1_STATUS_CHIP_PRESENT; in cleanup_device_data()
H A Dhfi.h764 u64 *statusp; member
H A Dchip.c12928 if (ppd->statusp) { in update_statusp()
12932 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in update_statusp()
12936 *ppd->statusp |= HFI1_STATUS_IB_CONF; in update_statusp()
12939 *ppd->statusp |= HFI1_STATUS_IB_READY; in update_statusp()
/linux-6.15/drivers/vhost/
H A Dvdpa.c287 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() argument
295 if (copy_to_user(statusp, &status, sizeof(status))) in vhost_vdpa_get_status()
301 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status() argument
310 if (copy_from_user(&status, statusp, sizeof(status))) in vhost_vdpa_set_status()
/linux-6.15/kernel/rcu/
H A Dtree.c2897 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); in rcu_cpu_kthread() local
2906 *statusp = RCU_KTHREAD_RUNNING; in rcu_cpu_kthread()
2916 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread()
2920 *statusp = RCU_KTHREAD_YIELDING; in rcu_cpu_kthread()
2924 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread()
/linux-6.15/fs/nfsd/
H A Dxdr4.h881 __be32 *statusp; member
H A Dnfs4proc.c2794 resp->statusp = resp->xdr->p; in nfsd4_proc_compound()
H A Dnfs4xdr.c6001 p = resp->statusp; in nfs4svc_encode_compoundres()