Home
last modified time | relevance | path

Searched refs:mlx5_cmd_mailbox (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_cmd.c177 struct mlx5_cmd_mailbox *next = msg->next; in calc_chain_sig()
217 struct mlx5_cmd_mailbox *next = ent->out->next; in verify_signature()
651 struct mlx5_cmd_mailbox *next = msg->next; in dump_command()
889 struct mlx5_cmd_mailbox *next; in mlx5_copy_to_msg()
921 struct mlx5_cmd_mailbox *next; in mlx5_copy_from_msg()
951 static struct mlx5_cmd_mailbox *alloc_cmd_box(struct mlx5_core_dev *dev, in alloc_cmd_box()
954 struct mlx5_cmd_mailbox *mailbox; in alloc_cmd_box()
974 struct mlx5_cmd_mailbox *mailbox) in free_cmd_box()
983 struct mlx5_cmd_mailbox *tmp, *head = NULL; in mlx5_alloc_cmd_msg()
1030 struct mlx5_cmd_mailbox *head = msg->next; in mlx5_free_cmd_msg()
[all …]
/NextBSD/sys/dev/mlx5/
HDdriver.h229 struct mlx5_cmd_mailbox *next;
311 struct mlx5_cmd_mailbox { struct
314 struct mlx5_cmd_mailbox *next; argument