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

/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c561 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, argument
573 pref = skb_array[x];
578 pref = (skb_array[x]->data);
585 skb = skb_array[skb_index];
586 skb_array[skb_index] = NULL;
590 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, argument
600 pref = skb_array[x];
605 pref = (skb_array[x]->data);
610 skb = skb_array[wqe_index];
611 skb_array[wqe_inde
[all...]

Completed in 43 milliseconds