mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
net: hisilicon: hns: Remove unused hns_rcb_start
hns_rcb_start() has been unused since 2016's
commit 454784d85d ("net: hns: delete redundancy ring enable operations")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Jijie Shao<shaojijie@huawei.com>
Link: https://patch.msgid.link/20241218163341.40297-3-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
a574fe14ed
commit
0265e9edf2
@@ -195,11 +195,6 @@ void hns_rcb_ring_enable_hw(struct hnae_queue *q, u32 val)
|
||||
dsaf_write_dev(q, RCB_RING_PREFETCH_EN_REG, !!val);
|
||||
}
|
||||
|
||||
void hns_rcb_start(struct hnae_queue *q, u32 val)
|
||||
{
|
||||
hns_rcb_ring_enable_hw(q, val);
|
||||
}
|
||||
|
||||
/**
|
||||
*hns_rcb_common_init_commit_hw - make rcb common init completed
|
||||
*@rcb_common: rcb common device
|
||||
|
||||
@@ -116,7 +116,6 @@ int hns_rcb_buf_size2type(u32 buf_size);
|
||||
int hns_rcb_common_get_cfg(struct dsaf_device *dsaf_dev, int comm_index);
|
||||
void hns_rcb_common_free_cfg(struct dsaf_device *dsaf_dev, u32 comm_index);
|
||||
int hns_rcb_common_init_hw(struct rcb_common_cb *rcb_common);
|
||||
void hns_rcb_start(struct hnae_queue *q, u32 val);
|
||||
int hns_rcb_get_cfg(struct rcb_common_cb *rcb_common);
|
||||
void hns_rcb_get_queue_mode(enum dsaf_mode dsaf_mode,
|
||||
u16 *max_vfn, u16 *max_q_per_vf);
|
||||
|
||||
Reference in New Issue
Block a user