Lines Matching refs:db_format
193 if (q->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_wq_put()
212 } else if (q->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_wq_put()
706 if (hq->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_rq_put()
710 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_rq_put()
15984 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()
15987 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()
15989 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()
15990 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()
15994 wq->queue_id, wq->db_format); in lpfc_wq_create()
16024 pci_barset, db_offset, wq->db_format); in lpfc_wq_create()
16243 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format, in lpfc_rq_create()
16245 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_rq_create()
16246 (hrq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_rq_create()
16250 hrq->db_format); in lpfc_rq_create()
16281 db_offset, hrq->db_format); in lpfc_rq_create()
16283 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_rq_create()
16536 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()
16545 drq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()