Home
last modified time | relevance | path

Searched refs:frame_phys_addr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1878 cmd->frame_phys_addr = in create_mfi_frame_pool()
1899 cmd->frame->io.context, cmd->frame_phys_addr)); in create_mfi_frame_pool()
2171 abort_fr->abort_mfi_phys_addr_lo = cmd_to_abort->frame_phys_addr; in abort_aen_cmd()
2293 cmd->frame_phys_addr + 64; in init_mfi()
4564 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_xscale()
4574 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_ppc()
4590 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_sync_mode_xscale()
4619 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_in_sync_mode_ppc()
4655 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_poll_mode_xscale()
4688 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_in_poll_mode_ppc()
H A Dmegaraid_sas.h1381 uint32_t frame_phys_addr; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2932 cmd->frame_phys_addr = in create_mfi_frame_pool()
2954 cmd->index, cmd->frame_phys_addr)); in create_mfi_frame_pool()
3403 &abort_fr->abort_mfi_phys_addr_lo, cmd_to_abort->frame_phys_addr); in abort_aen_cmd()
3499 cmd->frame_phys_addr + 64); in mrsas_build_init_cmd()
3744 cmd->frame_phys_addr + 64); in mrsas_issue_init_mfi()
6710 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_ppc()
6737 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_sync_mode_ppc()
6750 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_sync_mode_ppc()
6792 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_poll_mode_ppc()
H A Dmr_sas.h797 uint32_t frame_phys_addr; member
H A Dmr_sas_tbolt.c2278 (U64)cmd->frame_phys_addr); in mr_sas_tbolt_build_mfi_cmd()
3499 &abort_fr->abort_mfi_phys_addr_lo, cmd_to_abort->frame_phys_addr); in abort_syncmap_cmd()