Lines Matching refs:db_offset
13447 uint32_t db_offset; in lpfc_wq_create() local
13586 db_offset = wq_create->u.response.doorbell_offset; in lpfc_wq_create()
13587 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) && in lpfc_wq_create()
13588 (db_offset != LPFC_ULP1_WQ_DOORBELL)) { in lpfc_wq_create()
13592 db_offset); in lpfc_wq_create()
13596 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
13600 db_offset, wq->db_format); in lpfc_wq_create()
13682 uint32_t db_offset; in lpfc_rq_create() local
13808 db_offset = rq_create->u.response.doorbell_offset; in lpfc_rq_create()
13809 if ((db_offset != LPFC_ULP0_RQ_DOORBELL) && in lpfc_rq_create()
13810 (db_offset != LPFC_ULP1_RQ_DOORBELL)) { in lpfc_rq_create()
13814 db_offset); in lpfc_rq_create()
13818 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()
13822 db_offset, hrq->db_format); in lpfc_rq_create()