aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qed
diff options
context:
space:
mode:
authorMintz, Yuval <Yuval.Mintz@cavium.com>2017-06-04 13:31:01 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-04 23:08:30 -0400
commitf604b17d7fdef574792a7e0b39f1b926d6b43d9d (patch)
tree84117568d1aafbca736079f84e38d81677fc6c65 /include/linux/qed
parentqed: Create L2 queue database (diff)
downloadlinux-dev-f604b17d7fdef574792a7e0b39f1b926d6b43d9d.tar.xz
linux-dev-f604b17d7fdef574792a7e0b39f1b926d6b43d9d.zip
qed*: L2 interface to use the SB structures directly
Part of an effort of a cleaner seperation between qed and the protocol drivers, the L2 interface is to use the SB structure for initialization purposes opaquely. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed')
-rw-r--r--include/linux/qed/qed_eth_if.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/qed/qed_eth_if.h b/include/linux/qed/qed_eth_if.h
index d66d16a559e1..fd72056f8d49 100644
--- a/include/linux/qed/qed_eth_if.h
+++ b/include/linux/qed/qed_eth_if.h
@@ -47,8 +47,7 @@ struct qed_queue_start_common_params {
/* Relative, but relevant only for PFs */
u8 stats_id;
- /* These are always absolute */
- u16 sb;
+ struct qed_sb_info *p_sb;
u8 sb_idx;
};