Lines Matching refs:ethtool_wol_set_req
1354 struct ethtool_wol_set_req { struct
1366 static inline struct ethtool_wol_set_req *ethtool_wol_set_req_alloc(void) in ethtool_wol_set_req_alloc() argument
1368 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()
1405 ethtool_wol_set_req_set_modes_size(struct ethtool_wol_set_req *req, __u32 size) in ethtool_wol_set_req_set_modes_size()
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()
1433 int ethtool_wol_set(struct ynl_sock *ys, struct ethtool_wol_set_req *req);