Lines Matching refs:doorbell
1795 u32 doorbell = 0; in hwi_post_async_buffers() local
1858 doorbell |= ring_id & DB_DEF_PDU_RING_ID_MASK; in hwi_post_async_buffers()
1859 doorbell |= 1 << DB_DEF_PDU_REARM_SHIFT; in hwi_post_async_buffers()
1860 doorbell |= 0 << DB_DEF_PDU_EVENT_SHIFT; in hwi_post_async_buffers()
1861 doorbell |= (writables & DB_DEF_PDU_CQPROC_MASK) in hwi_post_async_buffers()
1864 iowrite32(doorbell, phba->db_va + doorbell_offset); in hwi_post_async_buffers()
4688 u32 doorbell = 0; in beiscsi_offload_connection() local
4714 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_offload_connection()
4715 doorbell |= (pwrb_handle->wrb_index & DB_DEF_PDU_WRB_INDEX_MASK) in beiscsi_offload_connection()
4717 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_offload_connection()
4718 iowrite32(doorbell, phba->db_va + in beiscsi_offload_connection()
4905 unsigned int doorbell = 0; in beiscsi_iotask_v2() local
4947 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_iotask_v2()
4948 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_iotask_v2()
4951 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_iotask_v2()
4952 iowrite32(doorbell, phba->db_va + in beiscsi_iotask_v2()
4967 unsigned int doorbell = 0; in beiscsi_iotask() local
5009 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_iotask()
5010 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_iotask()
5012 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_iotask()
5014 iowrite32(doorbell, phba->db_va + in beiscsi_iotask()
5026 unsigned int doorbell = 0; in beiscsi_mtask() local
5125 doorbell |= cid & DB_WRB_POST_CID_MASK; in beiscsi_mtask()
5126 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_mtask()
5128 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_mtask()
5129 iowrite32(doorbell, phba->db_va + in beiscsi_mtask()