Lines Matching refs:db_format
191 if (q->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_wq_put()
210 } else if (q->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_wq_put()
688 if (hq->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_rq_put()
692 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_rq_put()
15449 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()
15452 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()
15454 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()
15455 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()
15459 wq->queue_id, wq->db_format); in lpfc_wq_create()
15489 pci_barset, db_offset, wq->db_format); in lpfc_wq_create()
15707 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format, in lpfc_rq_create()
15709 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_rq_create()
15710 (hrq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_rq_create()
15714 hrq->db_format); in lpfc_rq_create()
15745 db_offset, hrq->db_format); in lpfc_rq_create()
15747 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_rq_create()
15999 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()
16008 drq->db_format = LPFC_DB_RING_FORMAT; in lpfc_mrq_create()