vsp1_dl_ext_cmd
struct vsp1_dl_ext_cmd *cmds;
struct vsp1_dl_ext_cmd *pre_cmd;
struct vsp1_dl_ext_cmd *post_cmd;
struct vsp1_dl_ext_cmd *cmd = &pool->cmds[i];
struct vsp1_dl_ext_cmd *vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool)
struct vsp1_dl_ext_cmd *cmd = NULL;
cmd = list_first_entry(&pool->free, struct vsp1_dl_ext_cmd,
static void vsp1_dl_ext_cmd_put(struct vsp1_dl_ext_cmd *cmd)
struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl)
static void vsp1_dl_ext_cmd_fill_header(struct vsp1_dl_ext_cmd *cmd)
struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
struct vsp1_dl_ext_cmd *cmd;