Searched refs:mux_rx (Results 1 – 2 of 2) sorted by relevance
94 static struct mux_rx *alloc_mux_rx(void) in alloc_mux_rx()96 struct mux_rx *r = NULL; in alloc_mux_rx()114 static void free_mux_rx(struct mux_rx *r) in free_mux_rx()123 static struct mux_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()125 struct mux_rx *r; in get_rx_struct()135 r = list_entry(rx->rx_free_list.prev, struct mux_rx, free_list); in get_rx_struct()143 static void put_rx_struct(struct rx_cxt *rx, struct mux_rx *r) in put_rx_struct()152 static int up_to_host(struct mux_rx *r) in up_to_host()222 struct mux_rx *r; in do_rx()233 r = list_entry(rx->to_host_list.next, struct mux_rx, in do_rx()[all …]
53 struct mux_rx { struct