Searched refs:router_command (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/thunderbolt/ |
| H A D | router_var.h | 35 struct router_command; 39 struct router_command *, void *); 41 struct router_command { struct 42 TAILQ_ENTRY(router_command) link; 67 TAILQ_HEAD(,router_command) cmd_queue; argument 69 struct router_command *inflight_cmd; 118 router_get_frame_data(struct router_command *cmd) in router_get_frame_data()
|
| H A D | router.c | 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() [all …]
|