Lines Matching defs:mux_session
180 struct mux_session { struct
181 struct iosm_wwan *wwan; /*Network i/f used for communication*/
182 int if_id; /* i/f id for session open message.*/
183 u32 flags;
184 u32 ul_head_pad_len; /* Nr of bytes for UL head padding. */
185 u32 dl_head_pad_len; /* Nr of bytes for DL head padding. */
186 struct sk_buff_head ul_list; /* skb entries for an ADT. */
187 u32 flow_ctl_mask; /* UL flow control */
188 u32 flow_ctl_en_cnt; /* Flow control Enable cmd count */
189 u32 flow_ctl_dis_cnt; /* Flow Control Disable cmd count */
190 int ul_flow_credits; /* UL flow credits */
191 u8 net_tx_stop:1,
192 flush:1; /* flush net interface ? */