]> 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)
commit35705611d717e663c91572739d0fd097a7f61016
tree1fe9ddf621b4232d5e2fa3a82fbcdab974f668e9
parent9ffb15160510fd0f255e7e451fa85376c84a3ed4
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]