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