| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_mbx.c | 615 mcp->mb[6] = MSW(MSD(req_dma)); in qla2x00_load_ram() 616 mcp->mb[7] = LSW(MSD(req_dma)); in qla2x00_load_ram() 875 mcp->mb[6] = MSW(MSD(phys_addr)); in qla_set_exlogin_mem_cfg() 876 mcp->mb[7] = LSW(MSD(phys_addr)); in qla_set_exlogin_mem_cfg() 985 mcp->mb[6] = MSW(MSD(ha->exchoffld_buf_dma)); in qla_set_exchoffld_mem_cfg() 986 mcp->mb[7] = LSW(MSD(ha->exchoffld_buf_dma)); in qla_set_exchoffld_mem_cfg() 1427 mcp->mb[6] = MSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout() 1428 mcp->mb[7] = LSW(MSD(phys_addr)); in qla2x00_issue_iocb_timeout() 1835 mcp->mb[6] = MSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware() 1836 mcp->mb[7] = LSW(MSD(ha->init_cb_dma)); in qla2x00_init_firmware() [all …]
|
| H A D | qla_dbg.c | 127 wrt_reg_word(®->mailbox6, MSW(MSD(dump_dma))); in qla27xx_dump_mpi_ram() 128 wrt_reg_word(®->mailbox7, LSW(MSD(dump_dma))); in qla27xx_dump_mpi_ram() 208 wrt_reg_word(®->mailbox6, MSW(MSD(dump_dma))); in qla24xx_dump_ram() 209 wrt_reg_word(®->mailbox7, LSW(MSD(dump_dma))); in qla24xx_dump_ram() 391 WRT_MAILBOX_REG(ha, reg, 6, MSW(MSD(dump_dma))); in qla2xxx_dump_ram() 392 WRT_MAILBOX_REG(ha, reg, 7, LSW(MSD(dump_dma))); in qla2xxx_dump_ram() 484 fcec->addr_h = htonl(MSD(ha->fce_dma)); in qla25xx_copy_fce()
|
| H A D | qla_iocb.c | 1125 if (MSD(sle_phys + sg->length) ^ MSD(sle_phys)) { in qla24xx_walk_and_build_prot_sglist() 2511 mbx->mb6 = cpu_to_le16(MSW(MSD(ha->async_pd_dma))); in qla2x00_adisc_iocb() 2512 mbx->mb7 = cpu_to_le16(LSW(MSD(ha->async_pd_dma))); in qla2x00_adisc_iocb()
|
| H A D | qla_init.c | 1131 mb[6] = MSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl() 1132 mb[7] = LSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl() 1370 mb[6] = MSW(MSD(pd_dma)); in qla24xx_async_gpdb() 1371 mb[7] = LSW(MSD(pd_dma)); in qla24xx_async_gpdb() 3479 htonl(MSD(ha->eft_dma)); in qla2x00_alloc_fw_dump()
|
| H A D | qla_os.c | 1864 if (MSD(dma_get_required_mask(&ha->pdev->dev)) && in qla2x00_config_dma_addressing() 4090 if (MSD(dsd->dsd_list_dma) ^ in qla2x00_mem_alloc() 4091 MSD(dsd->dsd_list_dma + bufsize)) { in qla2x00_mem_alloc()
|
| H A D | qla_mr.c | 404 mcp->mb[2] = MSD(ha->init_cb_dma); in qlafx00_init_firmware()
|
| H A D | qla_def.h | 121 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_ctx.c | 341 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx() 487 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx() 868 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_get_nic_info() 933 cmd.req.arg[1] = MSD(nic_dma_t); in qlcnic_82xx_set_nic_info() 976 cmd.req.arg[1] = MSD(pci_info_dma_t); in qlcnic_82xx_get_pci_info() 1094 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_port_stats() 1146 cmd.req.arg[2] = MSD(stats_dma_t); in qlcnic_get_mac_stats()
|
| H A D | qlcnic_83xx_hw.c | 1098 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_add_rings() 1221 sds_mbx.phy_addr_high = MSD(sds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1242 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1249 rds_mbx.phy_addr_jmb_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx() 1339 mbx.phys_addr_high = MSD(tx->phys_addr); in qlcnic_83xx_create_tx_ctx() 1341 mbx.cnsmr_index_high = MSD(tx->hw_cons_phys_addr); in qlcnic_83xx_create_tx_ctx()
|
| H A D | qlcnic_hdr.h | 736 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|
| H A 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()
|
| H A D | qlcnic_dcb.c | 459 cmd.req.arg[2] = MSD(phys_addr); in qlcnic_82xx_dcb_query_cee_param()
|
| /OK3568_Linux_fs/kernel/drivers/staging/most/dim2/ |
| H A D | reg.h | 23 u32 MSD; /* 0x09 */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | qlge_mpi.c | 763 mbcp->mbox_in[6] = MSW(MSD(req_dma)); in ql_mb_dump_ram() 764 mbcp->mbox_in[7] = LSW(MSD(req_dma)); in ql_mb_dump_ram()
|
| H A D | qlge.h | 81 #define MSD(x) ((u32)((((u64)(x)) >> 32))) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_ctx.c | 126 cmd.req.arg2 = MSD(md_template_addr); in netxen_get_minidump_template()
|
| H A D | netxen_nic.h | 1170 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |