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)
commit7a9b6b8f6e4c52b31830d32570c2a226e27651f9
tree1fe9ddf621b4232d5e2fa3a82fbcdab974f668e9
parenta91eb52abb504a1dd3248a5d07b54e7f95d5fcf1
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]