Home
last modified time | relevance | path

Searched refs:db_shift (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/rdma/
H A Docrdma-abi.h128 __u32 db_shift; member
146 __u32 db_shift; member
/linux-6.15/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c71 int db_shift; member
630 ret = ioread64(&sndev->mmio_self_dbmsg->idb) >> sndev->db_shift; in switchtec_ntb_db_read()
639 iowrite64(db_bits << sndev->db_shift, &sndev->mmio_self_dbmsg->idb); in switchtec_ntb_db_clear()
654 sndev->db_mask |= db_bits << sndev->db_shift; in switchtec_ntb_db_set_mask()
672 sndev->db_mask &= ~(db_bits << sndev->db_shift); in switchtec_ntb_db_clear_mask()
684 return (sndev->db_mask >> sndev->db_shift) & sndev->db_valid_mask; in switchtec_ntb_db_read_mask()
702 offset += sndev->db_shift / 8; in switchtec_ntb_peer_db_addr()
1237 sndev->db_shift = 0; in switchtec_ntb_init_db()
1241 sndev->db_shift = 0; in switchtec_ntb_init_db()
1245 sndev->db_shift = 32; in switchtec_ntb_init_db()
[all …]
/linux-6.15/drivers/mailbox/
H A Dtegra-hsp.c97 unsigned int db_shift; member
761 hsp->num_db = (value >> hsp->soc->db_shift) & hsp->soc->db_mask; in tegra_hsp_probe()
927 .db_shift = 12,
944 .db_shift = 12,
961 .db_shift = 12,
978 .db_shift = 12,
/linux-6.15/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1202 uresp.db_shift = OCRDMA_DB_RQ_SHIFT; in ocrdma_copy_qp_uresp()
1749 uresp.db_shift = 24; in ocrdma_copy_srq_uresp()
1752 uresp.db_shift = 16; in ocrdma_copy_srq_uresp()