Lines Matching refs:db_format
318 if (q->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_wq_put()
337 } else if (q->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_wq_put()
831 if (hq->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_rq_put()
835 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_rq_put()
16906 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()
16909 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()
16911 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()
16912 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()
16916 wq->queue_id, wq->db_format); in lpfc_wq_create()
16946 pci_barset, db_offset, wq->db_format); in lpfc_wq_create()
17165 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format, in lpfc_rq_create()
17167 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_rq_create()
17168 (hrq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_rq_create()
17172 hrq->db_format); in lpfc_rq_create()
17203 db_offset, hrq->db_format); in lpfc_rq_create()
17205 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_rq_create()
17458 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()
17467 drq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()