Home
last modified time | relevance | path

Searched refs:loc_fec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1661 static unsigned int loc_to_eth_fec(u8 loc_fec) in loc_to_eth_fec() argument
1665 if (loc_fec & BIT(HNAE3_FEC_AUTO)) in loc_to_eth_fec()
1667 if (loc_fec & BIT(HNAE3_FEC_RS)) in loc_to_eth_fec()
1669 if (loc_fec & BIT(HNAE3_FEC_LLRS)) in loc_to_eth_fec()
1671 if (loc_fec & BIT(HNAE3_FEC_BASER)) in loc_to_eth_fec()
1673 if (loc_fec & BIT(HNAE3_FEC_NONE)) in loc_to_eth_fec()
1682 u32 loc_fec = 0; in eth_to_loc_fec() local
1685 loc_fec |= BIT(HNAE3_FEC_NONE); in eth_to_loc_fec()
1687 loc_fec |= BIT(HNAE3_FEC_AUTO); in eth_to_loc_fec()
1689 loc_fec | in eth_to_loc_fec()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1354 static unsigned int loc_to_eth_fec(u8 loc_fec) in loc_to_eth_fec() argument
1358 if (loc_fec & BIT(HNAE3_FEC_AUTO)) in loc_to_eth_fec()
1360 if (loc_fec & BIT(HNAE3_FEC_RS)) in loc_to_eth_fec()
1362 if (loc_fec & BIT(HNAE3_FEC_BASER)) in loc_to_eth_fec()
1375 u32 loc_fec = 0; in eth_to_loc_fec() local
1378 return loc_fec; in eth_to_loc_fec()
1381 loc_fec |= BIT(HNAE3_FEC_AUTO); in eth_to_loc_fec()
1383 loc_fec |= BIT(HNAE3_FEC_RS); in eth_to_loc_fec()
1385 loc_fec |= BIT(HNAE3_FEC_BASER); in eth_to_loc_fec()
1387 return loc_fec; in eth_to_loc_fec()
[all...]

Completed in 5 milliseconds