Home
last modified time | relevance | path

Searched refs:LSD (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_iocb.c297 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla2x00_build_scsi_iocbs_64()
646 *dsd_seg++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
650 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
659 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_type_6_iocbs()
765 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_iocbs()
1005 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1010 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1107 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist()
1114 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist()
1199 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_prot_sglist()
[all …]
Dqla_gs.c45 ms_pkt->dseg_req_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
49 ms_pkt->dseg_rsp_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
84 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
88 ct_pkt->dseg_1_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
726 sns_cmd->p.cmd.buffer_address[0] = cpu_to_le32(LSD(ha->sns_cmd_dma)); in qla2x00_prep_sns_cmd()
1163 ms_pkt->dseg_req_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1167 ms_pkt->dseg_rsp_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1201 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
1205 ct_pkt->dseg_1_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
2492 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fm_iocb()
[all …]
Dqla_mr.c405 mcp->mb[3] = LSD(ha->init_cb_dma); in qlafx00_init_firmware()
3048 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qlafx00_build_scsi_iocbs()
3283 cpu_to_le32(LSD(fxio->u.fxiocb.req_dma_handle)); in qlafx00_fxdisc_iocb()
3295 cpu_to_le32(LSD(fxio->u.fxiocb.rsp_dma_handle)); in qlafx00_fxdisc_iocb()
3359 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qlafx00_fxdisc_iocb()
3422 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qlafx00_fxdisc_iocb()
Dqla_mbx.c3798 mcp->mb[2] = MSW(LSD(req->dma)); in qla25xx_init_req_que()
3799 mcp->mb[3] = LSW(LSD(req->dma)); in qla25xx_init_req_que()
3867 mcp->mb[2] = MSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
3868 mcp->mb[3] = LSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
4168 mcp->mb[2] = MSW(LSD(str_dma)); in qla25xx_set_driver_version()
4169 mcp->mb[3] = LSW(LSD(str_dma)); in qla25xx_set_driver_version()
5010 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
5011 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
5060 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma + offset)); in qla8044_md_get_template()
5061 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma + offset)); in qla8044_md_get_template()
Dqla_init.c1701 ha->fw_dump->eft_addr_l = htonl(LSD(ha->eft_dma)); in qla2x00_alloc_fw_dump()
2077 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla2x00_config_rings()
2079 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
2107 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla24xx_config_rings()
2109 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()
2115 icb->atio_q_address[0] = cpu_to_le32(LSD(ha->tgt.atio_dma)); in qla24xx_config_rings()
Dqla_bsg.c1045 mn->dseg_address[0] = cpu_to_le32(LSD(fw_dma)); in qla84xx_updatefw()
1224 mn->dseg_address[0] = cpu_to_le32(LSD(mgmt_dma)); in qla84xx_mgmt_cmd()
Dqla_nx.c1775 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla82xx_config_rings()
1777 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla82xx_config_rings()
Dqla_def.h100 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
Dqla_dbg.c493 fcec->addr_l = htonl(LSD(ha->fce_dma)); in qla25xx_copy_fce()
Dqla_target.c2419 pkt->crc_context_address[0] = cpu_to_le32(LSD(crc_ctx_dma)); in qlt_build_ctio_crc2_pkt()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c345 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
491 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
868 cmd.req.arg[2] = LSD(nic_dma_t); in qlcnic_82xx_get_nic_info()
933 cmd.req.arg[2] = LSD(nic_dma_t); in qlcnic_82xx_set_nic_info()
976 cmd.req.arg[2] = LSD(pci_info_dma_t); in qlcnic_82xx_get_pci_info()
1094 cmd.req.arg[3] = LSD(stats_dma_t); in qlcnic_get_port_stats()
1146 cmd.req.arg[3] = LSD(stats_dma_t); in qlcnic_get_mac_stats()
Dqlcnic_83xx_hw.c1090 sds_mbx.phy_addr_low = LSD(sds->phys_addr); in qlcnic_83xx_add_rings()
1213 sds_mbx.phy_addr_low = LSD(sds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1234 rds_mbx.phy_addr_reg_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1241 rds_mbx.phy_addr_jmb_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1331 mbx.phys_addr_low = LSD(tx->phys_addr); in qlcnic_83xx_create_tx_ctx()
1333 mbx.cnsmr_index_low = LSD(tx->hw_cons_phys_addr); in qlcnic_83xx_create_tx_ctx()
Dqlcnic_hdr.h736 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
Dqlcnic_minidump.c813 dma_descr->dma_bus_addr_low = LSD(dma_phys_addr); in qlcnic_read_memory_pexdma()
1187 cmd.req.arg[1] = LSD(tmp_addr_t); in __qlcnic_fw_cmd_get_minidump_temp()
Dqlcnic_dcb.c461 cmd.req.arg[3] = LSD(phys_addr); in qlcnic_82xx_dcb_query_cee_param()
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt81 A8H 01H LSD.UOPS Counts the number of micro-ops Use cmask=1 and
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c141 cmd.req.arg1 = LSD(md_template_addr); in netxen_get_minidump_template()
Dnetxen_nic.h1185 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge.h77 #define LSD(x) ((u32)((u64)(x))) macro