Searched refs:adv_reqp (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 2287 adv_req_t *adv_reqp; /* Request structures. */ member 4277 return &boardp->adv_reqp[offset]; in adv_get_reqp() 7753 reqp = &boardp->adv_reqp[srb_tag]; in adv_build_req() 8494 adv_req_t *adv_reqp; in asc_execute_scsi_cmnd() local 8496 switch (adv_build_req(boardp, scp, &adv_reqp)) { in asc_execute_scsi_cmnd() 8516 ret = AdvExeScsiQueue(adv_dvc, adv_reqp); in asc_execute_scsi_cmnd() 10852 board->adv_reqp = dma_alloc_coherent(board->dev, board->adv_reqp_size, in advansys_wide_init_chip() 10855 if (!board->adv_reqp) in advansys_wide_init_chip() 10858 ASC_DBG(1, "reqp 0x%p, req_cnt %d, bytes %lu\n", board->adv_reqp, in advansys_wide_init_chip() 10910 if (board->adv_reqp) { in advansys_wide_free_mem() [all …]
|