Home
last modified time | relevance | path

Searched refs:slaving_request_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/
Deql.c262 static int eql_enslave(struct net_device *dev, slaving_request_t __user *srq);
263 static int eql_emancipate(struct net_device *dev, slaving_request_t __user *srq);
407 static int eql_enslave(struct net_device *master_dev, slaving_request_t __user *srqp) in eql_enslave()
410 slaving_request_t srq; in eql_enslave()
412 if (copy_from_user(&srq, srqp, sizeof (slaving_request_t))) in eql_enslave()
449 static int eql_emancipate(struct net_device *master_dev, slaving_request_t __user *srqp) in eql_emancipate()
453 slaving_request_t srq; in eql_emancipate()
456 if (copy_from_user(&srq, srqp, sizeof (slaving_request_t))) in eql_emancipate()
/Linux-v4.19/include/uapi/linux/
Dif_eql.h52 } slaving_request_t; typedef