/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | ratelimiter.c | 53 return -EXFULL; in timings_test() 61 return -EXFULL; in timings_test() 74 return -EXFULL; in timings_test() 83 return -EXFULL; in timings_test() 106 return -EXFULL; in capacity_test() 112 return -EXFULL; in capacity_test()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 35 #define EXFULL 54 /* Exchange full */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 35 #define EXFULL 54 /* Exchange full */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 80 #define EXFULL 104 /* Exchange full */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 32 #define EXFULL 52 /* Exchange full */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 78 #define EXFULL 99 /* Exchange full */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 78 #define EXFULL 99 /* Exchange full */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 32 #define EXFULL 52 /* Exchange full */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 80 #define EXFULL 104 /* Exchange full */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 49 #define EXFULL 162 /* Exchange full */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 49 #define EXFULL 162 /* Exchange full */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 60 #define EXFULL 54 /* Exchange full */ macro
|
/openbmc/linux/drivers/usb/core/ |
H A D | file.c | 145 return -EXFULL; in usb_register_dev()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 68 ERRNO_MSG(EXFULL, "Exchange full"),
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 140 E(EXFULL)
|
/openbmc/linux/lib/ |
H A D | errname.c | 165 E(EXFULL),
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_cmd.c | 387 { HCLGE_COMM_CMD_QUEUE_FULL, -EXFULL }, in hclge_comm_cmd_convert_err_code()
|
/openbmc/linux/net/bridge/ |
H A D | br_if.c | 417 return (index >= BR_MAX_PORTS) ? -EXFULL : index; in find_portno()
|
/openbmc/linux/drivers/scsi/ |
H A D | ch.c | 146 .errno = EXFULL, /* Medium destination element full */
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 1258 {CMD_CRQ_FULL, -EXFULL}, in hns_roce_cmd_err_convert_errno()
|