Home
last modified time | relevance | path

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

/titanic_41/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()
4571 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_xscale()
4581 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_ppc()
4597 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_sync_mode_xscale()
4626 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_in_sync_mode_ppc()
4662 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_poll_mode_xscale()
4695 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
/titanic_41/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2931 cmd->frame_phys_addr = in create_mfi_frame_pool()
2953 cmd->index, cmd->frame_phys_addr)); in create_mfi_frame_pool()
3402 &abort_fr->abort_mfi_phys_addr_lo, cmd_to_abort->frame_phys_addr); in abort_aen_cmd()
3498 cmd->frame_phys_addr + 64); in mrsas_build_init_cmd()
3743 cmd->frame_phys_addr + 64); in mrsas_issue_init_mfi()
6734 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_ppc()
6761 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_sync_mode_ppc()
6774 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_sync_mode_ppc()
6816 WR_IB_PICK_QPORT((cmd->frame_phys_addr) | in issue_cmd_in_poll_mode_ppc()
H A Dmr_sas.h793 uint32_t frame_phys_addr; member
H A Dmr_sas_tbolt.c2285 (U64)cmd->frame_phys_addr); in mr_sas_tbolt_build_mfi_cmd()
3537 &abort_fr->abort_mfi_phys_addr_lo, cmd_to_abort->frame_phys_addr); in abort_syncmap_cmd()