Searched refs:adv_reqp (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | advansys.c | 2287 adv_req_t *adv_reqp; /* Request structures. */ member 4277 return &boardp->adv_reqp[offset]; in adv_get_reqp() 7752 reqp = &boardp->adv_reqp[srb_tag]; in adv_build_req() 8493 adv_req_t *adv_reqp; in asc_execute_scsi_cmnd() local 8495 switch (adv_build_req(boardp, scp, &adv_reqp)) { in asc_execute_scsi_cmnd() 8515 ret = AdvExeScsiQueue(adv_dvc, adv_reqp); in asc_execute_scsi_cmnd() 10851 board->adv_reqp = dma_alloc_coherent(board->dev, board->adv_reqp_size, in advansys_wide_init_chip() 10854 if (!board->adv_reqp) in advansys_wide_init_chip() 10857 ASC_DBG(1, "reqp 0x%p, req_cnt %d, bytes %lu\n", board->adv_reqp, in advansys_wide_init_chip() 10909 if (board->adv_reqp) { in advansys_wide_free_mem() [all …]
|