Home
last modified time | relevance | path

Searched refs:EXFULL (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/net/wireguard/selftest/
H A Dratelimiter.c53 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 Derrno.h35 #define EXFULL 54 /* Exchange full */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h35 #define EXFULL 54 /* Exchange full */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h80 #define EXFULL 104 /* Exchange full */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h32 #define EXFULL 52 /* Exchange full */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h78 #define EXFULL 99 /* Exchange full */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h78 #define EXFULL 99 /* Exchange full */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h32 #define EXFULL 52 /* Exchange full */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h80 #define EXFULL 104 /* Exchange full */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h49 #define EXFULL 162 /* Exchange full */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h49 #define EXFULL 162 /* Exchange full */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h60 #define EXFULL 54 /* Exchange full */ macro
/openbmc/linux/drivers/usb/core/
H A Dfile.c145 return -EXFULL; in usb_register_dev()
/openbmc/u-boot/lib/
H A Derrno_str.c68 ERRNO_MSG(EXFULL, "Exchange full"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc140 E(EXFULL)
/openbmc/linux/lib/
H A Derrname.c165 E(EXFULL),
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c387 { HCLGE_COMM_CMD_QUEUE_FULL, -EXFULL }, in hclge_comm_cmd_convert_err_code()
/openbmc/linux/net/bridge/
H A Dbr_if.c417 return (index >= BR_MAX_PORTS) ? -EXFULL : index; in find_portno()
/openbmc/linux/drivers/scsi/
H A Dch.c146 .errno = EXFULL, /* Medium destination element full */
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1258 {CMD_CRQ_FULL, -EXFULL}, in hns_roce_cmd_err_convert_errno()