Lines Matching refs:db_offset
13423 uint32_t db_offset; in lpfc_wq_create() local
13562 db_offset = wq_create->u.response.doorbell_offset; in lpfc_wq_create()
13563 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) && in lpfc_wq_create()
13564 (db_offset != LPFC_ULP1_WQ_DOORBELL)) { in lpfc_wq_create()
13568 db_offset); in lpfc_wq_create()
13572 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
13576 db_offset, wq->db_format); in lpfc_wq_create()
13658 uint32_t db_offset; in lpfc_rq_create() local
13784 db_offset = rq_create->u.response.doorbell_offset; in lpfc_rq_create()
13785 if ((db_offset != LPFC_ULP0_RQ_DOORBELL) && in lpfc_rq_create()
13786 (db_offset != LPFC_ULP1_RQ_DOORBELL)) { in lpfc_rq_create()
13790 db_offset); in lpfc_rq_create()
13794 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()
13798 db_offset, hrq->db_format); in lpfc_rq_create()