Searched refs:skb_next (Results 1 – 2 of 2) sorted by relevance
238 struct sk_buff *skb, *skb_next; in mwifiex_dequeue_tx_queue() local253 skb_next = skb_peek(&adapter->tx_data_q); in mwifiex_dequeue_tx_queue()255 skb_next = NULL; in mwifiex_dequeue_tx_queue()256 tx_param.next_pkt_len = ((skb_next) ? skb_next->len : 0); in mwifiex_dequeue_tx_queue()
1238 struct sk_buff *skb, *skb_next; in mwifiex_send_single_packet() local1259 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_single_packet()1261 skb_next = NULL; in mwifiex_send_single_packet()1265 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()1328 struct sk_buff *skb, *skb_next; in mwifiex_send_processed_packet() local1348 skb_next = skb_peek(&ptr->skb_head); in mwifiex_send_processed_packet()1350 skb_next = NULL; in mwifiex_send_processed_packet()1361 ((skb_next) ? skb_next->len + in mwifiex_send_processed_packet()