Searched refs:EOPNOTSUPP (Results 226 - 250 of 2889) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks_sed_ops.c80 return -EOPNOTSUPP;
109 return -EOPNOTSUPP;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c42 return -EOPNOTSUPP;
54 int err = -EOPNOTSUPP;
/linux-master/drivers/iommu/iommufd/
H A Dhw_pagetable.c114 return ERR_PTR(-EOPNOTSUPP);
116 return ERR_PTR(-EOPNOTSUPP);
217 return ERR_PTR(-EOPNOTSUPP);
265 return -EOPNOTSUPP;
335 int rc = -EOPNOTSUPP;
360 int rc = -EOPNOTSUPP;
364 return -EOPNOTSUPP;
392 rc = -EOPNOTSUPP;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.h127 return -EOPNOTSUPP;
133 return ERR_PTR(-EOPNOTSUPP);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c397 return -EOPNOTSUPP;
430 ret = -EOPNOTSUPP;
488 return -EOPNOTSUPP;
533 err = -EOPNOTSUPP;
554 err = -EOPNOTSUPP;
601 return -EOPNOTSUPP;
606 return -EOPNOTSUPP;
608 return -EOPNOTSUPP;
645 return -EOPNOTSUPP;
704 return -EOPNOTSUPP;
[all...]
/linux-master/net/dsa/
H A Duser.c608 return -EOPNOTSUPP;
614 return -EOPNOTSUPP;
620 return -EOPNOTSUPP;
627 return -EOPNOTSUPP;
633 return -EOPNOTSUPP;
639 return -EOPNOTSUPP;
646 return -EOPNOTSUPP;
652 return -EOPNOTSUPP;
657 ret = -EOPNOTSUPP;
730 return -EOPNOTSUPP;
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c145 return -EOPNOTSUPP;
283 return -EOPNOTSUPP;
295 * if API doesn't support this operation - (-EOPNOTSUPP).
324 return -EOPNOTSUPP;
371 * if API doesn't support this operation - (-EOPNOTSUPP).
393 return -EOPNOTSUPP;
474 return -EOPNOTSUPP;
531 return -EOPNOTSUPP;
550 return -EOPNOTSUPP;
557 return -EOPNOTSUPP;
[all...]
/linux-master/drivers/hwmon/
H A Dadm9240.c395 return -EOPNOTSUPP;
414 return -EOPNOTSUPP;
434 return -EOPNOTSUPP;
469 return -EOPNOTSUPP;
491 return -EOPNOTSUPP;
538 return -EOPNOTSUPP;
555 return -EOPNOTSUPP;
597 return -EOPNOTSUPP;
615 return -EOPNOTSUPP;
635 return -EOPNOTSUPP;
[all...]
/linux-master/drivers/net/netdevsim/
H A Dbpf.c76 ret = -EOPNOTSUPP;
129 return -EOPNOTSUPP;
133 return -EOPNOTSUPP;
138 return -EOPNOTSUPP;
144 return -EOPNOTSUPP;
150 return -EOPNOTSUPP;
154 return -EOPNOTSUPP;
200 return -EOPNOTSUPP;
204 return -EOPNOTSUPP;
260 return -EOPNOTSUPP;
[all...]
/linux-master/fs/smb/client/
H A Dioctl.c62 rc = -EOPNOTSUPP;
229 rc = -EOPNOTSUPP;
287 rc = -EOPNOTSUPP;
374 if (rc != -EOPNOTSUPP)
404 * if (rc != -EOPNOTSUPP)
433 rc = -EOPNOTSUPP;
464 rc = -EOPNOTSUPP;
484 rc = -EOPNOTSUPP;
528 rc = -EOPNOTSUPP;
544 rc = -EOPNOTSUPP;
[all...]
/linux-master/fs/hfsplus/
H A Dxattr.c164 return -EOPNOTSUPP;
272 return -EOPNOTSUPP;
292 err = -EOPNOTSUPP;
324 err = -EOPNOTSUPP;
339 err = -EOPNOTSUPP;
351 err = -EOPNOTSUPP;
477 res = -EOPNOTSUPP;
502 return -EOPNOTSUPP;
508 return -EOPNOTSUPP;
547 res = -EOPNOTSUPP;
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c81 return -EOPNOTSUPP;
92 return -EOPNOTSUPP;
351 return -EOPNOTSUPP;
486 if (ret != -EOPNOTSUPP) {
495 if (ret != -EOPNOTSUPP)
501 if (ret != -EOPNOTSUPP)
563 return -EOPNOTSUPP;
586 return -EOPNOTSUPP;
873 if (ret && (ret != -EOPNOTSUPP)) {
2125 return -EOPNOTSUPP;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c483 return -EOPNOTSUPP;
497 return -EOPNOTSUPP;
858 return -EOPNOTSUPP;
867 return -EOPNOTSUPP;
882 return -EOPNOTSUPP;
1091 return -EOPNOTSUPP;
1100 return -EOPNOTSUPP;
1112 return -EOPNOTSUPP;
1215 return -EOPNOTSUPP;
1224 return -EOPNOTSUPP;
[all...]
/linux-master/net/ethtool/
H A Dioctl.c188 return -EOPNOTSUPP;
274 return -EOPNOTSUPP;
331 return (changed & dev->hw_features) ? -EINVAL : -EOPNOTSUPP;
442 return -EOPNOTSUPP;
528 return -EOPNOTSUPP;
586 return -EOPNOTSUPP;
659 return -EOPNOTSUPP;
695 return -EOPNOTSUPP;
735 return -EOPNOTSUPP;
982 return -EOPNOTSUPP;
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/linux-master/arch/s390/net/
H A Dpnet.c39 * -EOPNOTSUPP: Device type without utility string support
63 return -EOPNOTSUPP;
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.h15 return ERR_PTR(-EOPNOTSUPP);
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dhv.c11 int rc = -EOPNOTSUPP;

Completed in 235 milliseconds

1234567891011>>