]> git.baikalelectronics.ru Git - kernel.git/commit
qed: Add common HSI for new protocols
authorYuval Mintz <Yuval.Mintz@qlogic.com>
Fri, 3 Jun 2016 11:35:33 +0000 (14:35 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Jun 2016 00:08:39 +0000 (20:08 -0400)
commitfdcb9bf30c4a0bc72363f9328e1e062900a8c483
tree1fe9ddf621b4232d5e2fa3a82fbcdab974f668e9
parent7d9bd3fa3169931acaf96a3597080c95a6196800
qed: Add common HSI for new protocols

This adds the qed portion of the RoCE & iSCSI firmware HSI,
as well as adding several new common HSI files which would be required
by both qed and qed* protocols.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_hsi.h
drivers/net/ethernet/qlogic/qed/qed_sp.h
include/linux/qed/common_hsi.h
include/linux/qed/iscsi_common.h [new file with mode: 0644]
include/linux/qed/rdma_common.h [new file with mode: 0644]
include/linux/qed/roce_common.h [new file with mode: 0644]
include/linux/qed/storage_common.h [new file with mode: 0644]
include/linux/qed/tcp_common.h [new file with mode: 0644]