OSDN Git Service

net/smc: Pass on DMBE bit mask in IRQ handler
authorStefan Raspl <raspl@linux.ibm.com>
Mon, 25 Jul 2022 14:09:59 +0000 (16:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jul 2022 12:24:42 +0000 (13:24 +0100)
commit8b2fed8e2712e8c23665df3c9e0fbabbb76e466c
tree829e008464579991cb571e14171bdbe7a8176327
parent0a2f4f9893c83bd722bd55a903fb682da2eb24ba
net/smc: Pass on DMBE bit mask in IRQ handler

Make the DMBE bits, which are passed on individually in ism_move() as
parameter idx, available to the receiver.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Wenjia Zhang < wenjia@linux.ibm.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/ism_drv.c
include/net/smc.h
net/smc/smc_ism.c