Lines Matching refs:mgmt
1111 switch (ql84_mgmt->mgmt.cmd) { in qla84xx_mgmt_cmd()
1146 if (ql84_mgmt->mgmt.cmd == QLA84_MGMT_READ_MEM) { in qla84xx_mgmt_cmd()
1150 ql84_mgmt->mgmt.mgmtp.u.mem.start_addr); in qla84xx_mgmt_cmd()
1152 } else if (ql84_mgmt->mgmt.cmd == QLA84_MGMT_GET_INFO) { in qla84xx_mgmt_cmd()
1155 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.info.type); in qla84xx_mgmt_cmd()
1159 ql84_mgmt->mgmt.mgmtp.u.info.context); in qla84xx_mgmt_cmd()
1201 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.mem.start_addr); in qla84xx_mgmt_cmd()
1207 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.config.id); in qla84xx_mgmt_cmd()
1210 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.config.param0); in qla84xx_mgmt_cmd()
1213 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.config.param1); in qla84xx_mgmt_cmd()
1221 if (ql84_mgmt->mgmt.cmd != QLA84_MGMT_CHNG_CONFIG) { in qla84xx_mgmt_cmd()
1222 mn->total_byte_cnt = cpu_to_le32(ql84_mgmt->mgmt.len); in qla84xx_mgmt_cmd()
1226 mn->dseg_length = cpu_to_le32(ql84_mgmt->mgmt.len); in qla84xx_mgmt_cmd()
1244 if ((ql84_mgmt->mgmt.cmd == QLA84_MGMT_READ_MEM) || in qla84xx_mgmt_cmd()
1245 (ql84_mgmt->mgmt.cmd == QLA84_MGMT_GET_INFO)) { in qla84xx_mgmt_cmd()