fw_state          309 dev/ic/mfi.c   	int32_t			fw_state, cur_state;
fw_state          312 dev/ic/mfi.c   	fw_state = mfi_read(sc, MFI_OMSG0) & MFI_STATE_MASK;
fw_state          315 dev/ic/mfi.c   	    fw_state);
fw_state          317 dev/ic/mfi.c   	while (fw_state != MFI_STATE_READY) {
fw_state          321 dev/ic/mfi.c   		cur_state = fw_state;
fw_state          322 dev/ic/mfi.c   		switch (fw_state) {
fw_state          345 dev/ic/mfi.c   			    DEVNAME(sc), fw_state);
fw_state          349 dev/ic/mfi.c   			fw_state = mfi_read(sc, MFI_OMSG0) & MFI_STATE_MASK;
fw_state          350 dev/ic/mfi.c   			if (fw_state == cur_state)
fw_state          355 dev/ic/mfi.c   		if (fw_state == cur_state) {
fw_state          357 dev/ic/mfi.c   			    DEVNAME(sc), fw_state);