projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df534e7
)
octeontx2-af: Remove unused declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Wed, 20 Aug 2025 12:30:07 +0000
(20:30 +0800)
committer
Paolo Abeni
<pabeni@redhat.com>
Tue, 26 Aug 2025 07:25:44 +0000
(09:25 +0200)
Commit
1845ada47f6d
("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>
drivers/net/ethernet/marvell/octeontx2/af/cgx.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/marvell/octeontx2/af/cgx.h
b/drivers/net/ethernet/marvell/octeontx2/af/cgx.h
index
950231e
..
92ccf34
100644
(file)
--- a/
drivers/net/ethernet/marvell/octeontx2/af/cgx.h
+++ b/
drivers/net/ethernet/marvell/octeontx2/af/cgx.h
@@
-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);