Lines Matching refs:fwopts
1135 qla2x00_get_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_get_fw_options() argument
1155 fwopts[0] = mcp->mb[0]; in qla2x00_get_fw_options()
1156 fwopts[1] = mcp->mb[1]; in qla2x00_get_fw_options()
1157 fwopts[2] = mcp->mb[2]; in qla2x00_get_fw_options()
1158 fwopts[3] = mcp->mb[3]; in qla2x00_get_fw_options()
1183 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() argument
1193 mcp->mb[1] = fwopts[1]; in qla2x00_set_fw_options()
1194 mcp->mb[2] = fwopts[2]; in qla2x00_set_fw_options()
1195 mcp->mb[3] = fwopts[3]; in qla2x00_set_fw_options()
1200 mcp->mb[10] = fwopts[10]; in qla2x00_set_fw_options()
1203 mcp->mb[10] = fwopts[10]; in qla2x00_set_fw_options()
1204 mcp->mb[11] = fwopts[11]; in qla2x00_set_fw_options()
1212 fwopts[0] = mcp->mb[0]; in qla2x00_set_fw_options()