Searched refs:db_format (Results 1 – 2 of 2) sorted by relevance
177 uint8_t db_format; member
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()712 if (hq->db_format == LPFC_DB_RING_FORMAT) { in lpfc_sli4_rq_put()716 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { in lpfc_sli4_rq_put()15279 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()15282 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()15284 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()15285 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()15289 wq->queue_id, wq->db_format); in lpfc_wq_create()15319 pci_barset, db_offset, wq->db_format); in lpfc_wq_create()[all …]