Lines Matching refs:state

1893 	if (session->state == ISCSI_SESSION_FAILED)
1929 uint32_t state = ISCSI_PORT_STATE_DOWN;
1932 state = ISCSI_PORT_STATE_UP;
1934 ihost->port_state = state;
3297 * set param again since ddb state will be already
3324 DEBUG2(printk(KERN_INFO "%s: DDB state [%d]\n", __func__,
4374 "state, QLA82XX_PEG_ALIVE_COUNTER is 0xffffffff\n",
4437 * qla4_8xxx_watchdog - Poll dev state
5003 "state\n", __func__);
5517 /* Put firmware in known state */
6686 "Waiting for IP state for idx = %d, state = 0x%x\n",
6797 uint32_t state = 0, conn_err = 0;
6814 NULL, &next_idx, &state,
6819 /* Ignore DDB if invalid state (unassigned) */
6820 if (state == DDB_DS_UNASSIGNED)
6863 * no connection active state or failed state
6870 uint32_t state = 0, conn_err = 0;
6875 NULL, 0, NULL, &next_idx, &state,
6880 if (state == DDB_DS_NO_CONNECTION_ACTIVE ||
6881 state == DDB_DS_SESSION_FAILED) {
7024 uint32_t state = 0, conn_err = 0;
7042 NULL, &next_idx, &state,
7058 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE ||
7059 state == DDB_DS_SESSION_FAILED) &&
7132 uint32_t state = 0, conn_err = 0;
7148 NULL, &next_idx, &state,
7157 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE))
7441 uint32_t state = 0, conn_err = 0;
7477 NULL, &state, &conn_err, NULL,
7482 if (state == DDB_DS_NO_CONNECTION_ACTIVE ||
7483 state == DDB_DS_SESSION_FAILED)
7762 uint32_t state = 0, conn_err = 0;
7831 &state, &conn_err, NULL,
8786 "initialize adapter. H/W is in failed state\n",
8811 /* Put the device in failed state. */
8932 /* Get other_ha if other_pdev is valid and state is enable*/
9624 qla4xxx_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
9628 ql4_printk(KERN_WARNING, ha, "scsi%ld: %s: error detected:state %x\n",
9629 ha->host_no, __func__, state);
9634 switch (state) {
9707 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: Found PCI func in enabled state%x\n",
9765 /* Clear driver state register */
9807 /* Restore the saved state of PCIe device -
9814 * save restored state which resets saved_state flag
9818 /* Initialize device or resume if in suspended state */