summaryrefslogtreecommitdiffstats
path: root/net/ncsi/ncsi-cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* net/ncsi: NCSI command packet handlerGavin Shan2016-07-191-0/+367
The NCSI command packets are sent from MC (Management Controller) to remote end. They are used for multiple purposes: probe existing NCSI package/channel, retrieve NCSI channel's capability, configure NCSI channel etc. This defines struct to represent NCSI command packets and introduces function ncsi_xmit_cmd(), which will be used to transmit NCSI command packet according to the request. The request is represented by struct ncsi_cmd_arg. 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>
OpenPOWER on IntegriCloud