linux-stable/net/ncsi
Gavin Shan 138635cc27 net/ncsi: NCSI response packet handler
The NCSI response packets are sent to MC (Management Controller)
from the remote end. They are responses of NCSI command packets
for multiple purposes: completion status of NCSI command packets,
return NCSI channel's capability or configuration etc.

This defines struct to represent NCSI response packets and introduces
function ncsi_rcv_rsp() which will be used to receive NCSI response
packets and parse them.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Acked-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-19 20:49:17 -07:00
..
internal.h net/ncsi: NCSI response packet handler 2016-07-19 20:49:17 -07:00
Kconfig
Makefile net/ncsi: NCSI response packet handler 2016-07-19 20:49:17 -07:00
ncsi-cmd.c net/ncsi: NCSI command packet handler 2016-07-19 20:49:16 -07:00
ncsi-manage.c
ncsi-pkt.h net/ncsi: NCSI response packet handler 2016-07-19 20:49:17 -07:00
ncsi-rsp.c net/ncsi: NCSI response packet handler 2016-07-19 20:49:17 -07:00