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 \
1050 name: plca1819 name: plca-get-cfg1822 attribute-set: plca1824 do: &plca-get-op1829 attributes: &plca1839 dump: *plca-get-op1841 name: plca-set-cfg1844 attribute-set: plca1853 attribute-set: plca1863 name: plca-ntf[all …]
18333 F: net/ethtool/plca.c
Completed in 32 milliseconds