Home
last modified time | relevance | path

Searched refs:logout (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/alpha/kernel/
Derr_ev7.c49 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) in ev7_collect_logout_frame_subpackets()
58 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
251 packet->by_type.logout.whami, in ev7_process_pal_subpacket()
252 packet->by_type.logout.rbox_whami); in ev7_process_pal_subpacket()
253 el_print_timestamp(&packet->by_type.logout.timestamp); in ev7_process_pal_subpacket()
257 packet->by_type.logout.exc_addr, in ev7_process_pal_subpacket()
258 packet->by_type.logout.halt_code); in ev7_process_pal_subpacket()
260 packet->by_type.logout.subpacket_count); in ev7_process_pal_subpacket()
Derr_marvel.c913 if (!lf_subpackets->logout || !lf_subpackets->io) in marvel_process_io_error()
1018 if (lf_subpackets->logout && in marvel_process_logout_frame()
1019 (lf_subpackets->logout->rbox_int & 0x20000400ul)) in marvel_process_logout_frame()
1101 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1118 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check()
1135 el_print_timestamp(&lf_subpackets->logout->timestamp); in marvel_machine_check()
Dcore_mcpcia.c442 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable() argument
447 frame = &logout->procdata; in mcpcia_print_uncorrectable()
/linux-4.1.27/arch/alpha/include/asm/
Derr_ev7.h176 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member
190 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1624 struct bnx2i_logout_response *logout; in bnx2i_process_logout_resp() local
1627 logout = (struct bnx2i_logout_response *) cqe; in bnx2i_process_logout_resp()
1630 logout->itt & ISCSI_LOGOUT_RESPONSE_INDEX); in bnx2i_process_logout_resp()
1636 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp()
1637 resp_hdr->flags = logout->response; in bnx2i_process_logout_resp()
1642 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); in bnx2i_process_logout_resp()
1643 resp_hdr->max_cmdsn = cpu_to_be32(logout->max_cmd_sn); in bnx2i_process_logout_resp()
1645 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); in bnx2i_process_logout_resp()
1646 resp_hdr->t2retain = cpu_to_be32(logout->time_to_retain); in bnx2i_process_logout_resp()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c3877 qla2x00_post_async_work(logout, QLA_EVT_ASYNC_LOGOUT);