Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/alpha/kernel/
A Derr_ev7.c50 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) in ev7_collect_logout_frame_subpackets()
59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
252 packet->by_type.logout.whami, in ev7_process_pal_subpacket()
253 packet->by_type.logout.rbox_whami); in ev7_process_pal_subpacket()
254 el_print_timestamp(&packet->by_type.logout.timestamp); in ev7_process_pal_subpacket()
258 packet->by_type.logout.exc_addr, in ev7_process_pal_subpacket()
259 packet->by_type.logout.halt_code); in ev7_process_pal_subpacket()
261 packet->by_type.logout.subpacket_count); in ev7_process_pal_subpacket()
A Derr_marvel.c914 if (!lf_subpackets->logout || !lf_subpackets->io) in marvel_process_io_error()
1019 if (lf_subpackets->logout && in marvel_process_logout_frame()
1020 (lf_subpackets->logout->rbox_int & 0x20000400ul)) in marvel_process_logout_frame()
1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1119 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check()
1136 el_print_timestamp(&lf_subpackets->logout->timestamp); in marvel_machine_check()
A Dcore_mcpcia.c445 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable() argument
450 frame = &logout->procdata; in mcpcia_print_uncorrectable()
/linux-6.3-rc2/arch/alpha/include/asm/
A Derr_ev7.h177 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member
191 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member
/linux-6.3-rc2/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c1607 struct bnx2i_logout_response *logout; in bnx2i_process_logout_resp() local
1610 logout = (struct bnx2i_logout_response *) cqe; in bnx2i_process_logout_resp()
1613 logout->itt & ISCSI_LOGOUT_RESPONSE_INDEX); in bnx2i_process_logout_resp()
1619 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp()
1620 resp_hdr->flags = logout->response; in bnx2i_process_logout_resp()
1625 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); in bnx2i_process_logout_resp()
1626 resp_hdr->max_cmdsn = cpu_to_be32(logout->max_cmd_sn); in bnx2i_process_logout_resp()
1628 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); in bnx2i_process_logout_resp()
1629 resp_hdr->t2retain = cpu_to_be32(logout->time_to_retain); in bnx2i_process_logout_resp()
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_os.c5187 qla2x00_post_async_work(logout, QLA_EVT_ASYNC_LOGOUT);

Completed in 23 milliseconds