Searched refs:ind_bit (Results 1 – 3 of 3) sorted by relevance
80 uint64_t ind_bit; member
192 uint64_t ind_bit; member 661 thinint.ind_bit = be64_to_cpu(thinint.ind_bit); in virtio_ccw_cb() 671 thinint.ind_bit / 8 + 1); in virtio_ccw_cb() 673 dev->routes.adapter.ind_offset = thinint.ind_bit; in virtio_ccw_cb() 878 * ind_bit indicates the start of the indicators in a big in virtio_ccw_notify() 881 uint64_t ind_bit = dev->routes.adapter.ind_offset; in virtio_ccw_notify() local 884 (ind_bit + vector) / 8, in virtio_ccw_notify() 885 0x80 >> ((ind_bit + vector) % 8)); in virtio_ccw_notify()
691 uint64_t ind_bit; in s390_msi_ctrl_write() 702 ind_bit = pbdev->routes.adapter.ind_offset; in s390_msi_ctrl_write() 705 set_ind_bit_atomic(pbdev->routes.adapter.ind_addr + (ind_bit + vec) / 8, in s390_msi_ctrl_read() 706 0x80 >> ((ind_bit + vec) % 8)); in s390_msi_ctrl_read() 682 uint64_t ind_bit; s390_msi_ctrl_write() local