Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_bsg.c1107 struct qla_bsg_a84_mgmt *ql84_mgmt; in qla84xx_mgmt_cmd() local
1127 ql84_mgmt = (void *)bsg_request + sizeof(struct fc_bsg_request); in qla84xx_mgmt_cmd()
1128 switch (ql84_mgmt->mgmt.cmd) { in qla84xx_mgmt_cmd()
1163 if (ql84_mgmt->mgmt.cmd == QLA84_MGMT_READ_MEM) { in qla84xx_mgmt_cmd()
1167 ql84_mgmt->mgmt.mgmtp.u.mem.start_addr); in qla84xx_mgmt_cmd()
1169 } else if (ql84_mgmt->mgmt.cmd == QLA84_MGMT_GET_INFO) { in qla84xx_mgmt_cmd()
1172 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.info.type); in qla84xx_mgmt_cmd()
1176 ql84_mgmt->mgmt.mgmtp.u.info.context); in qla84xx_mgmt_cmd()
1218 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.mem.start_addr); in qla84xx_mgmt_cmd()
1224 cpu_to_le32(ql84_mgmt->mgmt.mgmtp.u.config.id); in qla84xx_mgmt_cmd()
[all …]