Searched refs:burst_cnt (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | plca.c | 119 (plca->burst_cnt >= 0 && in plca_get_cfg_fill_reply() 120 nla_put_u32(skb, ETHTOOL_A_PLCA_BURST_CNT, plca->burst_cnt)) || in plca_get_cfg_fill_reply() 164 plca_update_sint(&plca_cfg.burst_cnt, tb, ETHTOOL_A_PLCA_BURST_CNT, in ethnl_set_plca()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | dw-xdata-pcie.c | 44 u32 burst_cnt; /* 0x008 */ member 84 burst = readl(&(__dw_regs(dw)->burst_cnt)); in dw_xdata_stop() 88 writel(burst, &(__dw_regs(dw)->burst_cnt)); in dw_xdata_stop() 108 writel(BURST_REPEAT | BURST_VALUE, &(__dw_regs(dw)->burst_cnt)); in dw_xdata_start()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy-c45.c | 1233 plca_cfg->burst_cnt = (ret & MDIO_OATC14_PLCA_MAXBC) >> 8; in genphy_c45_plca_get_cfg() 1311 if (plca_cfg->burst_cnt >= 0 || plca_cfg->burst_tmr >= 0) { in genphy_c45_plca_set_cfg() 1316 if (plca_cfg->burst_cnt < 0 || plca_cfg->burst_tmr < 0) { in genphy_c45_plca_set_cfg() 1326 if (plca_cfg->burst_cnt >= 0) in genphy_c45_plca_set_cfg() 1328 (plca_cfg->burst_cnt << 8); in genphy_c45_plca_set_cfg()
|
H A D | phy.c | 720 if (curr_plca_cfg->burst_cnt < 0 && plca_cfg->burst_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 4913 __u32 burst_cnt:1; member 4924 __u32 burst_cnt; member 5013 __u32 burst_cnt:1; member 5024 __u32 burst_cnt; member 5105 __u32 burst_cnt) in ethtool_plca_set_cfg_req_set_burst_cnt() 5107 req->_present.burst_cnt = 1; in ethtool_plca_set_cfg_req_set_burst_cnt() 5108 req->burst_cnt = burst_cnt; in ethtool_plca_set_cfg_req_set_burst_cnt() 5177 __u32 burst_cnt:1; member 5188 __u32 burst_cnt; member 5104 ethtool_plca_set_cfg_req_set_burst_cnt(struct ethtool_plca_set_cfg_req *req, __u32 burst_cnt) ethtool_plca_set_cfg_req_set_burst_cnt() argument [all...] |
H A D | ethtool-user.c | 5642 dst->_present.burst_cnt = 1; in ethtool_plca_get_cfg_rsp_parse() 5643 dst->burst_cnt = mnl_attr_get_u32(attr); in ethtool_plca_get_cfg_rsp_parse() 5769 if (req->_present.burst_cnt) in ethtool_plca_set_cfg() 5770 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_BURST_CNT, req->burst_cnt); in ethtool_plca_set_cfg() 5850 dst->_present.burst_cnt = 1; in ethtool_plca_get_status_rsp_parse() 5851 dst->burst_cnt = mnl_attr_get_u32(attr); in ethtool_plca_get_status_rsp_parse()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 813 * @burst_cnt: controls how many additional frames a node is allowed to send in 833 int burst_cnt; member
|
Completed in 25 milliseconds