Searched hist:"138635 cc27c9737f940c3aa80912ff7a61c825af" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ncsi/ |
H A D | Makefile | diff 138635cc27c9737f940c3aa80912ff7a61c825af Mon Jul 18 20:54:18 CDT 2016 Gavin Shan <gwshan@linux.vnet.ibm.com> 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>
|
H A D | ncsi-pkt.h | diff 138635cc27c9737f940c3aa80912ff7a61c825af Mon Jul 18 20:54:18 CDT 2016 Gavin Shan <gwshan@linux.vnet.ibm.com> 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>
|
H A D | internal.h | diff 138635cc27c9737f940c3aa80912ff7a61c825af Mon Jul 18 20:54:18 CDT 2016 Gavin Shan <gwshan@linux.vnet.ibm.com> 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>
|
H A D | ncsi-rsp.c | 138635cc27c9737f940c3aa80912ff7a61c825af Mon Jul 18 20:54:18 CDT 2016 Gavin Shan <gwshan@linux.vnet.ibm.com> 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>
|