Home
last modified time | relevance | path

Searched refs:RESPONSE_ENTRY_CNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dqla1280.c1906 mb[1] = RESPONSE_ENTRY_CNT; in qla1280_init_rings()
3493 if (mailbox[5] >= RESPONSE_ENTRY_CNT) in qla1280_isr()
3533 if (ha->rsp_ring_index == RESPONSE_ENTRY_CNT) { in qla1280_isr()
4207 ((RESPONSE_ENTRY_CNT + 1) * sizeof(struct response)), in qla1280_probe_one()
4291 ((RESPONSE_ENTRY_CNT + 1) * sizeof(struct response)), in qla1280_probe_one()
4328 ((RESPONSE_ENTRY_CNT + 1) * (sizeof(struct response))), in qla1280_remove_one()
H A Dqla1280.h87 #define RESPONSE_ENTRY_CNT 63 /* Number of response entries. */ macro