Searched refs:mpi_init_sge (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mps_user.c | 404 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge() function 479 mpi_init_sge(cm, req, &req->SGL); in mpi_pre_fw_download() 519 mpi_init_sge(cm, req, &req->SGL); in mpi_pre_fw_upload() 554 mpi_init_sge(cm, req, &req->SGL); in mpi_pre_sata_passthrough() 572 mpi_init_sge(cm, req, &req->SGL); in mpi_pre_smp_passthrough() 590 mpi_init_sge(cm, req, &req->PageBufferSGE); in mpi_pre_config() 887 mpi_init_sge(cm, hdr, (void *)((uint8_t *)hdr + data->RequestSize)); in mps_user_pass_thru()
|
H A D | mpsvar.h | 757 void mpi_init_sge(struct mps_command *cm, void *req, void *sge);
|
H A D | mps_sas.c | 2821 mpi_init_sge(cm, req, &req->SGL); in mpssas_send_smpcmd()
|