Searched refs:adv_reqp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 2283 adv_req_t *adv_reqp; /* Request structures. */ member 4273 return &boardp->adv_reqp[offset]; in adv_get_reqp() 7746 reqp = &boardp->adv_reqp[srb_tag]; in adv_build_req() 8487 adv_req_t *adv_reqp; in asc_execute_scsi_cmnd() local 8489 switch (adv_build_req(boardp, scp, &adv_reqp)) { in asc_execute_scsi_cmnd() 8509 ret = AdvExeScsiQueue(adv_dvc, adv_reqp); in asc_execute_scsi_cmnd() 10837 board->adv_reqp = dma_alloc_coherent(board->dev, board->adv_reqp_size, in advansys_wide_init_chip() 10840 if (!board->adv_reqp) in advansys_wide_init_chip() 10843 ASC_DBG(1, "reqp 0x%p, req_cnt %d, bytes %lu\n", board->adv_reqp, in advansys_wide_init_chip() 10895 if (board->adv_reqp) { in advansys_wide_free_mem() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A 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...] |
Completed in 30 milliseconds