Lines Matching defs:cmd
93 static int get_priv_descr_and_size(struct net_device *dev, unsigned int cmd,
101 if (cmd == dev->wireless_handlers->private_args[i].cmd) {
109 if (IW_IS_SET(cmd)) {
137 static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd,
146 if (IW_IS_SET(cmd)) {
160 if (IW_IS_SET(cmd) && (iwp->length != 0)) {
171 if (!err && IW_IS_GET(cmd)) {
188 unsigned int cmd, struct iw_request_info *info,
194 extra_size = get_priv_descr_and_size(dev, cmd, &descr);
201 ret = ioctl_private_iw_point(&iwr->u.data, cmd, descr,
214 unsigned int cmd, struct iw_request_info *info,
220 extra_size = get_priv_descr_and_size(dev, cmd, &descr);
235 ret = ioctl_private_iw_point(&iwp, cmd, descr,