Symbol: router_command
sys/dev/thunderbolt/router.c
343
router_get_config_cb(struct router_softc *sc, struct router_command *cmd,
sys/dev/thunderbolt/router.c
373
struct router_command *cmd;
sys/dev/thunderbolt/router.c
405
struct router_command *cmd;
sys/dev/thunderbolt/router.c
451
struct router_command *cmd;
sys/dev/thunderbolt/router.c
466
struct router_command **rcmd)
sys/dev/thunderbolt/router.c
468
struct router_command *cmd;
sys/dev/thunderbolt/router.c
500
router_alloc_cmd(struct router_softc *sc, struct router_command **rcmd)
sys/dev/thunderbolt/router.c
502
struct router_command *cmd;
sys/dev/thunderbolt/router.c
528
router_free_cmd(struct router_softc *sc, struct router_command *cmd)
sys/dev/thunderbolt/router.c
547
router_prepare_read(struct router_softc *sc, struct router_command *cmd,
sys/dev/thunderbolt/router.c
582
router_schedule(struct router_softc *sc, struct router_command *cmd)
sys/dev/thunderbolt/router.c
594
router_schedule_locked(struct router_softc *sc, struct router_command *cmd)
sys/dev/thunderbolt/router.c
61
static int router_alloc_cmd(struct router_softc *, struct router_command **);
sys/dev/thunderbolt/router.c
62
static void router_free_cmd(struct router_softc *, struct router_command *);
sys/dev/thunderbolt/router.c
632
struct router_command *cmd;
sys/dev/thunderbolt/router.c
637
cmd = (struct router_command *)(nhicmd->context);
sys/dev/thunderbolt/router.c
64
static void router_prepare_read(struct router_softc *, struct router_command *,
sys/dev/thunderbolt/router.c
654
struct router_command *cmd;
sys/dev/thunderbolt/router.c
67
uint32_t *, void *, struct router_command **);
sys/dev/thunderbolt/router.c
68
static int router_schedule(struct router_softc *, struct router_command *);
sys/dev/thunderbolt/router.c
70
struct router_command *);
sys/dev/thunderbolt/router.c
721
struct router_command *cmd;
sys/dev/thunderbolt/router_var.h
118
router_get_frame_data(struct router_command *cmd)
sys/dev/thunderbolt/router_var.h
35
struct router_command;
sys/dev/thunderbolt/router_var.h
39
struct router_command *, void *);
sys/dev/thunderbolt/router_var.h
42
TAILQ_ENTRY(router_command) link;
sys/dev/thunderbolt/router_var.h
67
TAILQ_HEAD(,router_command) cmd_queue;
sys/dev/thunderbolt/router_var.h
69
struct router_command *inflight_cmd;