Home
last modified time | relevance | path

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

/NextBSD/sys/dev/amr/
HDamrvar.h160 struct amr_command_cluster struct
162 TAILQ_ENTRY(amr_command_cluster) acc_link;
166 #define AMR_CMD_CLUSTERCOUNT ((AMR_CMD_CLUSTERSIZE - sizeof(struct amr_command_cluster)) / \ argument
230 TAILQ_HEAD(,amr_command_cluster) amr_cmd_clusters;
HDamr.c125 static void amr_freecmd_cluster(struct amr_command_cluster *acc);
378 struct amr_command_cluster *acc; in amr_free()
1961 struct amr_command_cluster *acc; in amr_alloccmd_cluster()
2022 amr_freecmd_cluster(struct amr_command_cluster *acc) in amr_freecmd_cluster()