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.

Merge branch 'cleanup-chelsio-driver-declarations'

Yue Haibing says:

====================
cleanup chelsio driver declarations

v2: correct patch 3 commit citation
====================

Link: https://patch.msgid.link/20240830093338.3742315-1-yuehaibing@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

-13
-2
drivers/net/ethernet/chelsio/cxgb/common.h
··· 329 329 330 330 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc); 331 331 const struct board_info *t1_get_board_info(unsigned int board_id); 332 - const struct board_info *t1_get_board_info_from_ids(unsigned int devid, 333 - unsigned short ssid); 334 332 int t1_seeprom_read(adapter_t *adapter, u32 addr, __le32 *data); 335 333 int t1_get_board_rev(adapter_t *adapter, const struct board_info *bi, 336 334 struct adapter_params *p);
-2
drivers/net/ethernet/chelsio/cxgb/tp.h
··· 65 65 void t1_tp_intr_clear(struct petp *tp); 66 66 int t1_tp_intr_handler(struct petp *tp); 67 67 68 - void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps); 69 68 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable); 70 69 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable); 71 - int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size); 72 70 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk); 73 71 #endif
-2
drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h
··· 106 106 return &e->t3c_tid; 107 107 } 108 108 109 - int attach_t3cdev(struct t3cdev *dev); 110 - void detach_t3cdev(struct t3cdev *dev); 111 109 #endif
-5
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
··· 1958 1958 void t4_get_chan_txrate(struct adapter *adap, u64 *nic_rate, u64 *ofld_rate); 1959 1959 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid); 1960 1960 1961 - void t4_wol_magic_enable(struct adapter *adap, unsigned int port, 1962 - const u8 *addr); 1963 - int t4_wol_pat_enable(struct adapter *adap, unsigned int port, unsigned int map, 1964 - u64 mask0, u64 mask1, unsigned int crc, bool enable); 1965 - 1966 1961 int t4_fw_hello(struct adapter *adap, unsigned int mbox, unsigned int evt_mbox, 1967 1962 enum dev_master master, enum dev_state *state); 1968 1963 int t4_fw_bye(struct adapter *adap, unsigned int mbox);
-1
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h
··· 122 122 void cxgb4_dcb_reset(struct net_device *dev); 123 123 void cxgb4_dcb_state_fsm(struct net_device *, enum cxgb4_dcb_state_input); 124 124 void cxgb4_dcb_handle_fw_update(struct adapter *, const struct fw_port_cmd *); 125 - void cxgb4_dcb_set_caps(struct adapter *, const struct fw_port_cmd *); 126 125 extern const struct dcbnl_rtnl_ops cxgb4_dcb_ops; 127 126 128 127 static inline __u8 bitswap_1(unsigned char val)
-1
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
··· 508 508 unsigned int cxgb4_port_chan(const struct net_device *dev); 509 509 unsigned int cxgb4_port_e2cchan(const struct net_device *dev); 510 510 unsigned int cxgb4_port_viid(const struct net_device *dev); 511 - unsigned int cxgb4_tp_smt_idx(enum chip_type chip, unsigned int viid); 512 511 unsigned int cxgb4_port_idx(const struct net_device *dev); 513 512 unsigned int cxgb4_best_mtu(const unsigned short *mtus, unsigned short mtu, 514 513 unsigned int *idx);