Lines Matching defs:error
242 res.tb_error = pkg->error;
298 /* 5,6,7,9 and 11 are also valid error codes */
299 tb_ctl_WARN(ctl, "CFG_ERROR(%llx:%x): Unknown error\n",
349 * Return: Returns 0 on success or an error code on failure.
402 const struct cfg_error_pkg *error = pkg->buffer;
407 switch (error->error) {
742 * @error: Pointer to the notification package
745 * %0 on success or an error code on failure.
748 const struct cfg_error_pkg *error)
755 switch (error->error) {
757 name = "link error";
760 name = "HEC error";
763 name = "flow control error";
795 error->error, route);
808 * Returns %0 on success or an error code on failure.
815 .error = TB_CFG_ERROR_ACK_PLUG_EVENT,
916 * Reads from router config space without translating the possible error.
987 * Writes to router config space without translating the possible error.
1081 /* Thunderbolt error, tb_error holds the actual number */
1107 /* Thunderbolt error, tb_error holds the actual number */
1130 * Return: Returns the upstream port number on success or an error code on