Searched refs:skb_array (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c297 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, argument
309 pref = skb_array[x];
313 pref = (skb_array[x]->data);
318 skb = skb_array[skb_index];
319 skb_array[skb_index] = NULL;
323 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, argument
333 pref = skb_array[x];
337 pref = (skb_array[x]->data);
341 skb = skb_array[wqe_index];
342 skb_array[wqe_inde
[all...]

Completed in 43 milliseconds