Home
last modified time | relevance | path

Searched refs:cm_sgtable (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/aacraid/
HDaacraid_cam.c445 cm->cm_sgtable = (struct aac_sg_table *)raw->sge; in aac_container_rw_command()
459 cm->cm_sgtable = (struct aac_sg_table *) in aac_container_rw_command()
473 cm->cm_sgtable = &br->SgMap; in aac_container_rw_command()
483 cm->cm_sgtable = &bw->SgMap; in aac_container_rw_command()
497 cm->cm_sgtable = (struct aac_sg_table *)&br->SgMap64; in aac_container_rw_command()
508 cm->cm_sgtable = (struct aac_sg_table *)&bw->SgMap64; in aac_container_rw_command()
928 cm->cm_sgtable = &srb->sg_map; in aac_passthrough_command()
HDaacraid.c1140 cm->cm_sgtable = NULL; in aacraid_release_command()
1317 if (cm->cm_sgtable != NULL) { in aacraid_map_command_sg()
1325 sg = (struct aac_sge_ieee1212 *)cm->cm_sgtable; in aacraid_map_command_sg()
1377 sg = (struct aac_sg_tableraw *)cm->cm_sgtable; in aacraid_map_command_sg()
1390 sg = cm->cm_sgtable; in aacraid_map_command_sg()
1400 sg = (struct aac_sg_table64 *)cm->cm_sgtable; in aacraid_map_command_sg()
2957 cm->cm_sgtable = (struct aac_sg_table *)&srbcmd->sg_map; in aac_ioctl_send_raw_srb()
HDaacraid_var.h201 struct aac_sg_table *cm_sgtable; /* pointer to s/g table in member
/NextBSD/sys/dev/aac/
HDaac.c1240 cm->cm_sgtable = (struct aac_sg_table *)&raw->SgMapRaw; in aac_bio_command()
1258 cm->cm_sgtable = &br->SgMap; in aac_bio_command()
1270 cm->cm_sgtable = &bw->SgMap; in aac_bio_command()
1285 cm->cm_sgtable = (struct aac_sg_table *)&br->SgMap64; in aac_bio_command()
1297 cm->cm_sgtable = (struct aac_sg_table *)&bw->SgMap64; in aac_bio_command()
1412 cm->cm_sgtable = NULL; in aac_release_command()
1565 if (cm->cm_sgtable != NULL) { in aac_map_command_sg()
1568 sg = (struct aac_sg_tableraw *)cm->cm_sgtable; in aac_map_command_sg()
1581 sg = cm->cm_sgtable; in aac_map_command_sg()
1591 sg = (struct aac_sg_table64 *)cm->cm_sgtable; in aac_map_command_sg()
[all …]
HDaacvar.h165 struct aac_sg_table *cm_sgtable; /* pointer to s/g table in member
HDaac_cam.c458 cm->cm_sgtable = &srb->sg_map; in aac_cam_action()