Searched refs:get_ksettings_an_result (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 668 if (ops->get_ksettings_an_result) in hns3_get_ksettings() 669 ops->get_ksettings_an_result(h, in hns3_get_ksettings() 763 if (ops->get_ksettings_an_result) { in hns3_check_ksettings_param() 764 ops->get_ksettings_an_result(handle, &autoneg, &speed, &duplex); in hns3_check_ksettings_param()
|
H A D | hnae3.h | 338 * get_ksettings_an_result() 472 void (*get_ksettings_an_result)(struct hnae3_handle *handle, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 735 if (ops->get_ksettings_an_result) in hns3_get_ksettings() 736 ops->get_ksettings_an_result(h, in hns3_get_ksettings() 836 if (ops->get_ksettings_an_result) { in hns3_check_ksettings_param() 837 ops->get_ksettings_an_result(handle, &autoneg, &speed, &duplex, &lane_num); in hns3_check_ksettings_param()
|
H A D | hnae3.h | 441 * get_ksettings_an_result() 594 void (*get_ksettings_an_result)(struct hnae3_handle *handle, member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 3693 .get_ksettings_an_result = hclgevf_get_ksettings_an_result,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 3313 .get_ksettings_an_result = hclgevf_get_ksettings_an_result,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 11441 .get_ksettings_an_result = hclge_get_ksettings_an_result,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 12675 .get_ksettings_an_result = hclge_get_ksettings_an_result,
|
Completed in 63 milliseconds