Searched refs:PageBufferSGE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 338 ioc->base_add_sg_single(&mpi_request->PageBufferSGE, in _config_request() 345 ioc->base_add_sg_single(&mpi_request->PageBufferSGE, in _config_request() 529 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_manufacturing_pg0() 565 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_manufacturing_pg1() 603 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_manufacturing_pg7() 640 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_manufacturing_pg10() 677 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_manufacturing_pg11() 714 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_set_manufacturing_pg11() 750 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_bios_pg2() 786 ioc->build_zero_len_sge_mpi(ioc, &mpi_request.PageBufferSGE); in mpt3sas_config_get_bios_pg3() [all …]
|
H A D | mpt3sas_base.c | 462 sgel = (Mpi2SGESimple32_t *) &config_req->PageBufferSGE; in _clone_sg_entries()
|
/openbmc/qemu/hw/scsi/ |
H A D | mptconfig.c | 861 flags_and_length = req->PageBufferSGE.FlagsLength; in mptsas_process_config() 874 pa = req->PageBufferSGE.u.Address64; in mptsas_process_config() 876 pa = req->PageBufferSGE.u.Address32; in mptsas_process_config()
|
H A D | mptendian.c | 142 mptsas_fix_sgentry_endianness(&req->PageBufferSGE); in mptsas_fix_config_endianness()
|
H A D | mpi.h | 945 MPISGEntry PageBufferSGE; /* 1Ch */ member
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptspi.c | 303 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, dataDma); in mptspi_writeIOCPage4()
|
H A D | mptbase.c | 6463 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_cnfg.h | 516 SGE_IO_UNION PageBufferSGE; /* 1Ch */ member
|
/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_cnfg.h | 488 MPI2_SGE_IO_UNION PageBufferSGE; /*0x1C */ member
|