Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dskb_array.h25 struct skb_array { struct
32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() argument
37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full()
42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb) in skb_array_produce()
47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_irq()
52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_bh()
57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_any()
66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty()
71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek()
76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_generic.c633 struct skb_array q[PFIFO_FAST_BANDS];
636 static inline struct skb_array *band2list(struct pfifo_fast_priv *priv, in band2list()
647 struct skb_array *q = band2list(priv, band); in pfifo_fast_enqueue()
673 struct skb_array *q = band2list(priv, band); in pfifo_fast_dequeue()
713 struct skb_array *q = band2list(priv, band); in pfifo_fast_peek()
727 struct skb_array *q = band2list(priv, band); in pfifo_fast_reset()
776 struct skb_array *q = band2list(priv, prio); in pfifo_fast_init()
795 struct skb_array *q = band2list(priv, prio); in pfifo_fast_destroy()
813 struct skb_array *bands[PFIFO_FAST_BANDS]; in pfifo_fast_change_tx_queue_len()
817 struct skb_array *q = band2list(priv, prio); in pfifo_fast_change_tx_queue_len()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c559 static inline struct sk_buff *get_skb_by_index(struct sk_buff **skb_array, in get_skb_by_index() argument
571 pref = skb_array[x]; in get_skb_by_index()
576 pref = (skb_array[x]->data); in get_skb_by_index()
583 skb = skb_array[skb_index]; in get_skb_by_index()
584 skb_array[skb_index] = NULL; in get_skb_by_index()
588 static inline struct sk_buff *get_skb_by_index_ll(struct sk_buff **skb_array, in get_skb_by_index_ll() argument
598 pref = skb_array[x]; in get_skb_by_index_ll()
603 pref = (skb_array[x]->data); in get_skb_by_index_ll()
608 skb = skb_array[wqe_index]; in get_skb_by_index_ll()
609 skb_array[wqe_index] = NULL; in get_skb_by_index_ll()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c990 struct sk_buff **skb_array = (struct sk_buff **)skbs; in osl_pkt_frmfwder() local
992 skb = skb_array[i]; in osl_pkt_frmfwder()