Searched refs:ethtool_wol_set_req (Results 1 – 2 of 2) sorted by relevance
1354 struct ethtool_wol_set_req { struct1366 static inline struct ethtool_wol_set_req *ethtool_wol_set_req_alloc(void) in ethtool_wol_set_req_alloc() argument1368 return calloc(1, sizeof(struct ethtool_wol_set_req)); in ethtool_wol_set_req_alloc()1370 void ethtool_wol_set_req_free(struct ethtool_wol_set_req *req);1373 ethtool_wol_set_req_set_header_dev_index(struct ethtool_wol_set_req *req, in ethtool_wol_set_req_set_header_dev_index()1381 ethtool_wol_set_req_set_header_dev_name(struct ethtool_wol_set_req *req, in ethtool_wol_set_req_set_header_dev_name()1391 ethtool_wol_set_req_set_header_flags(struct ethtool_wol_set_req *req, in ethtool_wol_set_req_set_header_flags()1399 ethtool_wol_set_req_set_modes_nomask(struct ethtool_wol_set_req *req) in ethtool_wol_set_req_set_modes_nomask()1412 __ethtool_wol_set_req_set_modes_bits_bit(struct ethtool_wol_set_req *req, in __ethtool_wol_set_req_set_modes_bits_bit()1421 ethtool_wol_set_req_set_sopass(struct ethtool_wol_set_req *req, in ethtool_wol_set_req_set_sopass()[all …]
2570 void ethtool_wol_set_req_free(struct ethtool_wol_set_req *req) in ethtool_wol_set_req_free()2578 int ethtool_wol_set(struct ynl_sock *ys, struct ethtool_wol_set_req *req) in ethtool_wol_set()