qed: Share additional information with qedf
Share several new tidbits with qedf: - wwpn & wwnn - Absolute pf-id [this one is actually meant for qedi as well] - Number of available CQs While we're at it, now that qedf will be aware of the available CQs we can add some validation on the inputs it provides. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5779675912
commit
3c5da94278
@@ -24,6 +24,11 @@ struct qed_dev_fcoe_info {
|
||||
|
||||
void __iomem *primary_dbq_rq_addr;
|
||||
void __iomem *secondary_bdq_rq_addr;
|
||||
|
||||
u64 wwpn;
|
||||
u64 wwnn;
|
||||
|
||||
u8 num_cqs;
|
||||
};
|
||||
|
||||
struct qed_fcoe_params_offload {
|
||||
|
@@ -360,6 +360,8 @@ struct qed_dev_info {
|
||||
bool vxlan_enable;
|
||||
bool gre_enable;
|
||||
bool geneve_enable;
|
||||
|
||||
u8 abs_pf_id;
|
||||
};
|
||||
|
||||
enum qed_sb_type {
|
||||
|
Reference in New Issue
Block a user