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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c702 struct iscsi_kwqe_conn_destroy conn_cleanup; local
704 memset(&conn_cleanup, 0x00, sizeof(struct iscsi_kwqe_conn_destroy));
706 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN;
707 conn_cleanup.hdr.flags =
711 conn_cleanup.context_id = ep->ep_cid;
713 conn_cleanup.context_id = (ep->ep_cid >> 7);
715 conn_cleanup.reserved0 = (u16)ep->ep_iscsi_cid;
717 kwqe_arr[0] = (struct kwqe *) &conn_cleanup;

Completed in 275 milliseconds