/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 423 mcp->mb[6] = MSW(MSD(req_dma)); in qla2x00_load_ram() 424 mcp->mb[7] = LSW(MSD(req_dma)); in qla2x00_load_ram() 875 mcp->mb[6] = MSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout() 876 mcp->mb[7] = LSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout() 1266 mcp->mb[6] = MSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware() 1267 mcp->mb[7] = LSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware() 1273 mcp->mb[12] = MSW(MSD(ha->ex_init_cb_dma)); in qla2x00_init_firmware() 1274 mcp->mb[13] = LSW(MSD(ha->ex_init_cb_dma)); in qla2x00_init_firmware() 1346 mc.mb[6] = MSW(MSD(pmap_dma)); in qla2x00_get_node_name_list() 1347 mc.mb[7] = LSW(MSD(pmap_dma)); in qla2x00_get_node_name_list() [all …]
|
D | qla_iocb.c | 296 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla2x00_build_scsi_iocbs_64() 641 *dsd_seg++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs() 645 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs() 654 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_build_scsi_type_6_iocbs() 755 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_build_scsi_iocbs() 992 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist_no_difb() 997 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_walk_and_build_sglist_no_difb() 1091 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist() 1098 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qla24xx_walk_and_build_sglist() 1183 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_prot_sglist() [all …]
|
D | qla_gs.c | 46 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb() 50 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb() 85 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb() 89 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb() 727 sns_cmd->p.cmd.buffer_address[1] = cpu_to_le32(MSD(ha->sns_cmd_dma)); in qla2x00_prep_sns_cmd() 1164 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb() 1168 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb() 1202 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb() 1206 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb() 2493 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fm_iocb() [all …]
|
D | qla_dbg.c | 142 WRT_REG_WORD(®->mailbox6, MSW(MSD(dump_dma))); in qla27xx_dump_mpi_ram() 143 WRT_REG_WORD(®->mailbox7, LSW(MSD(dump_dma))); in qla27xx_dump_mpi_ram() 222 WRT_REG_WORD(®->mailbox6, MSW(MSD(dump_dma))); in qla24xx_dump_ram() 223 WRT_REG_WORD(®->mailbox7, LSW(MSD(dump_dma))); in qla24xx_dump_ram() 402 WRT_MAILBOX_REG(ha, reg, 6, MSW(MSD(dump_dma))); in qla2xxx_dump_ram() 403 WRT_MAILBOX_REG(ha, reg, 7, LSW(MSD(dump_dma))); in qla2xxx_dump_ram() 494 fcec->addr_h = htonl(MSD(ha->fce_dma)); in qla25xx_copy_fce()
|
D | qla_mr.c | 404 mcp->mb[2] = MSD(ha->init_cb_dma); in qlafx00_init_firmware() 3047 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_build_scsi_iocbs() 3281 cpu_to_le32(MSD(fxio->u.fxiocb.req_dma_handle)); in qlafx00_fxdisc_iocb() 3293 cpu_to_le32(MSD(fxio->u.fxiocb.rsp_dma_handle)); in qlafx00_fxdisc_iocb() 3356 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_fxdisc_iocb() 3419 *cur_dsd++ = cpu_to_le32(MSD(sle_dma)); in qlafx00_fxdisc_iocb()
|
D | qla_init.c | 1705 ha->fw_dump->eft_addr_h = htonl(MSD(ha->eft_dma)); in qla2x00_alloc_fw_dump() 2081 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla2x00_config_rings() 2083 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings() 2111 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla24xx_config_rings() 2113 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings() 2119 icb->atio_q_address[1] = cpu_to_le32(MSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
|
D | qla_bsg.c | 1046 mn->dseg_address[1] = cpu_to_le32(MSD(fw_dma)); in qla84xx_updatefw() 1225 mn->dseg_address[1] = cpu_to_le32(MSD(mgmt_dma)); in qla84xx_mgmt_cmd()
|
D | qla_nx.c | 1777 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla82xx_config_rings() 1779 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla82xx_config_rings()
|
D | qla_def.h | 101 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|
D | qla_os.c | 1428 if (MSD(dma_get_required_mask(&ha->pdev->dev)) && in qla2x00_config_dma_addressing()
|
D | qla_target.c | 2414 pkt->crc_context_address[1] = cpu_to_le32(MSD(crc_ctx_dma)); in qlt_build_ctio_crc2_pkt()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_reg.h | 34 /* 0x09 */ u32 MSD; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 342 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx() 488 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx() 867 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_get_nic_info() 932 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_set_nic_info() 975 cmd.req.arg[1] = MSD(pci_info_dma_t); in qlcnic_82xx_get_pci_info() 1093 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_port_stats() 1145 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_mac_stats()
|
D | qlcnic_83xx_hw.c | 1091 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_add_rings() 1214 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1235 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1242 rds_mbx.phy_addr_jmb_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1332 mbx.phys_addr_high = MSD(tx->phys_addr); in qlcnic_83xx_create_tx_ctx() 1334 mbx.cnsmr_index_high = MSD(tx->hw_cons_phys_addr); in qlcnic_83xx_create_tx_ctx()
|
D | qlcnic_hdr.h | 737 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|
D | qlcnic_minidump.c | 814 dma_descr->dma_bus_addr_high = MSD(dma_phys_addr); in qlcnic_read_memory_pexdma() 1188 cmd.req.arg[2] = MSD(tmp_addr_t); in __qlcnic_fw_cmd_get_minidump_temp()
|
D | qlcnic_dcb.c | 460 cmd.req.arg[2] = MSD(phys_addr); in qlcnic_82xx_dcb_query_cee_param()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_mpi.c | 767 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()
|
D | qlge.h | 78 #define MSD(x) ((u32)((((u64)(x)) >> 32))) macro
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 142 cmd.req.arg2 = MSD(md_template_addr); in netxen_get_minidump_template()
|
D | netxen_nic.h | 1186 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|