Searched refs:MSD (Results 1 - 15 of 15) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_iocb.c301 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
661 *dsd_seg++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
665 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
674 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
780 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
1005 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
1010 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
1089 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
1096 i, LSD(sle_dma), MSD(sle_dma), sg_dma_len(sg), cmd);
1098 *cur_dsd++ = cpu_to_le32(MSD(sle_dm
[all...]
H A Dqla_mbx.c406 mcp->mb[6] = MSW(MSD(req_dma));
407 mcp->mb[7] = LSW(MSD(req_dma));
828 mcp->mb[6] = MSW(MSD(phys_addr));
829 mcp->mb[7] = LSW(MSD(phys_addr));
1187 mcp->mb[6] = MSW(MSD(ha->init_cb_dma));
1188 mcp->mb[7] = LSW(MSD(ha->init_cb_dma));
1194 mcp->mb[12] = MSW(MSD(ha->ex_init_cb_dma));
1195 mcp->mb[13] = LSW(MSD(ha->ex_init_cb_dma));
1265 mcp->mb[6] = MSW(MSD(pd_dma));
1266 mcp->mb[7] = LSW(MSD(pd_dm
[all...]
H A Dqla_gs.c44 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
48 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
81 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
85 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
728 sns_cmd->p.cmd.buffer_address[1] = cpu_to_le32(MSD(ha->sns_cmd_dma));
1179 ms_pkt->dseg_req_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
1183 ms_pkt->dseg_rsp_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
1217 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
1221 ct_pkt->dseg_1_address[1] = cpu_to_le32(MSD(ha->ct_sns_dma));
1822 ct_pkt->dseg_0_address[1] = cpu_to_le32(MSD(h
[all...]
H A Dqla_dbg.c103 WRT_REG_WORD(&reg->mailbox6, MSW(MSD(dump_dma)));
104 WRT_REG_WORD(&reg->mailbox7, LSW(MSD(dump_dma)));
278 WRT_MAILBOX_REG(ha, reg, 6, MSW(MSD(dump_dma)));
279 WRT_MAILBOX_REG(ha, reg, 7, LSW(MSD(dump_dma)));
370 fcec->addr_h = htonl(MSD(ha->fce_dma));
H A Dqla_bsg.c961 mn->dseg_address[1] = cpu_to_le32(MSD(fw_dma));
1148 mn->dseg_address[1] = cpu_to_le32(MSD(mgmt_dma));
H A Dqla_init.c1341 ha->fw_dump->eft_addr_h = htonl(MSD(ha->eft_dma));
1665 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1667 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma));
1695 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1697 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma));
H A Dqla_nx.c1777 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma));
1779 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma));
H A Dqla_def.h99 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
H A Dqla_os.c1442 if (MSD(dma_get_required_mask(&ha->pdev->dev)) &&
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c127 cmd.req.arg2 = MSD(tmp_addr_t);
674 cmd.req.arg1 = MSD(nic_dma_t);
745 cmd.req.arg1 = MSD(nic_dma_t);
783 cmd.req.arg1 = MSD(pci_info_dma_t);
882 cmd.req.arg2 = MSD(stats_dma_t);
H A Dqlcnic_hdr.h826 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_mpi.c767 mbcp->mbox_in[6] = MSW(MSD(req_dma));
768 mbcp->mbox_in[7] = LSW(MSD(req_dma));
H A Dqlge.h76 #define MSD(x) ((u32)((((u64)(x)) >> 32))) macro
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c146 cmd.req.arg2 = MSD(md_template_addr);
H A Dnetxen_nic.h1182 #define MSD(x) ((uint32_t)((((uint64_t)(x)) >> 16) >> 16)) macro

Completed in 202 milliseconds