Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c426 cm->cm_sgtable = (struct aac_sg_table *)raw->sge; in aac_container_rw_command()
441 cm->cm_sgtable = (struct aac_sg_table *) in aac_container_rw_command()
456 cm->cm_sgtable = &br->SgMap; in aac_container_rw_command()
467 cm->cm_sgtable = &bw->SgMap; in aac_container_rw_command()
482 cm->cm_sgtable = (struct aac_sg_table *)&br->SgMap64; in aac_container_rw_command()
494 cm->cm_sgtable = (struct aac_sg_table *)&bw->SgMap64; in aac_container_rw_command()
917 cm->cm_sgtable = &srb->sg_map; in aac_passthrough_command()
H A Daacraid.c1124 cm->cm_sgtable = NULL; in aacraid_release_command()
1303 if (cm->cm_sgtable != NULL) { in aacraid_map_command_sg()
1311 sg = (struct aac_sge_ieee1212 *)cm->cm_sgtable; in aacraid_map_command_sg()
1367 sg = (struct aac_sg_tableraw *)cm->cm_sgtable; in aacraid_map_command_sg()
1382 sg = cm->cm_sgtable; in aacraid_map_command_sg()
1393 sg = (struct aac_sg_table64 *)cm->cm_sgtable; in aacraid_map_command_sg()
3012 cm->cm_sgtable = (struct aac_sg_table *)&srbcmd->sg_map; in aac_ioctl_send_raw_srb()
H A Daacraid_var.h178 struct aac_sg_table *cm_sgtable; /* pointer to s/g table in member
/freebsd/sys/dev/aac/
H A Daac.c1241 cm->cm_sgtable = (struct aac_sg_table *)&raw->SgMapRaw; in aac_bio_command()
1259 cm->cm_sgtable = &br->SgMap; in aac_bio_command()
1271 cm->cm_sgtable = &bw->SgMap; in aac_bio_command()
1286 cm->cm_sgtable = (struct aac_sg_table *)&br->SgMap64; in aac_bio_command()
1298 cm->cm_sgtable = (struct aac_sg_table *)&bw->SgMap64; in aac_bio_command()
1413 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 …]
H A Daacvar.h165 struct aac_sg_table *cm_sgtable; /* pointer to s/g table in member
H A Daac_cam.c455 cm->cm_sgtable = &srb->sg_map; in aac_cam_action()