Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/qla2xxx/
Dqla_iocb.c300 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla2x00_build_scsi_iocbs_64()
662 *dsd_seg++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
666 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
675 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_type_6_iocbs()
781 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_iocbs()
1006 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1011 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1090 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist()
1098 i, LSD(sle_dma), MSD(sle_dma), sg_dma_len(sg), cmd); in qla24xx_walk_and_build_sglist()
1099 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist()
[all …]
Dqla_gs.c43 ms_pkt->dseg_req_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
47 ms_pkt->dseg_rsp_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_iocb()
80 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
84 ct_pkt->dseg_1_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_iocb()
727 sns_cmd->p.cmd.buffer_address[0] = cpu_to_le32(LSD(ha->sns_cmd_dma)); in qla2x00_prep_sns_cmd()
1178 ms_pkt->dseg_req_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1182 ms_pkt->dseg_rsp_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla2x00_prep_ms_fdmi_iocb()
1216 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
1220 ct_pkt->dseg_1_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fdmi_iocb()
1821 ct_pkt->dseg_0_address[0] = cpu_to_le32(LSD(ha->ct_sns_dma)); in qla24xx_prep_ms_fm_iocb()
[all …]
Dqla_mbx.c3341 mcp->mb[2] = MSW(LSD(req->dma)); in qla25xx_init_req_que()
3342 mcp->mb[3] = LSW(LSD(req->dma)); in qla25xx_init_req_que()
3411 mcp->mb[2] = MSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
3412 mcp->mb[3] = LSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
4355 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
4356 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
Dqla_bsg.c960 mn->dseg_address[0] = cpu_to_le32(LSD(fw_dma)); in qla84xx_updatefw()
1147 mn->dseg_address[0] = cpu_to_le32(LSD(mgmt_dma)); in qla84xx_mgmt_cmd()
Dqla_init.c1340 ha->fw_dump->eft_addr_l = htonl(LSD(ha->eft_dma)); in qla2x00_alloc_fw_dump()
1664 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla2x00_config_rings()
1666 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
1694 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla24xx_config_rings()
1696 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()
Dqla_nx.c1776 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla82xx_config_rings()
1778 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla82xx_config_rings()
Dqla_def.h98 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
Dqla_dbg.c369 fcec->addr_l = htonl(LSD(ha->fce_dma)); in qla25xx_copy_fce()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c126 cmd.req.arg1 = LSD(tmp_addr_t); in qlcnic_fw_cmd_get_minidump_temp()
675 cmd.req.arg2 = LSD(nic_dma_t); in qlcnic_get_nic_info()
746 cmd.req.arg2 = LSD(nic_dma_t); in qlcnic_set_nic_info()
784 cmd.req.arg2 = LSD(pci_info_dma_t); in qlcnic_get_pci_info()
883 cmd.req.arg3 = LSD(stats_dma_t); in qlcnic_get_port_stats()
Dqlcnic_hdr.h825 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
/linux-3.4.99/tools/perf/Documentation/
Dperf-list.txt54 A8H 01H LSD.UOPS Counts the number of micro-ops Use cmask=1 and
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c145 cmd.req.arg1 = LSD(md_template_addr); in netxen_get_minidump_template()
Dnetxen_nic.h1181 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
/linux-3.4.99/drivers/net/ethernet/qlogic/qlge/
Dqlge.h75 #define LSD(x) ((u32)((u64)(x))) macro