Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
155 struct gsm_mux *gsm;271 struct gsm_mux { struct356 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument2527 struct gsm_mux *gsm; in gsm_dlci_config()3213 gsm_mux[i] = NULL; in gsm_free_mux()3231 struct gsm_mux *gsm = container_of(ref, struct gsm_mux, ref); in gsm_free_muxr()3272 struct gsm_mux *gsm = kzalloc(sizeof(struct gsm_mux), GFP_KERNEL); in gsm_alloc_mux()3318 if (!gsm_mux[i]) { in gsm_alloc_mux()3319 gsm_mux[i] = gsm; in gsm_alloc_mux()3541 struct gsm_mux *gsm = container_of(work, struct gsm_mux, tx_work); in gsmld_write_task()[all …]