Searched refs:ethtool_pse_get_req (Results 1 – 2 of 2) sorted by relevance
4549 struct ethtool_pse_get_req { struct4557 static inline struct ethtool_pse_get_req *ethtool_pse_get_req_alloc(void) in ethtool_pse_get_req_alloc() argument4559 return calloc(1, sizeof(struct ethtool_pse_get_req)); in ethtool_pse_get_req_alloc()4561 void ethtool_pse_get_req_free(struct ethtool_pse_get_req *req);4564 ethtool_pse_get_req_set_header_dev_index(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_dev_index()4572 ethtool_pse_get_req_set_header_dev_name(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_dev_name()4582 ethtool_pse_get_req_set_header_flags(struct ethtool_pse_get_req *req, in ethtool_pse_get_req_set_header_flags()4610 ethtool_pse_get(struct ynl_sock *ys, struct ethtool_pse_get_req *req);
5260 void ethtool_pse_get_req_free(struct ethtool_pse_get_req *req) in ethtool_pse_get_req_free()5316 ethtool_pse_get(struct ynl_sock *ys, struct ethtool_pse_get_req *req) in ethtool_pse_get()