Home
last modified time | relevance | path

Searched refs:plca (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethtool/
A Dplca.c111 const struct phy_plca_cfg *plca = &data->plca_cfg; in plca_get_cfg_fill_reply() local
113 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 …]
A DMakefile11 module.o cmis_fw_update.o cmis_cdb.o pse-pd.o plca.o mm.o \
/linux/Documentation/netlink/specs/
A Dethtool.yaml1050 name: plca
1819 name: plca-get-cfg
1822 attribute-set: plca
1824 do: &plca-get-op
1829 attributes: &plca
1839 dump: *plca-get-op
1841 name: plca-set-cfg
1844 attribute-set: plca
1853 attribute-set: plca
1863 name: plca-ntf
[all …]
/linux/
A DMAINTAINERS18333 F: net/ethtool/plca.c

Completed in 28 milliseconds