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

/linux-4.1.27/drivers/scsi/
H A Dadvansys.c1832 * ADV_SCSI_REQ_Q - microcode request structure
1874 } ADV_SCSI_REQ_Q; typedef in typeref:struct:adv_scsi_req_q
1879 * The ADV_SCSI_REQ_Q structure in adv_req_t is passed to the Adv Library
1880 * and microcode with the ADV_SCSI_REQ_Q field 'srb_ptr' pointing to the
1884 * Zero or more ADV_SG_BLOCK are used with each ADV_SCSI_REQ_Q. Each
1887 * ADV_SCSI_REQ_Q.
1898 ADV_SCSI_REQ_Q scsi_req_q; /* Adv Library request structure. */
2671 * Display an ADV_SCSI_REQ_Q structure.
2673 static void asc_prt_adv_scsi_req_q(ADV_SCSI_REQ_Q *q) asc_prt_adv_scsi_req_q()
2678 printk("ADV_SCSI_REQ_Q at addr 0x%lx\n", (ulong)q); asc_prt_adv_scsi_req_q()
6135 static void adv_isr_callback(ADV_DVC_VAR *adv_dvc_varp, ADV_SCSI_REQ_Q *scsiqp) adv_isr_callback()
6151 * completed ADV_SCSI_REQ_Q structure. adv_isr_callback()
6316 ADV_SCSI_REQ_Q *scsiq; AdvISR()
6361 * Get a pointer to the newly completed ADV_SCSI_REQ_Q structure. AdvISR()
6369 scsiq = (ADV_SCSI_REQ_Q *) AdvISR()
6406 * the ADV_SCSI_REQ_Q pointer to its callback function. AdvISR()
7982 ADV_SCSI_REQ_Q *scsiqp; adv_get_sglist()
7989 scsiqp = (ADV_SCSI_REQ_Q *)ADV_32BALIGN(&reqp->scsi_req_q); adv_get_sglist()
8089 ADV_SCSI_REQ_Q **adv_scsiqpp) adv_build_req()
8092 ADV_SCSI_REQ_Q *scsiqp; adv_build_req()
8112 * Get 32-byte aligned ADV_SCSI_REQ_Q and ADV_SG_BLOCK pointers. adv_build_req()
8114 scsiqp = (ADV_SCSI_REQ_Q *)ADV_32BALIGN(&reqp->scsi_req_q); adv_build_req()
8122 * Set the ADV_SCSI_REQ_Q 'srb_ptr' to point to the adv_req_t structure. adv_build_req()
8132 * Build the ADV_SCSI_REQ_Q request. adv_build_req()
8152 /* Build ADV_SCSI_REQ_Q */ adv_build_req()
8776 * Allocate a carrier structure, point the carrier to the ADV_SCSI_REQ_Q,
8791 * ADV_ERROR(-1) - Invalid ADV_SCSI_REQ_Q request structure
8794 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, ADV_SCSI_REQ_Q *scsiq) AdvExeScsiQueue()
8801 * The ADV_SCSI_REQ_Q 'target_id' field should never exceed ADV_MAX_TID. AdvExeScsiQueue()
8830 * Clear the ADV_SCSI_REQ_Q done flag. AdvExeScsiQueue()
8839 /* Save virtual and physical address of ADV_SCSI_REQ_Q and carrier. */ AdvExeScsiQueue()
8851 * Use the current stopper to send the ADV_SCSI_REQ_Q command to AdvExeScsiQueue()
8922 ADV_SCSI_REQ_Q *adv_scsiqp; asc_execute_scsi_cmnd()

Completed in 106 milliseconds