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

/linux-4.1.27/drivers/scsi/
H A Dadvansys.c1879 * The ADV_SCSI_REQ_Q structure in adv_req_t is passed to the Adv Library
1881 * adv_req_t. The adv_req_t structure 'cmndp' field in turn points to the
1903 } adv_req_t; typedef in typeref:struct:adv_req
1945 struct adv_req *orig_reqp; /* adv_req_t memory block. */
2325 ADV_DCNT adv_build_noreq; /* # adv_build_req() adv_req_t alloc. fail. */
2383 adv_req_t *adv_reqp; /* Request structures. */
6138 adv_req_t *reqp; adv_isr_callback()
6149 * Get the adv_req_t structure for the command that has been adv_isr_callback()
6150 * completed. The adv_req_t structure actually contains the adv_isr_callback()
6153 reqp = (adv_req_t *)ADV_U32_TO_VADDR(scsiqp->srb_ptr); adv_isr_callback()
6164 * Note: The adv_req_t request structure and adv_sgblk_t structure, adv_isr_callback()
6172 ("adv_isr_callback: scp is NULL; adv_req_t dropped.\n"); adv_isr_callback()
6281 * Free the adv_req_t structure used with the command by adding adv_isr_callback()
7978 adv_get_sglist(struct asc_board *boardp, adv_req_t *reqp, struct scsi_cmnd *scp, adv_get_sglist()
8080 * If an adv_req_t can not be allocated to issue the request,
8091 adv_req_t *reqp; adv_build_req()
8098 * Allocate an adv_req_t structure from the board to execute adv_build_req()
8102 ASC_DBG(1, "no free adv_req_t\n"); adv_build_req()
8122 * Set the ADV_SCSI_REQ_Q 'srb_ptr' to point to the adv_req_t structure. adv_build_req()
8127 * Set the adv_req_t 'cmndp' to point to the struct scsi_cmnd structure. adv_build_req()
8173 * Free the 'adv_req_t' structure by adding it back adv_build_req()
8187 * Free the adv_req_t structure by adding it back to adv_build_req()
11259 adv_req_t *reqp = NULL; advansys_wide_init_chip()
11280 reqp = kmalloc(sizeof(adv_req_t) * req_cnt, GFP_KERNEL); advansys_wide_init_chip()
11283 (ulong)sizeof(adv_req_t) * req_cnt); advansys_wide_init_chip()

Completed in 105 milliseconds