Home
last modified time | relevance | path

Searched refs:QEDI_SQ_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qedi/
H A Dqedi.h144 #define QEDI_SQ_SIZE MAX_OUTSTANDING_TASKS_PER_CON macro
H A Dqedi_main.c657 qedi->max_sqes = QEDI_SQ_SIZE; in qedi_host_alloc()
1105 iscsi->tx_desc_size = QEDI_SQ_SIZE; in qedi_get_protocol_tlv_data()
1768 ep->sq_mem_size = QEDI_SQ_SIZE * sizeof(struct iscsi_wqe); in qedi_alloc_sq()
H A Dqedi_fw.c953 if (ep->sq_prod_idx == QEDI_SQ_SIZE) in qedi_get_wqe_idx()