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

/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c769 struct iscsi_kwqe_conn_destroy conn_cleanup; local
772 memset(&conn_cleanup, 0x00, sizeof(struct iscsi_kwqe_conn_destroy));
774 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN;
775 conn_cleanup.hdr.flags =
779 conn_cleanup.context_id = ep->ep_cid;
781 conn_cleanup.context_id = (ep->ep_cid >> 7);
783 conn_cleanup.reserved0 = (u16)ep->ep_iscsi_cid;
785 kwqe_arr[0] = (struct kwqe *) &conn_cleanup;

Completed in 139 milliseconds