Lines Matching refs:router_command
61 static int router_alloc_cmd(struct router_softc *, struct router_command **);
62 static void router_free_cmd(struct router_softc *, struct router_command *);
64 static void router_prepare_read(struct router_softc *, struct router_command *,
67 uint32_t *, void *, struct router_command **);
68 static int router_schedule(struct router_softc *, struct router_command *);
70 struct router_command *);
343 router_get_config_cb(struct router_softc *sc, struct router_command *cmd, in router_get_config_cb()
373 struct router_command *cmd; in tb_config_read()
405 struct router_command *cmd; in tb_config_read_polled()
451 struct router_command *cmd; in tb_config_read_async()
466 struct router_command **rcmd) in _tb_config_read()
468 struct router_command *cmd; in _tb_config_read()
500 router_alloc_cmd(struct router_softc *sc, struct router_command **rcmd) in router_alloc_cmd()
502 struct router_command *cmd; in router_alloc_cmd()
528 router_free_cmd(struct router_softc *sc, struct router_command *cmd) in router_free_cmd()
547 router_prepare_read(struct router_softc *sc, struct router_command *cmd, in router_prepare_read()
582 router_schedule(struct router_softc *sc, struct router_command *cmd) in router_schedule()
594 router_schedule_locked(struct router_softc *sc, struct router_command *cmd) in router_schedule_locked()
632 struct router_command *cmd; in router_complete_intr()
637 cmd = (struct router_command *)(nhicmd->context); in router_complete_intr()
654 struct router_command *cmd; in router_response_intr()
721 struct router_command *cmd; in router_notify_intr()