/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 121 *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 D | qib_init.c | 334 dd->pport[pidx].statusp = status_page; in init_pioavailregs() 340 * apps, following statusp. This is per-unit, not per port. in init_pioavailregs() 746 *ppd->statusp |= QIB_STATUS_CHIP_PRESENT | in qib_init() 844 *ppd->statusp &= ~(QIB_STATUS_IB_CONF | QIB_STATUS_IB_READY); in qib_shutdown_device() 1146 *ppd->statusp &= ~QIB_STATUS_IB_READY; in qib_disable_after_error() 1300 if (dd->pport[pidx].statusp) in cleanup_device_data() 1301 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
|
H A D | qib_sysfs.c | 111 if (!ppd->statusp) in show_status() 115 (unsigned long long) *(ppd->statusp)); in show_status() 143 if (!ppd->statusp) { in show_status_str() 148 s = *(ppd->statusp); in show_status_str()
|
H A D | qib.h | 545 u64 *statusp; member 902 * per unit status, see also portdata statusp
|
H A D | qib_file_ops.c | 191 (char *) ppd->statusp - in qib_get_base_info()
|
H A D | qib_iba6120.c | 1091 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF; in handle_6120_errors()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 121 *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 D | qib_sysfs.c | 130 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 D | qib_init.c | 334 dd->pport[pidx].statusp = status_page; in init_pioavailregs() 340 * apps, following statusp. This is per-unit, not per port. in init_pioavailregs() 746 *ppd->statusp |= QIB_STATUS_CHIP_PRESENT | in qib_init() 844 *ppd->statusp &= ~(QIB_STATUS_IB_CONF | QIB_STATUS_IB_READY); in qib_shutdown_device() 1145 *ppd->statusp &= ~QIB_STATUS_IB_READY; in qib_disable_after_error() 1299 if (dd->pport[pidx].statusp) in cleanup_device_data() 1300 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; in cleanup_device_data()
|
H A D | qib.h | 541 u64 *statusp; member 898 * per unit status, see also portdata statusp
|
H A D | qib_file_ops.c | 191 (char *) ppd->statusp - in qib_get_base_info()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/ |
H A D | mpc5121_ads_cpld.c | 85 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 89 u8 status = in_8(statusp); in cpld_pic_get_irq()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/ |
H A D | mpc5121_ads_cpld.c | 86 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 89 u8 status = in_8(statusp); in cpld_pic_get_irq()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | init.c | 962 ppd->statusp = &dd->status->port; in hfi1_init() 1001 if (ppd->statusp) in hfi1_init() 1002 *ppd->statusp |= HFI1_STATUS_CHIP_PRESENT | in hfi1_init() 1060 if (ppd->statusp) in shutdown_device() 1061 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in shutdown_device() 1370 if (ppd->statusp) in hfi1_disable_after_error() 1371 *ppd->statusp &= ~HFI1_STATUS_IB_READY; in hfi1_disable_after_error() 1533 if (ppd->statusp) in cleanup_device_data() 1534 *ppd->statusp &= ~HFI1_STATUS_CHIP_PRESENT; in cleanup_device_data()
|
H A D | hfi.h | 815 u64 *statusp; member 1190 * per unit status, see also portdata statusp
|
H A D | chip.c | 12971 * statusp. 12983 if (ppd->statusp) { in update_statusp() 12987 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in update_statusp() 12991 *ppd->statusp |= HFI1_STATUS_IB_CONF; in update_statusp() 12994 *ppd->statusp |= HFI1_STATUS_IB_READY; in update_statusp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | init.c | 921 ppd->statusp = &dd->status->port; in hfi1_init() 960 if (ppd->statusp) in hfi1_init() 961 *ppd->statusp |= HFI1_STATUS_CHIP_PRESENT | in hfi1_init() 1019 if (ppd->statusp) in shutdown_device() 1020 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in shutdown_device() 1329 if (ppd->statusp) in hfi1_disable_after_error() 1330 *ppd->statusp &= ~HFI1_STATUS_IB_READY; in hfi1_disable_after_error() 1492 if (ppd->statusp) in cleanup_device_data() 1493 *ppd->statusp &= ~HFI1_STATUS_CHIP_PRESENT; in cleanup_device_data()
|
H A D | hfi.h | 764 u64 *statusp; member 1140 * per unit status, see also portdata statusp
|
H A D | chip.c | 12932 * statusp. 12944 if (ppd->statusp) { in update_statusp() 12948 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | in update_statusp() 12952 *ppd->statusp |= HFI1_STATUS_IB_CONF; in update_statusp() 12955 *ppd->statusp |= HFI1_STATUS_IB_READY; in update_statusp()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 144 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() argument 152 if (copy_to_user(statusp, &status, sizeof(status))) in vhost_vdpa_get_status() 158 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status() argument 166 if (copy_from_user(&status, statusp, sizeof(status))) in vhost_vdpa_set_status()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 258 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() argument 266 if (copy_to_user(statusp, &status, sizeof(status))) in vhost_vdpa_get_status() 272 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status() argument 281 if (copy_from_user(&status, statusp, sizeof(status))) in vhost_vdpa_set_status()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree.c | 2804 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); in rcu_cpu_kthread() local 2811 *statusp = RCU_KTHREAD_RUNNING; in rcu_cpu_kthread() 2821 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread() 2825 *statusp = RCU_KTHREAD_YIELDING; in rcu_cpu_kthread() 2829 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 2535 unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status); in rcu_cpu_kthread() local 2544 *statusp = RCU_KTHREAD_RUNNING; in rcu_cpu_kthread() 2554 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread() 2558 *statusp = RCU_KTHREAD_YIELDING; in rcu_cpu_kthread() 2562 *statusp = RCU_KTHREAD_WAITING; in rcu_cpu_kthread()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 734 __be32 *statusp; member
|
H A D | nfs4proc.c | 2628 resp->statusp = resp->xdr->p; in nfsd4_proc_compound()
|