Home
last modified time | relevance | path

Searched refs:MSD (Results 1 – 18 of 18) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_mbx.c403 mcp->mb[6] = MSW(MSD(req_dma)); in qla2x00_load_ram()
404 mcp->mb[7] = LSW(MSD(req_dma)); in qla2x00_load_ram()
837 mcp->mb[6] = MSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout()
838 mcp->mb[7] = LSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout()
1208 mcp->mb[6] = MSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware()
1209 mcp->mb[7] = LSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware()
1215 mcp->mb[12] = MSW(MSD(ha->ex_init_cb_dma)); in qla2x00_init_firmware()
1216 mcp->mb[13] = LSW(MSD(ha->ex_init_cb_dma)); in qla2x00_init_firmware()
1288 mc.mb[6] = MSW(MSD(pmap_dma)); in qla2x00_get_node_name_list()
1289 mc.mb[7] = LSW(MSD(pmap_dma)); in qla2x00_get_node_name_list()
[all …]
Dqla_iocb.c296 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla2x00_build_scsi_iocbs_64()
671 *dsd_seg++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
675 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
684 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_build_scsi_type_6_iocbs()
788 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_build_scsi_iocbs()
1006 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1011 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1087 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist()
1094 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_walk_and_build_sglist()
1158 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_prot_sglist()
[all …]
Dqla_gs.c45 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
49 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
82 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
86 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
738 sns_cmd->p.cmd.buffer_address[1] = cpu_to_le32(MSD(ha->sns_cmd_dma)); in qla2x00_prep_sns_cmd()
1189 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1193 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1227 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
1231 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
1833 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fm_iocb()
[all …]
Dqla_mr.c404 mcp->mb[2] = MSD(ha->init_cb_dma); in qlafx00_init_firmware()
645 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qlafx00_config_rings()
647 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qlafx00_config_rings()
3031 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_build_scsi_iocbs()
3291 cpu_to_le32(MSD(fxio->u.fxiocb.req_dma_handle)); in qlafx00_fxdisc_iocb()
3303 cpu_to_le32(MSD(fxio->u.fxiocb.rsp_dma_handle)); in qlafx00_fxdisc_iocb()
3367 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_fxdisc_iocb()
3430 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_fxdisc_iocb()
Dqla_dbg.c117 WRT_REG_WORD(&reg->mailbox6, MSW(MSD(dump_dma))); in qla24xx_dump_ram()
118 WRT_REG_WORD(&reg->mailbox7, LSW(MSD(dump_dma))); in qla24xx_dump_ram()
292 WRT_MAILBOX_REG(ha, reg, 6, MSW(MSD(dump_dma))); in qla2xxx_dump_ram()
293 WRT_MAILBOX_REG(ha, reg, 7, LSW(MSD(dump_dma))); in qla2xxx_dump_ram()
384 fcec->addr_h = htonl(MSD(ha->fce_dma)); in qla25xx_copy_fce()
Dqla_init.c1508 ha->fw_dump->eft_addr_h = htonl(MSD(ha->eft_dma)); in qla2x00_alloc_fw_dump()
1883 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla2x00_config_rings()
1885 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()
1913 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla24xx_config_rings()
1915 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings()
1921 icb->atio_q_address[1] = cpu_to_le32(MSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
Dqla_bsg.c1033 mn->dseg_address[1] = cpu_to_le32(MSD(fw_dma)); in qla84xx_updatefw()
1220 mn->dseg_address[1] = cpu_to_le32(MSD(mgmt_dma)); in qla84xx_mgmt_cmd()
Dqla_nx.c1764 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla82xx_config_rings()
1766 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla82xx_config_rings()
Dqla_def.h100 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
Dqla_os.c1570 if (MSD(dma_get_required_mask(&ha->pdev->dev)) && in qla2x00_config_dma_addressing()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c339 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
461 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
750 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_get_nic_info()
811 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_set_nic_info()
849 cmd.req.arg[1] = MSD(pci_info_dma_t); in qlcnic_82xx_get_pci_info()
946 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_port_stats()
994 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_mac_stats()
Dqlcnic_83xx_hw.c983 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_add_rings()
1104 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1125 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1132 rds_mbx.phy_addr_jmb_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1222 mbx.phys_addr_high = MSD(tx->phys_addr); in qlcnic_83xx_create_tx_ctx()
1224 mbx.cnsmr_index_high = MSD(tx->hw_cons_phys_addr); in qlcnic_83xx_create_tx_ctx()
Dqlcnic_hdr.h737 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
Dqlcnic_minidump.c822 cmd.req.arg[2] = MSD(tmp_addr_t); in __qlcnic_fw_cmd_get_minidump_temp()
/drivers/net/ethernet/qlogic/qlge/
Dqlge_mpi.c767 mbcp->mbox_in[6] = MSW(MSD(req_dma)); in ql_mb_dump_ram()
768 mbcp->mbox_in[7] = LSW(MSD(req_dma)); in ql_mb_dump_ram()
Dqlge.h78 #define MSD(x) ((u32)((((u64)(x)) >> 32))) macro
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c146 cmd.req.arg2 = MSD(md_template_addr); in netxen_get_minidump_template()
Dnetxen_nic.h1189 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro