Lines Matching refs:db_format
129 if (q->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_wq_put()
133 } else if (q->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_wq_put()
488 if (hq->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_rq_put()
492 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_rq_put()
13564 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()
13566 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()
13567 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()
13571 wq->db_format); in lpfc_wq_create()
13600 db_offset, wq->db_format); in lpfc_wq_create()
13602 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()
13784 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format, in lpfc_rq_create()
13786 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_rq_create()
13787 (hrq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_rq_create()
13791 hrq->db_format); in lpfc_rq_create()
13822 db_offset, hrq->db_format); in lpfc_rq_create()
13824 hrq->db_format = LPFC_DB_RING_FORMAT; in lpfc_rq_create()