Home
last modified time | relevance | path

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

/linux-6.15/net/ethtool/
H 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 …]
H A DMakefile11 module.o cmis_fw_update.o cmis_cdb.o pse-pd.o plca.o mm.o \
/linux-6.15/Documentation/netlink/specs/
H A Dethtool.yaml1403 name: plca
2219 name: plca-get-cfg
2222 attribute-set: plca
2224 do: &plca-get-op
2229 attributes: &plca anchor
2239 dump: *plca-get-op
2241 name: plca-set-cfg
2244 attribute-set: plca
2253 attribute-set: plca
2263 name: plca-ntf
[all …]
/linux-6.15/
H A DMAINTAINERS19369 F: net/ethtool/plca.c