NTB: separate transmit and receive windows
authorJon Mason <jon.mason@intel.com>
Sat, 19 Jan 2013 09:02:18 +0000 (02:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Jan 2013 23:45:50 +0000 (15:45 -0800)
commitef114ed5064d35982c16f5cbb338fb586ef48bf7
tree7fe60efcc1b81904fa09a9c43194013f35fe5a12
parent842c1ddea5f9949cb21e568408d2af9d986eee69
NTB: separate transmit and receive windows

Since it is possible for the memory windows on the two NTB connected
systems to be different sizes, the divergent sizes must be accounted for
in the segmentation of the MW's on each side.  Create separate size
variables and initialization as necessary.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ntb/ntb_transport.c