Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

qed/qede: Remove unused declarations

Commit 8cd160a29415 ("qede: convert to new udp_tunnel_nic infra")
removed qede_udp_tunnel_{add,del}() but not the declarations.
Commit 0ebcebbef1cc ("qed: Read device port count from the shmem")
removed qed_device_num_engines() but not its declaration.
Commit 1e128c81290a ("qed: Add support for hardware offloaded FCoE.")
declared but never implemented qed_fcoe_set_pf_params().

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yue Haibing and committed by
David S. Miller
eb660324 bdf79b12

-7
-1
drivers/net/ethernet/qlogic/qed/qed.h
··· 909 909 u32 min_pf_rate); 910 910 911 911 void qed_clean_wfq_db(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt); 912 - int qed_device_num_engines(struct qed_dev *cdev); 913 912 void qed_set_fw_mac_addr(__le16 *fw_msb, 914 913 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac); 915 914
-3
drivers/net/ethernet/qlogic/qede/qede.h
··· 556 556 void qede_fill_rss_params(struct qede_dev *edev, 557 557 struct qed_update_vport_rss_params *rss, u8 *update); 558 558 559 - void qede_udp_tunnel_add(struct net_device *dev, struct udp_tunnel_info *ti); 560 - void qede_udp_tunnel_del(struct net_device *dev, struct udp_tunnel_info *ti); 561 - 562 559 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp); 563 560 564 561 #ifdef CONFIG_DCB
-3
include/linux/qed/qed_fcoe_if.h
··· 67 67 u32 (*get_login_failures)(void *cookie); 68 68 }; 69 69 70 - void qed_fcoe_set_pf_params(struct qed_dev *cdev, 71 - struct qed_fcoe_pf_params *params); 72 - 73 70 /** 74 71 * struct qed_fcoe_ops - qed FCoE operations. 75 72 * @common: common operations pointer