Lines Matching refs:doorbell
1779 u32 doorbell = 0; in hwi_post_async_buffers() local
1842 doorbell |= ring_id & DB_DEF_PDU_RING_ID_MASK; in hwi_post_async_buffers()
1843 doorbell |= 1 << DB_DEF_PDU_REARM_SHIFT; in hwi_post_async_buffers()
1844 doorbell |= 0 << DB_DEF_PDU_EVENT_SHIFT; in hwi_post_async_buffers()
1845 doorbell |= (writables & DB_DEF_PDU_CQPROC_MASK) in hwi_post_async_buffers()
1848 iowrite32(doorbell, phba->db_va + doorbell_offset); in hwi_post_async_buffers()
4649 u32 doorbell = 0; in beiscsi_offload_connection() local
4672 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_offload_connection()
4673 doorbell |= (pwrb_handle->wrb_index & DB_DEF_PDU_WRB_INDEX_MASK) in beiscsi_offload_connection()
4675 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_offload_connection()
4676 iowrite32(doorbell, phba->db_va + in beiscsi_offload_connection()
4860 unsigned int doorbell = 0; in beiscsi_iotask_v2() local
4897 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_iotask_v2()
4898 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_iotask_v2()
4901 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_iotask_v2()
4902 iowrite32(doorbell, phba->db_va + in beiscsi_iotask_v2()
4917 unsigned int doorbell = 0; in beiscsi_iotask() local
4953 doorbell |= beiscsi_conn->beiscsi_conn_cid & DB_WRB_POST_CID_MASK; in beiscsi_iotask()
4954 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_iotask()
4956 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_iotask()
4958 iowrite32(doorbell, phba->db_va + in beiscsi_iotask()
4970 unsigned int doorbell = 0; in beiscsi_mtask() local
5057 doorbell |= cid & DB_WRB_POST_CID_MASK; in beiscsi_mtask()
5058 doorbell |= (io_task->pwrb_handle->wrb_index & in beiscsi_mtask()
5060 doorbell |= 1 << DB_DEF_PDU_NUM_POSTED_SHIFT; in beiscsi_mtask()
5061 iowrite32(doorbell, phba->db_va + in beiscsi_mtask()