Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_isr.c479 while ((ha->response_ptr->signature != RESPONSE_PROCESSED)) { in qla4xxx_process_response_queue()
480 sts_entry = (struct status_entry *) ha->response_ptr; in qla4xxx_process_response_queue()
485 ha->response_ptr = ha->response_ring; in qla4xxx_process_response_queue()
488 ha->response_ptr++; in qla4xxx_process_response_queue()
H A Dql4_init.c68 pkt = (struct response *)ha->response_ptr; in qla4xxx_init_response_q_entries()
98 ha->response_ptr = &ha->response_ring[ha->response_out]; in qla4xxx_init_rings()
H A Dql4_def.h700 struct queue_entry *response_ptr; member