Searched refs:uout (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cmd.c | 98 void *uout, int uout_size, in alloc_cmd() argument 112 ent->uout = uout; in alloc_cmd() 847 err = mlx5_copy_from_msg(ent->uout, in complete_command() 852 ent->uout); in complete_command() 983 struct mlx5_cmd_msg *out, void *uout, int uout_size, in mlx5_cmd_invoke() argument 998 ent = alloc_cmd(cmd, in, uin_size, out, uout, uout_size, callback, in mlx5_cmd_invoke()
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_hp.c | 1108 UINT8 uout; in acpi_hp_hex_decode() local 1126 uout = 0; in acpi_hp_hex_decode() 1127 acpi_hp_hex_to_int(uin, &uout); in acpi_hp_hex_decode() 1128 buffer[i/3] = (char) uout; in acpi_hp_hex_decode()
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 874 void *uout; member
|