Lines Matching refs:ethtool_eee_set_req
3384 struct ethtool_eee_set_req { struct
3404 static inline struct ethtool_eee_set_req *ethtool_eee_set_req_alloc(void) in ethtool_eee_set_req_alloc() argument
3406 return calloc(1, sizeof(struct ethtool_eee_set_req)); in ethtool_eee_set_req_alloc()
3408 void ethtool_eee_set_req_free(struct ethtool_eee_set_req *req);
3411 ethtool_eee_set_req_set_header_dev_index(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_dev_index()
3419 ethtool_eee_set_req_set_header_dev_name(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_dev_name()
3429 ethtool_eee_set_req_set_header_flags(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_header_flags()
3437 ethtool_eee_set_req_set_modes_ours_nomask(struct ethtool_eee_set_req *req) in ethtool_eee_set_req_set_modes_ours_nomask()
3443 ethtool_eee_set_req_set_modes_ours_size(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_modes_ours_size()
3451 __ethtool_eee_set_req_set_modes_ours_bits_bit(struct ethtool_eee_set_req *req, in __ethtool_eee_set_req_set_modes_ours_bits_bit()
3460 ethtool_eee_set_req_set_modes_peer_nomask(struct ethtool_eee_set_req *req) in ethtool_eee_set_req_set_modes_peer_nomask()
3466 ethtool_eee_set_req_set_modes_peer_size(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_modes_peer_size()
3474 __ethtool_eee_set_req_set_modes_peer_bits_bit(struct ethtool_eee_set_req *req, in __ethtool_eee_set_req_set_modes_peer_bits_bit()
3483 ethtool_eee_set_req_set_active(struct ethtool_eee_set_req *req, __u8 active) in ethtool_eee_set_req_set_active()
3489 ethtool_eee_set_req_set_enabled(struct ethtool_eee_set_req *req, __u8 enabled) in ethtool_eee_set_req_set_enabled()
3495 ethtool_eee_set_req_set_tx_lpi_enabled(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_tx_lpi_enabled()
3502 ethtool_eee_set_req_set_tx_lpi_timer(struct ethtool_eee_set_req *req, in ethtool_eee_set_req_set_tx_lpi_timer()
3512 int ethtool_eee_set(struct ynl_sock *ys, struct ethtool_eee_set_req *req);