Searched refs:mpi3mr_add_sg_single (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 178 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_report_manufacture() 181 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_report_manufacture() 2575 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_get_expander_phy_error_log() 2578 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_get_expander_phy_error_log() 2840 mpi3mr_add_sg_single(psge, sgl_flags, data_out_sz, data_out_dma); in mpi3mr_expander_phy_control() 2843 mpi3mr_add_sg_single(psge, sgl_flags, data_in_sz, data_in_dma); in mpi3mr_expander_phy_control() 3251 mpi3mr_add_sg_single(psge, sgl_flags, dma_len_out - 4, dma_addr_out); in mpi3mr_transport_smp_handler() 3254 mpi3mr_add_sg_single(psge, sgl_flags, dma_len_in - 4, dma_addr_in); in mpi3mr_transport_smp_handler()
|
H A D | mpi3mr_app.c | 596 mpi3mr_add_sg_single(&rmgmt_req->command_sgl, in mpi3mr_bsg_build_sgl() 603 mpi3mr_add_sg_single(&rmgmt_req->response_sgl, in mpi3mr_bsg_build_sgl() 620 mpi3mr_add_sg_single(sgl, sgl_flags_last, in mpi3mr_bsg_build_sgl() 623 mpi3mr_add_sg_single(sgl, sgl_flags, in mpi3mr_bsg_build_sgl()
|
H A D | mpi3mr_fw.c | 97 void mpi3mr_add_sg_single(void *paddr, u8 flags, u32 length, in mpi3mr_add_sg_single() function 111 mpi3mr_add_sg_single(paddr, sgl_flags, 0, -1); in mpi3mr_build_zero_len_sge() 2417 mpi3mr_add_sg_single(&ci_upload.sgl, sgl_flags, data_len, in mpi3mr_print_pkg_ver() 2730 mpi3mr_add_sg_single(&iocfacts_req.sgl, sgl_flags, data_len, in mpi3mr_issue_iocfacts() 4661 mpi3mr_add_sg_single(&pel_getseq_req.sgl, sgl_flags, in mpi3mr_pel_get_seqnum_post() 5209 mpi3mr_add_sg_single(&cfg_req->sgl, sgl_flags, mem_desc.size, in mpi3mr_process_cfg_req()
|
H A D | mpi3mr.h | 1299 void mpi3mr_add_sg_single(void *paddr, u8 flags, u32 length,
|
H A D | mpi3mr_os.c | 3503 mpi3mr_add_sg_single(sg_local, simple_sgl_flags, in mpi3mr_prepare_sg_scmd() 3525 mpi3mr_add_sg_single(sg_local, last_chain_sgl_flags, in mpi3mr_prepare_sg_scmd() 3533 mpi3mr_add_sg_single(sg_local, in mpi3mr_prepare_sg_scmd() 3537 mpi3mr_add_sg_single(sg_local, simple_sgl_flags, in mpi3mr_prepare_sg_scmd()
|