Searched refs:plca (Results 1 – 3 of 3) sorted by relevance
94 const struct phy_plca_cfg *plca = &data->plca_cfg; in plca_get_cfg_fill_reply() local96 if ((plca->version >= 0 && in plca_get_cfg_fill_reply()97 nla_put_u16(skb, ETHTOOL_A_PLCA_VERSION, plca->version)) || in plca_get_cfg_fill_reply()98 (plca->enabled >= 0 && in plca_get_cfg_fill_reply()100 (plca->node_id >= 0 && in plca_get_cfg_fill_reply()101 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_ID, plca->node_id)) || in plca_get_cfg_fill_reply()102 (plca->node_cnt >= 0 && in plca_get_cfg_fill_reply()104 (plca->to_tmr >= 0 && in plca_get_cfg_fill_reply()105 nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->to_tmr)) || in plca_get_cfg_fill_reply()106 (plca->burst_cnt >= 0 && in plca_get_cfg_fill_reply()[all …]
11 module.o pse-pd.o plca.o mm.o
16611 F: net/ethtool/plca.c
Completed in 20 milliseconds