Searched refs:get_fec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 481 void (*get_fec)(struct hnae3_handle *handle, u8 *fec_ability, member
|
H A D | hns3_ethtool.c | 1402 if (!ops->get_fec) in hns3_get_fecparam() 1405 ops->get_fec(handle, &fec_ability, &fec_mode); in hns3_get_fecparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 606 void (*get_fec)(struct hnae3_handle *handle, u8 *fec_ability, member
|
H A D | hns3_ethtool.c | 1710 if (!ops->get_fec) in hns3_get_fecparam() 1713 ops->get_fec(handle, &fec_ability, &fec_mode); in hns3_get_fecparam()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 11445 .get_fec = hclge_get_fec,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 12680 .get_fec = hclge_get_fec,
|
Completed in 37 milliseconds