Searched refs:plca (Results 1 – 4 of 4) sorted by relevance
111 const struct phy_plca_cfg *plca = &data->plca_cfg; in plca_get_cfg_fill_reply() local113 if ((plca->version >= 0 && in plca_get_cfg_fill_reply()114 nla_put_u16(skb, ETHTOOL_A_PLCA_VERSION, plca->version)) || in plca_get_cfg_fill_reply()115 (plca->enabled >= 0 && in plca_get_cfg_fill_reply()117 (plca->node_id >= 0 && in plca_get_cfg_fill_reply()118 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_ID, plca->node_id)) || in plca_get_cfg_fill_reply()119 (plca->node_cnt >= 0 && in plca_get_cfg_fill_reply()121 (plca->to_tmr >= 0 && in plca_get_cfg_fill_reply()122 nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->to_tmr)) || in plca_get_cfg_fill_reply()123 (plca->burst_cnt >= 0 && in plca_get_cfg_fill_reply()[all …]
11 module.o cmis_fw_update.o cmis_cdb.o pse-pd.o plca.o mm.o \
1403 name: plca2219 name: plca-get-cfg2222 attribute-set: plca2224 do: &plca-get-op2229 attributes: &plca anchor2239 dump: *plca-get-op2241 name: plca-set-cfg2244 attribute-set: plca2253 attribute-set: plca2263 name: plca-ntf[all …]
19369 F: net/ethtool/plca.c