Home
last modified time | relevance | path

Searched defs:fq (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/include/net/
Dfq.h68 struct fq { struct
69 struct fq_flow *flows; argument
84 typedef struct sk_buff *fq_tin_dequeue_t(struct fq *, argument
Dfq_impl.h15 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
28 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog()
46 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
63 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
110 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
137 static void fq_recalc_backlog(struct fq *fq, in fq_recalc_backlog()
155 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
207 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
230 static void fq_tin_filter(struct fq *fq, in fq_tin_filter()
246 static void fq_flow_reset(struct fq *fq, in fq_flow_reset()
[all …]
Dipv6_frag.h33 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6frag_init() local
48 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() local
58 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn() local
64 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq) in ip6frag_expire_frag_queue()
Dxdp_sock.h30 struct xsk_queue *fq; member
/Linux-v4.19/block/
Dblk-flush.c166 struct blk_flush_queue *fq, in blk_flush_complete_seq()
228 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io() local
297 static bool blk_kick_flush(struct request_queue *q, struct blk_flush_queue *fq, in blk_kick_flush()
364 struct blk_flush_queue *fq = blk_get_flush_queue(q, NULL); in flush_data_end_io() local
410 struct blk_flush_queue *fq = blk_get_flush_queue(q, ctx); in mq_flush_data_end_io() local
444 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush() local
571 struct blk_flush_queue *fq; in blk_alloc_flush_queue() local
598 void blk_free_flush_queue(struct blk_flush_queue *fq) in blk_free_flush_queue()
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_test_api.c105 static int do_enqueues(struct qman_fq *fq) in do_enqueues()
125 struct qman_fq *fq = &fq_base; in qman_test_api() local
210 struct qman_fq *fq, in cb_dqrr()
225 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern()
232 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
Dqman.c266 struct qm_mcc_fq fq; member
942 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set()
947 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear()
952 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset()
957 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear()
1036 struct qman_fq *fq; in idx_to_fq() local
1066 static u32 fq_to_tag(struct qman_fq *fq) in fq_to_tag()
1337 static inline void fq_state_change(struct qman_portal *p, struct qman_fq *fq, in fq_state_change()
1400 struct qman_fq *fq; in qm_mr_process_task() local
1483 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
[all …]
Dqman_test_stash.c277 struct qman_fq *fq, in normal_dqrr()
295 struct qman_fq *fq, in special_dqrr()
/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c51 struct frag_queue *fq; in lowpan_frag_expire() local
88 static int lowpan_frag_queue(struct lowpan_frag_queue *fq, in lowpan_frag_queue()
185 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *prev, in lowpan_frag_reasm()
367 struct lowpan_frag_queue *fq; in lowpan_frag_rcv() local
578 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() local
587 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() local
/Linux-v4.19/net/ipv4/
Dinet_fragment.c73 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb() local
100 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill()
207 struct inet_frag_queue *fq; in inet_frag_find() local
Dip_fragment.c931 const struct inet_frag_queue *fq = data; in ip4_obj_hashfn() local
940 const struct inet_frag_queue *fq = ptr; in ip4_obj_cmpfn() local
/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c147 struct frag_queue *fq; in nf_ct_frag6_expire() local
177 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue()
341 nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *prev, struct net_device *dev) in nf_ct_frag6_reasm()
542 struct frag_queue *fq; in nf_ct_frag6_gather() local
/Linux-v4.19/net/ipv6/
Dreassembly.c78 struct frag_queue *fq; in ip6_frag_expire() local
110 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue()
279 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, in ip6_frag_reasm()
427 struct frag_queue *fq; in ipv6_frag_rcv() local
/Linux-v4.19/drivers/iommu/
Diova.c101 struct iova_fq *fq; in init_iova_flush_queue() local
451 #define fq_ring_for_each(i, fq) \ argument
454 static inline bool fq_full(struct iova_fq *fq) in fq_full()
460 static inline unsigned fq_ring_add(struct iova_fq *fq) in fq_ring_add()
471 static void fq_ring_free(struct iova_domain *iovad, struct iova_fq *fq) in fq_ring_free()
514 struct iova_fq *fq = per_cpu_ptr(iovad->fq, cpu); in fq_destroy_all_entries() local
532 struct iova_fq *fq; in fq_flush_timeout() local
545 struct iova_fq *fq = raw_cpu_ptr(iovad->fq); in queue_iova() local
/Linux-v4.19/drivers/crypto/caam/
Dqi.c139 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb()
216 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq()
239 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq()
284 static int empty_caam_fq(struct qman_fq *fq) in empty_caam_fq()
614 struct qman_fq *fq; in alloc_rsp_fq_cpu() local
/Linux-v4.19/arch/sparc/kernel/
Dptrace_32.c335 struct fq { struct
336 unsigned long *insnaddr;
337 unsigned long insn;
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c618 static inline void dpaa_assign_wq(struct dpaa_fq *fq, int idx) in dpaa_assign_wq()
864 struct dpaa_fq *fq, in dpaa_setup_ingress()
875 struct dpaa_fq *fq, in dpaa_setup_egress()
897 struct dpaa_fq *fq; in dpaa_fq_setup() local
976 struct qman_fq *fq; in dpaa_fq_init() local
1113 static int dpaa_fq_free_entry(struct device *dev, struct qman_fq *fq) in dpaa_fq_free_entry()
2220 struct qman_fq *fq, in rx_error_dqrr()
2247 struct qman_fq *fq, in rx_default_dqrr()
2367 struct qman_fq *fq, in conf_error_dqrr()
2388 struct qman_fq *fq, in conf_dflt_dqrr()
[all …]
Ddpaa_eth_sysfs.c59 struct dpaa_fq *fq; in dpaa_eth_show_fqids() local
/Linux-v4.19/net/mac80211/
Dtx.c1299 struct fq *fq; in codel_dequeue_func() local
1328 static struct sk_buff *fq_tin_dequeue_func(struct fq *fq, in fq_tin_dequeue_func()
1366 static void fq_skb_free_func(struct fq *fq, in fq_skb_free_func()
1377 static struct fq_flow *fq_flow_get_default_func(struct fq *fq, in fq_flow_get_default_func()
1392 struct fq *fq = &local->fq; in ieee80211_txq_enqueue() local
1401 static bool fq_vlan_filter_func(struct fq *fq, struct fq_tin *tin, in fq_vlan_filter_func()
1413 struct fq *fq = &local->fq; in ieee80211_txq_remove_vlan() local
1462 struct fq *fq = &local->fq; in ieee80211_txq_purge() local
1489 struct fq *fq = &local->fq; in ieee80211_txq_setup_flows() local
1543 struct fq *fq = &local->fq; in ieee80211_txq_teardown_flows() local
[all …]
Ddebugfs.c80 struct fq *fq = &local->fq; in aqm_read() local
Dagg-tx.c197 struct fq *fq; in ieee80211_agg_stop_txq() local
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c295 struct dpaa2_eth_fq *fq; in consume_frames() local
562 struct dpaa2_eth_fq *fq; in dpaa2_eth_tx() local
1672 struct dpaa2_eth_fq *fq; in set_fq_affinity() local
1950 struct dpaa2_eth_fq *fq) in setup_rx_flow()
1993 struct dpaa2_eth_fq *fq) in setup_tx_flow()
/Linux-v4.19/samples/bpf/
Dxdpsock_user.c93 struct xdp_umem_uqueue fq; member
213 static inline int umem_fill_to_kernel_ex(struct xdp_umem_uqueue *fq, in umem_fill_to_kernel_ex()
235 static inline int umem_fill_to_kernel(struct xdp_umem_uqueue *fq, u64 *d, in umem_fill_to_kernel()
/Linux-v4.19/include/linux/
Diova.h87 struct iova_fq __percpu *fq; /* Flush Queue */ member
Dblk-mq.h31 struct blk_flush_queue *fq; member

12