Searched refs:mux_rx (Results 1 – 2 of 2) sorted by relevance
95 static struct mux_rx *alloc_mux_rx(void) in alloc_mux_rx()97 struct mux_rx *r = NULL; in alloc_mux_rx()99 r = kzalloc(sizeof(struct mux_rx), GFP_KERNEL); in alloc_mux_rx()115 static void free_mux_rx(struct mux_rx *r) in free_mux_rx()124 static struct mux_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()126 struct mux_rx *r; in get_rx_struct()136 r = list_entry(rx->rx_free_list.prev, struct mux_rx, free_list); in get_rx_struct()144 static void put_rx_struct(struct rx_cxt *rx, struct mux_rx *r) in put_rx_struct()154 static int up_to_host(struct mux_rx *r) in up_to_host()224 struct mux_rx *r; in do_rx()[all …]
53 struct mux_rx { struct