Searched refs:db_format (Results 1 – 2 of 2) sorted by relevance
147 uint16_t db_format; member
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()13540 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, in lpfc_wq_create()13542 if ((wq->db_format != LPFC_DB_LIST_FORMAT) && in lpfc_wq_create()13543 (wq->db_format != LPFC_DB_RING_FORMAT)) { in lpfc_wq_create()13547 wq->db_format); in lpfc_wq_create()13576 db_offset, wq->db_format); in lpfc_wq_create()13578 wq->db_format = LPFC_DB_LIST_FORMAT; in lpfc_wq_create()[all …]