mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
octeontx2-af: Remove unused declarations
Commit 1845ada47f ("octeontx2-af: cn10k: Add RPM LMAC pause frame
support") remove cgx_lmac_[s|g]et_pause_frm() and leave these unused.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20250820123007.1705047-1-yuehaibing@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
df534e7573
commit
07ca488d68
1 changed files with 0 additions and 4 deletions
|
|
@ -161,10 +161,6 @@ int cgx_get_link_info(void *cgxd, int lmac_id,
|
|||
struct cgx_link_user_info *linfo);
|
||||
int cgx_lmac_linkup_start(void *cgxd);
|
||||
int cgx_get_fwdata_base(u64 *base);
|
||||
int cgx_lmac_get_pause_frm(void *cgxd, int lmac_id,
|
||||
u8 *tx_pause, u8 *rx_pause);
|
||||
int cgx_lmac_set_pause_frm(void *cgxd, int lmac_id,
|
||||
u8 tx_pause, u8 rx_pause);
|
||||
void cgx_lmac_ptp_config(void *cgxd, int lmac_id, bool enable);
|
||||
u8 cgx_lmac_get_p2x(int cgx_id, int lmac_id);
|
||||
int cgx_set_fec(u64 fec, int cgx_id, int lmac_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue