Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c754 struct iscsi_kwqe_conn_destroy conn_cleanup; in bnx2i_send_conn_destroy() local
757 memset(&conn_cleanup, 0x00, sizeof(struct iscsi_kwqe_conn_destroy)); in bnx2i_send_conn_destroy()
759 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy()
760 conn_cleanup.hdr.flags = in bnx2i_send_conn_destroy()
764 conn_cleanup.context_id = ep->ep_cid; in bnx2i_send_conn_destroy()
766 conn_cleanup.context_id = (ep->ep_cid >> 7); in bnx2i_send_conn_destroy()
768 conn_cleanup.reserved0 = (u16)ep->ep_iscsi_cid; in bnx2i_send_conn_destroy()
770 kwqe_arr[0] = (struct kwqe *) &conn_cleanup; in bnx2i_send_conn_destroy()