android_kernel_samsung_msm8976/drivers/infiniband/ulp/iser
Erez Zilber 87e8df7a27 IB/iser: Have iSER data transaction object point to iSER conn
iSER uses a data transaction object (struct iser_dto) as part
of its IB data descriptors (struct iser_desc) management.
It also uses a hierarchy of connection structures pointing to
each other. A DTO may exist even after the iscsi_iser connection
pointed by it is destroyed (eg one that is bound to a post
receive buffer which was flushed by the IB HW). Hence DTOs need
point to the lowest connection, which is struct iser_conn.

Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-09-28 10:53:16 -07:00
..
iscsi_iser.c IB/iser: Have iSER data transaction object point to iSER conn 2006-09-28 10:53:16 -07:00
iscsi_iser.h IB/iser: Have iSER data transaction object point to iSER conn 2006-09-28 10:53:16 -07:00
iser_initiator.c IB/iser: Have iSER data transaction object point to iSER conn 2006-09-28 10:53:16 -07:00
iser_memory.c IB/iser: Do not use FMR for a single dma entry sg 2006-09-22 15:22:52 -07:00
iser_verbs.c IB/iser: Have iSER data transaction object point to iSER conn 2006-09-28 10:53:16 -07:00
Kconfig IB/iser: INFINIBAND_ISER depends on INET 2006-09-22 15:22:55 -07:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00