Searched refs:db_format (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h231 uint8_t db_format; member in struct:lpfc_queue
H A Dlpfc_sli.c318 if (q->db_format == LPFC_DB_LIST_FORMAT) {
337 } else if (q->db_format == LPFC_DB_RING_FORMAT) {
831 if (hq->db_format == LPFC_DB_RING_FORMAT) {
835 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) {
16994 wq->db_format = LPFC_DB_LIST_FORMAT;
16997 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format,
16999 if ((wq->db_format != LPFC_DB_LIST_FORMAT) &&
17000 (wq->db_format != LPFC_DB_RING_FORMAT)) {
17004 wq->queue_id, wq->db_format);
17034 pci_barset, db_offset, wq->db_format);
[all...]

Completed in 203 milliseconds