Searched refs:logout (Results 1 - 60 of 60) sorted by relevance

/linux-4.4.14/arch/alpha/kernel/
H A Derr_ev7.c37 * It is a logout frame header. Look at the one subpacket. ev7_collect_logout_frame_subpackets()
49 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) ev7_collect_logout_frame_subpackets()
58 subpacket && i < lf_subpackets->logout->subpacket_count; ev7_collect_logout_frame_subpackets()
140 * Release the logout frame ev7_machine_check()
251 packet->by_type.logout.whami, ev7_process_pal_subpacket()
252 packet->by_type.logout.rbox_whami); ev7_process_pal_subpacket()
253 el_print_timestamp(&packet->by_type.logout.timestamp); ev7_process_pal_subpacket()
257 packet->by_type.logout.exc_addr, ev7_process_pal_subpacket()
258 packet->by_type.logout.halt_code); ev7_process_pal_subpacket()
260 packet->by_type.logout.subpacket_count); ev7_process_pal_subpacket()
H A Derr_ev6.c244 * Parse the logout frame without printing first. If the only error(s) ev6_machine_check()
255 * recognized error was detected in the logout frame ev6_machine_check()
270 * Release the logout frame ev6_machine_check()
H A Derr_marvel.c913 if (!lf_subpackets->logout || !lf_subpackets->io) marvel_process_io_error()
1018 if (lf_subpackets->logout && marvel_process_logout_frame()
1019 (lf_subpackets->logout->rbox_int & 0x20000400ul)) marvel_process_logout_frame()
1088 * Any errors in the logout frame have already been cleared by the marvel_machine_check()
1094 * Parse the logout frame without printing first. If the only error(s) marvel_machine_check()
1101 if (process_frame && lf_subpackets && lf_subpackets->logout) { marvel_machine_check()
1118 lf_subpackets->io_pid = lf_subpackets->logout->whami; marvel_machine_check()
1135 el_print_timestamp(&lf_subpackets->logout->timestamp); marvel_machine_check()
1151 /* Release the logout frame. */ marvel_machine_check()
H A Derr_titan.c428 * Parse the logout frame without printing first. If the only error(s) titan_machine_check()
439 * recognized error was detected in the logout frame titan_machine_check()
466 * Release the logout frame titan_machine_check()
757 * Release the logout frame. privateer_machine_check()
H A Dcore_lca.c408 * logout frame, the upper 32 bits is the machine check lca_machine_check()
462 /* Dump the logout area to give all info. */ lca_machine_check()
H A Dcore_mcpcia.c444 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) mcpcia_print_uncorrectable()
449 frame = &logout->procdata; mcpcia_print_uncorrectable()
442 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) mcpcia_print_uncorrectable() argument
H A Dirq_alpha.c200 /* Dump the logout area to give all info. */ process_mcheck_info()
H A Dcore_t2.c570 /* This should not actually be done until the logout frame is t2_machine_check()
/linux-4.4.14/arch/alpha/include/asm/
H A Derr_ev7.h176 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member in union:ev7_pal_subpacket::__anon65
187 * Struct to contain collected logout from subpackets.
190 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member in struct:ev7_lf_subpackets
H A Dmce.h5 * This is the logout header that should be common to all platforms
9 unsigned int size; /* size in bytes of logout area */
H A Derr_common.h23 * Disposition definitions for logout frame parser
H A Dcore_lca.h163 * result in a short logout frame, uncorrectable ones in a long one.
166 struct el_common h; /* common logout header */
175 struct el_common h; /* common logout header */
H A Dcore_irongate.h146 * This is the standard OSF logout frame
H A Dcore_t2.h204 unsigned int elfl_size; /* size in bytes of logout area. */
/linux-4.4.14/include/target/iscsi/
H A Discsi_target_stat.h57 /* iSCSI logout stats */
H A Discsi_target_core.h376 /* CID contained in logout PDU when opcode == ISCSI_INIT_LOGOUT_CMND */
/linux-4.4.14/drivers/message/fusion/lsi/
H A Dmpi_log_fc.h65 MPI_IOCLOGINFO_FC_TARGET_FROM_OUTBOUND = 0x2100000e, /* cleared from the outbound queue after a logout */
66 MPI_IOCLOGINFO_FC_TARGET_WAITING_FOR_DATA_IN = 0x2100000f, /* cleared waiting for data after a logout */
/linux-4.4.14/arch/s390/include/asm/
H A Dcio.h98 * struct sublog - subchannel logout area
127 * @sublog: subchannel logout
189 * @sublog: subchannel logout
/linux-4.4.14/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c595 * bnx2i_send_iscsi_logout - post iSCSI logout request WQE to hardware
600 * prepare and post logout request WQE to CNIC firmware
640 * bnx2i_update_iscsi_conn - post iSCSI logout request WQE to hardware
696 * bnx2i_ep_ofld_timer - post iSCSI logout request WQE to hardware
1610 * bnx2i_process_logout_resp - this function handles iscsi logout response
1624 struct bnx2i_logout_response *logout; bnx2i_process_logout_resp() local
1627 logout = (struct bnx2i_logout_response *) cqe; bnx2i_process_logout_resp()
1630 logout->itt & ISCSI_LOGOUT_RESPONSE_INDEX); bnx2i_process_logout_resp()
1636 resp_hdr->opcode = logout->op_code; bnx2i_process_logout_resp()
1637 resp_hdr->flags = logout->response; bnx2i_process_logout_resp()
1642 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); bnx2i_process_logout_resp()
1643 resp_hdr->max_cmdsn = cpu_to_be32(logout->max_cmd_sn); bnx2i_process_logout_resp()
1645 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); bnx2i_process_logout_resp()
1646 resp_hdr->t2retain = cpu_to_be32(logout->time_to_retain); bnx2i_process_logout_resp()
H A Dbnx2i.h276 * @gen_pdu: login/nopout/logout pdu resources
H A Dbnx2i_iscsi.c2072 " logout response was not " bnx2i_hw_ep_disconnect()
/linux-4.4.14/drivers/scsi/osd/
H A Dosd_uld.c329 /* If scsi has released the device (logout), and exofs has last osduld_put_device()
464 * in __release, in case a logout is happening while fs is mounted osd_probe()
/linux-4.4.14/include/scsi/
H A Discsi_proto.h551 /* logout reason_code values */
578 /* logout response status values */
H A Dscsi_transport_iscsi.h397 /* enables firmware to auto logout the discovery session on discovery
H A Dlibfc.h60 * @LPORT_ST_LOGO: Local port logout (LOGO) sent
133 * @RPORT_EV_LOGO: Remote port logout (LOGO) sent
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target.c2153 pr_debug("Received logout request CLOSESESSION on CID: %hu" iscsit_logout_closesession()
2183 pr_debug("Received logout request CLOSECONNECTION for CID:" iscsit_logout_closeconnection()
2230 pr_debug("Received explicit REMOVECONNFORRECOVERY logout for" iscsit_logout_removeconnforrecovery()
2282 pr_err("Received logout request on connection that" iscsit_handle_logout_cmd()
2760 pr_debug("iSCSI session logout successful, setting" iscsit_build_logout_rsp()
2761 " logout response to ISCSI_LOGOUT_SUCCESS.\n"); iscsit_build_logout_rsp()
2768 * For CLOSECONNECTION logout requests carrying iscsit_build_logout_rsp()
2769 * a matching logout CID -> local CID, the reference iscsit_build_logout_rsp()
2773 * For CLOSECONNECTION logout requests carrying iscsit_build_logout_rsp()
2779 pr_debug("iSCSI CID: %hu logout on CID: %hu" iscsit_build_logout_rsp()
2810 pr_debug("iSCSI REMOVECONNFORRECOVERY logout" iscsit_build_logout_rsp()
4242 * the RX Thread in iscsi_target_rx_opcode() is sleeping and the logout iscsit_close_connection()
4246 * to signal logout response TX interrupt completion. Go ahead and skip iscsit_close_connection()
4247 * this for iser since isert_rx_opcode() does not wait on logout failure, iscsit_close_connection()
4299 * a logout response was not able to be sent because the iscsit_close_connection()
4343 * by receiving a REMOVECONNFORRECOVERY logout request, up the iscsit_close_connection()
4549 * context during session logout, so clear tx_thread_active and iscsit_logout_post_handler_closesession()
H A Discsi_target_login.c599 * Also note that an explict logout may have already been sent, iscsi_login_post_auth_non_zero_tsih()
607 pr_debug("Performing implicit logout" iscsi_login_post_auth_non_zero_tsih()
/linux-4.4.14/include/uapi/scsi/fc/
H A Dfc_els.h55 ELS_PRLO = 0x21, /* process logout */
58 ELS_TPRLO = 0x24, /* third party process logout */
410 * ELS_PRLO - Process logout request and response.
433 * ELS_LOGO - process or fabric logout.
/linux-4.4.14/include/uapi/scsi/
H A Dscsi_bsg_fc.h106 /* FC Address Identier of the remote port to logout of */
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_rport.c1236 * fc_rport_logo_resp() - Handler for logout (LOGO) responses
1254 * fc_rport_enter_logo() - Send a logout (LOGO) request
1823 * fc_rport_recv_prlo_req() - Handler for process logout (PRLO) requests
1894 * fc_rport_recv_logo_req() - Handler for logout (LOGO) requests
/linux-4.4.14/drivers/s390/cio/
H A Ddevice_status.c124 /* Copy subchannel logout information if esw is of format 0. */ ccw_device_accumulate_esw()
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcpim.h358 * by starting implicit logout and recovery procedures.
H A Dbfa_fc.h565 * PRLO logout params page
749 * TPRLO logout parameter page
H A Dbfa_fcs.h35 BFA_LPS_SM_LOGOUT = 2, /* logout request from user */
36 BFA_LPS_SM_FWRSP = 3, /* f/w response to login/logout */
H A Dbfa_fcs_fcpim.c738 * by starting implicit logout and recovery procedures.
H A Dbfi_ms.h723 * timedout and host needs logout and
H A Dbfa_svc.c1453 * logout in progress - awaiting firmware response
1478 * logout pending -- awaiting space in request queue
1677 * Firmware logout response
1758 * send logout request to firmware
1831 * Indirect logout completion handler for non-fcs
1933 * No need to wait for any pending login/logout completions.
1977 * Initiate a lport FDSIC logout.
H A Dbfa_svc.h388 * LPS - bfa lport login/logout service interface
H A Dbfa_fcs_rport.c2075 * Called to send a logout to the rport.
H A Dbfa_fcs_lport.c6568 * Called to send a logout to the fabric. Used when a V-Port is
/linux-4.4.14/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h75 SRP_LOSOLNT = 0x10, /* logout solicited notification */
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c53 * Clear offloaded flag and logout of this device. bnx2fc_ofld_timer()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.c405 " s_id %02x:%02x:%02x logout %d keep %d plogi %d\n", qlt_free_session_done()
444 "%s: waiting for sess %p logout\n", qlt_free_session_done()
452 "%s: sess %p logout completed\n", qlt_free_session_done()
590 " scheduled for deletion in %u secs (expires: %lu) immed: %d, logout: %d, gen: %#x\n", qlt_schedule_sess_for_deletion()
775 /* Under normal circumstances we want to logout from firmware when qlt_create_sess()
4091 * Ok to kill and logout */ qlt_find_sess_invalidate_other()
4802 "qla_target(%d): Port logout (loop " qlt_handle_imm_notify()
H A Dqla_isr.c914 mb[1] == 0xffff ? "unavailable" : "logout", qla2x00_async_event()
920 /* Port logout */ qla2x00_async_event()
H A Dtcm_qla2xxx.c1486 /* Reset logout parameters to default */ tcm_qla2xxx_update_sess()
H A Dqla_mbx.c2163 "Failed to allocate logout IOCB.\n"); qla24xx_fabric_logout()
2187 "Failed to issue logout IOCB (%x).\n", rval); qla24xx_fabric_logout()
2212 * Issue logout fabric port mailbox command.
H A Dqla_init.c202 sp->name = "logout"; qla2x00_async_logout()
213 "Async-logout - hdl=%x loop-id=%x portid=%02x%02x%02x.\n", qla2x00_async_logout()
H A Dqla_os.c3875 qla2x00_post_async_work(logout, QLA_EVT_ASYNC_LOGOUT);
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_init.c1082 * with failed device_state or a logout response before qla4xxx_arm_relogin_timer()
H A Dql4_os.c3217 * login to this target. This could cause target to logout previous qla4xxx_conn_start()
7749 "%s:Cannot logout from SendTarget entry\n", qla4xxx_sysfs_ddb_logout()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_mbox.c638 * performing an implicit N_Port/F_Port logout.
794 * effect of performing an implicit N_Port/F_Port logout.
H A Dlpfc_nportdisc.c373 /* if already logged in, do implicit logout */ lpfc_rcv_plogi()
1770 * login, send a logout. We will change node state to UNUSED_NODE, put it
/linux-4.4.14/drivers/infiniband/ulp/srp/
H A Dib_srp.c1939 /* XXX Handle target logout */ srp_handle_recv()
1941 PFX "Got target logout request\n"); srp_handle_recv()
/linux-4.4.14/drivers/net/ethernet/hp/
H A Dhp100.c2517 if (time_after_eq(jiffies, time)) /* no signal->no logout */ hp100_down_vg_link()
2540 /* logout under traffic (even though all the status bits are cleared), */ hp100_down_vg_link()
/linux-4.4.14/drivers/firewire/
H A Dsbp2.c197 /* Impossible login_id, to detect logout attempt before successful login */
/linux-4.4.14/drivers/target/sbp/
H A Dsbp_target.c604 pr_warn("logout from different node ID\n"); sbp_management_request_logout()
/linux-4.4.14/arch/s390/kvm/
H A Dinterrupt.c1136 * Failing storage address and the logout area should not be or'ed __inject_mchk()
/linux-4.4.14/drivers/scsi/
H A Dlibiscsi.c2715 * for nop handling and login/logout requests.
/linux-4.4.14/drivers/scsi/ibmvscsi/
H A Dibmvfc.c4171 ibmvfc_dbg(vhost, "Sent NPIV logout\n"); ibmvfc_npiv_logout()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4756 * PDU header of an iSCSI logout request

Completed in 2069 milliseconds