Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_iocb.c297 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla2x00_build_scsi_iocbs_64()
666 *dsd_seg++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
670 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_build_scsi_type_6_iocbs()
679 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_type_6_iocbs()
785 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_build_scsi_iocbs()
1025 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1030 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist_no_difb()
1127 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma)); in qla24xx_walk_and_build_sglist()
1134 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qla24xx_walk_and_build_sglist()
1219 *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()
3296 cpu_to_le32(LSD(fxio->u.fxiocb.req_dma_handle)); in qlafx00_fxdisc_iocb()
3308 cpu_to_le32(LSD(fxio->u.fxiocb.rsp_dma_handle)); in qlafx00_fxdisc_iocb()
3372 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qlafx00_fxdisc_iocb()
3435 *cur_dsd++ = cpu_to_le32(LSD(sle_dma)); in qlafx00_fxdisc_iocb()
Dqla_mbx.c3777 mcp->mb[2] = MSW(LSD(req->dma)); in qla25xx_init_req_que()
3778 mcp->mb[3] = LSW(LSD(req->dma)); in qla25xx_init_req_que()
3846 mcp->mb[2] = MSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
3847 mcp->mb[3] = LSW(LSD(rsp->dma)); in qla25xx_init_rsp_que()
4147 mcp->mb[2] = MSW(LSD(str_dma)); in qla25xx_set_driver_version()
4148 mcp->mb[3] = LSW(LSD(str_dma)); in qla25xx_set_driver_version()
4989 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
4990 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma)); in qla82xx_md_get_template()
5039 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma + offset)); in qla8044_md_get_template()
5040 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma + offset)); in qla8044_md_get_template()
Dqla_init.c1653 ha->fw_dump->eft_addr_l = htonl(LSD(ha->eft_dma)); in qla2x00_alloc_fw_dump()
2029 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla2x00_config_rings()
2031 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()
2059 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla24xx_config_rings()
2061 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()
2067 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()
/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_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_hdr.h736 #define LSD(x) ((uint32_t)((uint64_t)(x))) macro
Dqlcnic_dcb.c461 cmd.req.arg[3] = LSD(phys_addr); in qlcnic_82xx_dcb_query_cee_param()
/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
/drivers/net/ethernet/qlogic/qlge/
Dqlge.h77 #define LSD(x) ((u32)((u64)(x))) macro