Searched refs:adv_reqp (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | advansys.c | 2264 adv_req_t *adv_reqp; /* Request structures. */ member 4224 return &boardp->adv_reqp[offset]; in adv_get_reqp() 7660 reqp = &boardp->adv_reqp[srb_tag]; in adv_build_req() 8401 adv_req_t *adv_reqp; in asc_execute_scsi_cmnd() local 8403 switch (adv_build_req(boardp, scp, &adv_reqp)) { in asc_execute_scsi_cmnd() 8423 ret = AdvExeScsiQueue(adv_dvc, adv_reqp); in asc_execute_scsi_cmnd() 10647 board->adv_reqp = dma_alloc_coherent(board->dev, board->adv_reqp_size, in advansys_wide_init_chip() 10650 if (!board->adv_reqp) in advansys_wide_init_chip() 10653 ASC_DBG(1, "reqp 0x%p, req_cnt %d, bytes %lu\n", board->adv_reqp, in advansys_wide_init_chip() 10705 if (board->adv_reqp) { in advansys_wide_free_mem() [all …]
|