Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_mbx.c1234 qla2x00_get_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_get_fw_options() argument
1254 fwopts[0] = mcp->mb[0]; in qla2x00_get_fw_options()
1255 fwopts[1] = mcp->mb[1]; in qla2x00_get_fw_options()
1256 fwopts[2] = mcp->mb[2]; in qla2x00_get_fw_options()
1257 fwopts[3] = mcp->mb[3]; in qla2x00_get_fw_options()
1282 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() argument
1292 mcp->mb[1] = fwopts[1]; in qla2x00_set_fw_options()
1293 mcp->mb[2] = fwopts[2]; in qla2x00_set_fw_options()
1294 mcp->mb[3] = fwopts[3]; in qla2x00_set_fw_options()
1299 mcp->mb[10] = fwopts[10]; in qla2x00_set_fw_options()
[all …]