Home
last modified time | relevance | path

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

/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()
/drivers/scsi/qla2xxx/
A Dqla_os.c5213 qla2x00_post_async_work(logout, QLA_EVT_ASYNC_LOGOUT);

Completed in 18 milliseconds