Lines Matching refs:state
1888 if (session->state == ISCSI_SESSION_FAILED)
1924 uint32_t state = ISCSI_PORT_STATE_DOWN;
1927 state = ISCSI_PORT_STATE_UP;
1929 ihost->port_state = state;
3292 * set param again since ddb state will be already
3319 DEBUG2(printk(KERN_INFO "%s: DDB state [%d]\n", __func__,
4365 "state, QLA82XX_PEG_ALIVE_COUNTER is 0xffffffff\n",
4428 * qla4_8xxx_watchdog - Poll dev state
4994 "state\n", __func__);
5508 /* Put firmware in known state */
6673 "Waiting for IP state for idx = %d, state = 0x%x\n",
6784 uint32_t state = 0, conn_err = 0;
6801 NULL, &next_idx, &state,
6806 /* Ignore DDB if invalid state (unassigned) */
6807 if (state == DDB_DS_UNASSIGNED)
6850 * no connection active state or failed state
6857 uint32_t state = 0, conn_err = 0;
6862 NULL, 0, NULL, &next_idx, &state,
6867 if (state == DDB_DS_NO_CONNECTION_ACTIVE ||
6868 state == DDB_DS_SESSION_FAILED) {
7011 uint32_t state = 0, conn_err = 0;
7029 NULL, &next_idx, &state,
7045 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE ||
7046 state == DDB_DS_SESSION_FAILED) &&
7119 uint32_t state = 0, conn_err = 0;
7135 NULL, &next_idx, &state,
7144 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE))
7428 uint32_t state = 0, conn_err = 0;
7464 NULL, &state, &conn_err, NULL,
7469 if (state == DDB_DS_NO_CONNECTION_ACTIVE ||
7470 state == DDB_DS_SESSION_FAILED)
7749 uint32_t state = 0, conn_err = 0;
7818 &state, &conn_err, NULL,
8769 "initialize adapter. H/W is in failed state\n",
8794 /* Put the device in failed state. */
8914 /* Get other_ha if other_pdev is valid and state is enable*/
9605 qla4xxx_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
9609 ql4_printk(KERN_WARNING, ha, "scsi%ld: %s: error detected:state %x\n",
9610 ha->host_no, __func__, state);
9615 switch (state) {
9688 ql4_printk(KERN_INFO, ha, "scsi%ld: %s: Found PCI func in enabled state%x\n",
9746 /* Clear driver state register */
9788 /* Restore the saved state of PCIe device -
9795 * save restored state which resets saved_state flag
9799 /* Initialize device or resume if in suspended state */