Searched refs:tx_push_buf_len_max (Results 1 – 2 of 2) sorted by relevance
2001 __u32 tx_push_buf_len_max:1; member2019 __u32 tx_push_buf_len_max; member2114 __u32 tx_push_buf_len_max:1; member2132 __u32 tx_push_buf_len_max; member2265 __u32 tx_push_buf_len_max) in ethtool_rings_set_req_set_tx_push_buf_len_max() argument2267 req->_present.tx_push_buf_len_max = 1; in ethtool_rings_set_req_set_tx_push_buf_len_max()2268 req->tx_push_buf_len_max = tx_push_buf_len_max; in ethtool_rings_set_req_set_tx_push_buf_len_max()
3175 dst->_present.tx_push_buf_len_max = 1; in ethtool_rings_get_rsp_parse()3176 dst->tx_push_buf_len_max = mnl_attr_get_u32(attr); in ethtool_rings_get_rsp_parse()3312 if (req->_present.tx_push_buf_len_max) in ethtool_rings_set()3313 mnl_attr_put_u32(nlh, ETHTOOL_A_RINGS_TX_PUSH_BUF_LEN_MAX, req->tx_push_buf_len_max); in ethtool_rings_set()