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

/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; local
1627 logout = (struct bnx2i_logout_response *) cqe;
1630 logout->itt & ISCSI_LOGOUT_RESPONSE_INDEX);
1636 resp_hdr->opcode = logout->op_code;
1637 resp_hdr->flags = logout
[all...]

Completed in 138 milliseconds