Home
last modified time | relevance | path

Searched refs:fwopts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_mbx.c1181 qla2x00_get_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_get_fw_options() argument
1201 fwopts[0] = mcp->mb[0]; in qla2x00_get_fw_options()
1202 fwopts[1] = mcp->mb[1]; in qla2x00_get_fw_options()
1203 fwopts[2] = mcp->mb[2]; in qla2x00_get_fw_options()
1204 fwopts[3] = mcp->mb[3]; in qla2x00_get_fw_options()
1229 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() argument
1239 mcp->mb[1] = fwopts[1]; in qla2x00_set_fw_options()
1240 mcp->mb[2] = fwopts[2]; in qla2x00_set_fw_options()
1241 mcp->mb[3] = fwopts[3]; in qla2x00_set_fw_options()
1246 mcp->mb[10] = fwopts[1 in qla2x00_set_fw_options()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_mbx.c1230 qla2x00_get_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_get_fw_options() argument
1250 fwopts[0] = mcp->mb[0]; in qla2x00_get_fw_options()
1251 fwopts[1] = mcp->mb[1]; in qla2x00_get_fw_options()
1252 fwopts[2] = mcp->mb[2]; in qla2x00_get_fw_options()
1253 fwopts[3] = mcp->mb[3]; in qla2x00_get_fw_options()
1278 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() argument
1288 mcp->mb[1] = fwopts[1]; in qla2x00_set_fw_options()
1289 mcp->mb[2] = fwopts[2]; in qla2x00_set_fw_options()
1290 mcp->mb[3] = fwopts[3]; in qla2x00_set_fw_options()
1295 mcp->mb[10] = fwopts[1 in qla2x00_set_fw_options()
[all...]

Completed in 7 milliseconds