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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c1668 __le32 areq_vpa; /* ADV_SCSI_REQ_Q Virtual or Physical Address */
1741 * ADV_SCSI_REQ_Q - microcode request structure
1780 } ADV_SCSI_REQ_Q; typedef in typeref:struct:adv_scsi_req_q
1785 * The ADV_SCSI_REQ_Q structure in adv_req_t is passed to the Adv Library
1786 * and microcode with the ADV_SCSI_REQ_Q field 'srb_tag' set to the
1790 * Zero or more ADV_SG_BLOCK are used with each ADV_SCSI_REQ_Q. Each
1793 * ADV_SCSI_REQ_Q.
1804 ADV_SCSI_REQ_Q scsi_req_q; /* Adv Library request structure. */
1978 * match the ADV_SCSI_REQ_Q 'srb_tag' field.
2024 * ADV_SCSI_REQ_Q 'done_status' and 'host_status' return values.
2576 * Display an ADV_SCSI_REQ_Q structure.
2578 static void asc_prt_adv_scsi_req_q(ADV_SCSI_REQ_Q *q) asc_prt_adv_scsi_req_q()
2584 printk("ADV_SCSI_REQ_Q at addr 0x%lx\n", (ulong)q); asc_prt_adv_scsi_req_q()
5949 static void adv_isr_callback(ADV_DVC_VAR *adv_dvc_varp, ADV_SCSI_REQ_Q *scsiqp) adv_isr_callback()
5966 * completed ADV_SCSI_REQ_Q structure. adv_isr_callback()
6123 ADV_SCSI_REQ_Q *scsiq; AdvISR()
6169 * Get a pointer to the newly completed ADV_SCSI_REQ_Q structure. AdvISR()
6172 * The firmware will have copied the ADV_SCSI_REQ_Q.scsiq_ptr AdvISR()
6174 * below complements the conversion of ADV_SCSI_REQ_Q.scsiq_ptr' AdvISR()
6216 * the ADV_SCSI_REQ_Q pointer to its callback function. AdvISR()
7634 ADV_SCSI_REQ_Q *scsiqp, struct scsi_cmnd *scp, int use_sg) adv_get_sglist()
7734 * Multi-byte fields in the ADV_SCSI_REQ_Q that are used by the
7744 ADV_SCSI_REQ_Q *scsiqp; adv_build_req()
7781 * Build the ADV_SCSI_REQ_Q request. adv_build_req()
7808 /* Build ADV_SCSI_REQ_Q */ adv_build_req()
8369 * Allocate a carrier structure, point the carrier to the ADV_SCSI_REQ_Q,
8376 * Multi-byte fields in the ADV_SCSI_REQ_Q that are used by the microcode
8384 * ADV_ERROR(-1) - Invalid ADV_SCSI_REQ_Q request structure
8391 ADV_SCSI_REQ_Q *scsiq = &reqp->scsi_req_q; AdvExeScsiQueue()
8394 * The ADV_SCSI_REQ_Q 'target_id' field should never exceed ADV_MAX_TID. AdvExeScsiQueue()
8416 /* Save virtual and physical address of ADV_SCSI_REQ_Q and carrier. */ AdvExeScsiQueue()
8424 * Use the current stopper to send the ADV_SCSI_REQ_Q command to AdvExeScsiQueue()

Completed in 112 milliseconds