Lines Matching refs:cm_sge
2741 sgc = (MPI2_SGE_CHAIN64 *)&cm->cm_sge->MpiChain; in mps_add_chain()
2754 cm->cm_sge = (MPI2_SGE_IO_UNION *)&chain->chain->MpiSimple; in mps_add_chain()
2849 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2850 cm->cm_sge = (MPI2_SGE_IO_UNION *)((uintptr_t)cm->cm_sge + len); in mps_push_sge()
2888 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2889 cm->cm_sge = (MPI2_SGE_IO_UNION *)((uintptr_t)cm->cm_sge in mps_push_sge()
2914 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2915 cm->cm_sge = (MPI2_SGE_IO_UNION *)((uintptr_t)cm->cm_sge + len); in mps_push_sge()
3054 if (cm->cm_sge != NULL) in mps_map_command()
3191 cm->cm_sge = &req->PageBufferSGE; in mps_read_config_page()
3195 cm->cm_sge = NULL; in mps_read_config_page()