Searched refs:plca (Results 1 – 2 of 2) 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 \
Completed in 34 milliseconds