Lines Matching refs:adv_req_t
1768 * The ADV_SCSI_REQ_Q structure in adv_req_t is passed to the Adv Library
1770 * SCSI request tag. The adv_req_t structure 'cmndp' field in turn points
1792 } adv_req_t __aligned(32);
2206 unsigned int adv_build_noreq; /* # adv_build_req() adv_req_t alloc. fail. */
2264 adv_req_t *adv_reqp; /* Request structures. */
4219 static adv_req_t * adv_get_reqp(struct adv_dvc_var *adv_dvc, u32 offset)
5899 adv_req_t *reqp;
5910 * Get the adv_req_t structure for the command that has been
5911 * completed. The adv_req_t structure actually contains the
5919 ("adv_isr_callback: scp is NULL; adv_req_t dropped.\n");
5924 reqp = (adv_req_t *)scp->host_scribble;
6053 adv_req_t *reqp;
7541 adv_get_sglist(struct asc_board *boardp, adv_req_t *reqp,
7639 * If an adv_req_t can not be allocated to issue the request,
7648 adv_req_t **adv_reqpp)
7651 adv_req_t *reqp;
7658 * Allocate an adv_req_t structure from the board to execute
7663 ASC_DBG(1, "no free adv_req_t\n");
7668 reqp->req_addr = boardp->adv_reqp_addr + (srb_tag * sizeof(adv_req_t));
7683 * Set 'host_scribble' to point to the adv_req_t structure.
8295 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp)
8402 adv_req_t *adv_reqp;
10643 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t);
10645 ASC_DBG(1, "unaligned reqp %lu bytes\n", sizeof(adv_req_t));