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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c2228 unsigned int build_error; /* # asc/adv_build_req() ASC_ERROR returns. */
2229 unsigned int adv_build_noreq; /* # adv_build_req() adv_req_t alloc. fail. */
2230 unsigned int adv_build_nosg; /* # adv_build_req() adv_sgblk_t alloc. fail. */
7739 adv_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, adv_build_req() function
8496 switch (adv_build_req(boardp, scp, &adv_reqp)) { asc_execute_scsi_cmnd()
8498 ASC_DBG(3, "adv_build_req ASC_NOERROR\n"); asc_execute_scsi_cmnd()
8501 ASC_DBG(1, "adv_build_req ASC_BUSY\n"); asc_execute_scsi_cmnd()
8505 * They are updated in adv_build_req and asc_execute_scsi_cmnd()
8511 ASC_DBG(1, "adv_build_req ASC_ERROR\n"); asc_execute_scsi_cmnd()

Completed in 111 milliseconds