Home
last modified time | relevance | path

Searched refs:doorbell (Results 1 – 6 of 6) sorted by relevance

/include/linux/mlx4/
Dcq.h151 __be32 doorbell[2]; in mlx4_cq_arm() local
166 doorbell[0] = cpu_to_be32(sn << 28 | cmd | cq->cqn); in mlx4_cq_arm()
167 doorbell[1] = cpu_to_be32(ci); in mlx4_cq_arm()
169 mlx4_write64(doorbell, uar_page + MLX4_CQ_DOORBELL, doorbell_lock); in mlx4_cq_arm()
/include/linux/mlx5/
Dcq.h155 __be32 doorbell[2]; in mlx5_cq_arm() local
169 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
170 doorbell[1] = cpu_to_be32(cq->cqn); in mlx5_cq_arm()
172 mlx5_write64(doorbell, uar_page + MLX5_CQ_DOORBELL); in mlx5_cq_arm()
/include/trace/events/
Dufs.h226 u32 doorbell, int transfer_len, u32 intr, u64 lba,
229 TP_ARGS(dev_name, str, tag, doorbell, transfer_len,
236 __field(u32, doorbell)
248 __entry->doorbell = doorbell;
259 __entry->doorbell, __entry->transfer_len,
/include/uapi/linux/
Dfsl_hypervisor.h160 __u32 doorbell; member
Drio_mport_cdev.h145 struct rio_doorbell doorbell; /* header for RIO_DOORBELL */ member
/include/linux/
Dmhi.h230 enum mhi_db_brst_mode doorbell; member