Searched refs:drv_bufs (Results 1 – 1 of 1) sorted by relevance
574 struct mpi3mr_buf_map *drv_bufs, u8 bufcnt, u8 is_rmc, in mpi3mr_bsg_build_sgl() argument580 struct mpi3mr_buf_map *drv_buf_iter = drv_bufs; in mpi3mr_bsg_build_sgl()656 struct mpi3mr_buf_map *drv_bufs, u8 bufcnt) in mpi3mr_build_nvme_sgl() argument662 struct mpi3mr_buf_map *drv_buf_iter = drv_bufs; in mpi3mr_build_nvme_sgl()715 struct mpi3mr_buf_map *drv_bufs, u8 bufcnt) in mpi3mr_build_nvme_prp() argument725 struct mpi3mr_buf_map *drv_buf_iter = drv_bufs; in mpi3mr_build_nvme_prp()958 struct mpi3mr_buf_map *drv_bufs = NULL, *drv_buf_iter = NULL; in mpi3mr_bsg_process_mpt_cmds() local990 drv_bufs = kzalloc((sizeof(*drv_bufs) * bufcnt), GFP_KERNEL); in mpi3mr_bsg_process_mpt_cmds()991 if (!drv_bufs) { in mpi3mr_bsg_process_mpt_cmds()1017 drv_buf_iter = drv_bufs; in mpi3mr_bsg_process_mpt_cmds()[all …]