Home
last modified time | relevance | path

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

12

/openbmc/linux/include/net/
H A Dfq.h68 struct fq { struct
69 struct fq_flow *flows; argument
85 typedef struct sk_buff *fq_tin_dequeue_t(struct fq *, argument
H A Dfq_impl.h16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets, in __fq_adjust_removal()
40 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
47 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
63 static int fq_flow_drop(struct fq *fq, struct fq_flow *flow, in fq_flow_drop()
90 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
137 static u32 fq_flow_idx(struct fq *fq, struct sk_buff *skb) in fq_flow_idx()
144 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
165 static struct fq_flow *fq_find_fattest_flow(struct fq *fq) in fq_find_fattest_flow()
197 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
252 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
[all …]
H A Dipv6_frag.h34 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6frag_init() local
49 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() local
59 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn() local
65 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq) in ip6frag_expire_frag_queue()
/openbmc/linux/block/
H A Dblk-flush.c164 struct blk_flush_queue *fq, in blk_flush_complete_seq()
223 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io() local
290 static void blk_kick_flush(struct request_queue *q, struct blk_flush_queue *fq, in blk_kick_flush()
366 struct blk_flush_queue *fq = blk_get_flush_queue(q, ctx); in mq_flush_data_end_io() local
409 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush() local
489 struct blk_flush_queue *fq; in blk_alloc_flush_queue() local
514 void blk_free_flush_queue(struct blk_flush_queue *fq) in blk_free_flush_queue()
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c106 static int do_enqueues(struct qman_fq *fq) in do_enqueues()
126 struct qman_fq *fq = &fq_base; in qman_test_api() local
211 struct qman_fq *fq, in cb_dqrr()
227 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern()
234 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
H A Dqman.c268 struct qm_mcc_fq fq; member
957 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set()
962 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear()
967 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset()
972 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear()
1121 struct qman_fq *fq; in idx_to_fq() local
1151 static u32 fq_to_tag(struct qman_fq *fq) in fq_to_tag()
1425 static inline void fq_state_change(struct qman_portal *p, struct qman_fq *fq, in fq_state_change()
1491 struct qman_fq *fq; in qm_mr_process_task() local
1574 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
[all …]
H A Dqman_test_stash.c277 struct qman_fq *fq, in normal_dqrr()
296 struct qman_fq *fq, in special_dqrr()
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c47 struct frag_queue *fq; in lowpan_frag_expire() local
84 static int lowpan_frag_queue(struct lowpan_frag_queue *fq, in lowpan_frag_queue()
164 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm()
279 struct lowpan_frag_queue *fq; in lowpan_frag_rcv() local
498 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() local
507 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() local
/openbmc/linux/net/ipv6/
H A Dreassembly.c76 struct frag_queue *fq; in ip6_frag_expire() local
106 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue()
256 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_reasm()
330 struct frag_queue *fq; in ipv6_frag_rcv() local
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c137 struct frag_queue *fq; in nf_ct_frag6_expire() local
170 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue()
318 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_reasm()
449 struct frag_queue *fq; in nf_ct_frag6_gather() local
/openbmc/linux/drivers/crypto/caam/
H A Dqi.c142 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb()
225 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq()
248 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq()
293 static int empty_caam_fq(struct qman_fq *fq, struct caam_drv_ctx *drv_ctx) in empty_caam_fq()
621 struct qman_fq *fq; in alloc_rsp_fq_cpu() local
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c17 struct dpaa2_eth_fq *fq; in dpaa2_eth_setup_consume_func() local
106 struct dpaa2_eth_fq *fq) in dpaa2_xsk_rx()
399 struct dpaa2_eth_fq *fq; in dpaa2_xsk_tx() local
H A Ddpaa2-eth.c335 struct dpaa2_eth_fq *fq, in dpaa2_eth_xdp_flush()
365 struct dpaa2_eth_fq *fq) in dpaa2_eth_xdp_tx_flush()
398 struct dpaa2_eth_fq *fq; in dpaa2_eth_xdp_enqueue() local
538 struct dpaa2_eth_fq *fq, in dpaa2_eth_receive_skb()
581 struct dpaa2_eth_fq *fq) in dpaa2_eth_rx()
714 struct dpaa2_eth_fq *fq = NULL; in dpaa2_eth_consume_frames() local
1121 struct dpaa2_eth_fq *fq, in dpaa2_eth_free_tx_fd()
1404 struct dpaa2_eth_fq *fq; in __dpaa2_eth_tx() local
1582 struct dpaa2_eth_fq *fq) in dpaa2_eth_tx_conf()
1947 struct dpaa2_eth_fq *fq, *txc_fq = NULL; in dpaa2_eth_poll() local
[all …]
H A Ddpaa2-eth-debugfs.c47 static char *fq_type_to_str(struct dpaa2_eth_fq *fq) in fq_type_to_str()
62 struct dpaa2_eth_fq *fq; in dpaa2_dbg_fqs_show() local
H A Ddpaa2-switch.c2393 static void dpaa2_switch_tx_conf(struct dpaa2_switch_fq *fq, in dpaa2_switch_tx_conf()
2399 static void dpaa2_switch_rx(struct dpaa2_switch_fq *fq, in dpaa2_switch_rx()
2742 static int dpaa2_switch_pull_fq(struct dpaa2_switch_fq *fq) in dpaa2_switch_pull_fq()
2761 static int dpaa2_switch_store_consume(struct dpaa2_switch_fq *fq) in dpaa2_switch_store_consume()
2795 struct dpaa2_switch_fq *fq; in dpaa2_switch_poll() local
2835 struct dpaa2_switch_fq *fq; in dpaa2_switch_fqdan_cb() local
H A Ddpaa2-switch.h184 struct dpaa2_switch_fq fq[DPAA2_SWITCH_RX_NUM_FQS]; member
/openbmc/linux/arch/sparc/kernel/
H A Dptrace_32.c354 struct fq { struct
355 unsigned long *insnaddr;
356 unsigned long insn;
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c54 struct iova_fq __percpu *fq; /* Flush queue */ member
108 #define fq_ring_for_each(i, fq) \ argument
111 static inline bool fq_full(struct iova_fq *fq) in fq_full()
117 static inline unsigned int fq_ring_add(struct iova_fq *fq) in fq_ring_add()
128 static void fq_ring_free(struct iommu_dma_cookie *cookie, struct iova_fq *fq) in fq_ring_free()
166 struct iova_fq *fq; in fq_flush_timeout() local
179 struct iova_fq *fq; in queue_iova() local
233 struct iova_fq *fq = per_cpu_ptr(cookie->fq, cpu); in iommu_dma_free_fq() local
262 struct iova_fq *fq = per_cpu_ptr(queue, cpu); in iommu_dma_init_fq() local
/openbmc/linux/net/ipv4/
H A Dinet_fragment.c133 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb() local
229 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill()
366 struct inet_frag_queue *fq = NULL, *prev; in inet_frag_find() local
H A Dip_fragment.c730 const struct inet_frag_queue *fq = data; in ip4_obj_hashfn() local
739 const struct inet_frag_queue *fq = ptr; in ip4_obj_cmpfn() local
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c636 static inline void dpaa_assign_wq(struct dpaa_fq *fq, int idx) in dpaa_assign_wq()
908 struct dpaa_fq *fq, in dpaa_setup_ingress()
919 struct dpaa_fq *fq, in dpaa_setup_egress()
940 struct dpaa_fq *fq; in dpaa_fq_setup() local
1028 struct qman_fq *fq; in dpaa_fq_init() local
1184 static int dpaa_fq_free_entry(struct device *dev, struct qman_fq *fq) in dpaa_fq_free_entry()
2482 struct qman_fq *fq, in rx_error_dqrr()
2672 struct qman_fq *fq, in rx_default_dqrr()
2831 struct qman_fq *fq, in conf_error_dqrr()
2853 struct qman_fq *fq, in conf_dflt_dqrr()
[all …]
H A Ddpaa_eth_sysfs.c33 struct dpaa_fq *fq; in dpaa_eth_show_fqids() local
/openbmc/linux/net/mac80211/
H A Dtx.c1370 struct fq *fq; in codel_dequeue_func() local
1399 static struct sk_buff *fq_tin_dequeue_func(struct fq *fq, in fq_tin_dequeue_func()
1437 static void fq_skb_free_func(struct fq *fq, in fq_skb_free_func()
1452 struct fq *fq = &local->fq; in ieee80211_txq_enqueue() local
1476 static bool fq_vlan_filter_func(struct fq *fq, struct fq_tin *tin, in fq_vlan_filter_func()
1488 struct fq *fq = &local->fq; in ieee80211_txq_remove_vlan() local
1554 struct fq *fq = &local->fq; in ieee80211_txq_purge() local
1587 struct fq *fq = &local->fq; in ieee80211_txq_setup_flows() local
1638 struct fq *fq = &local->fq; in ieee80211_txq_teardown_flows() local
3389 struct fq *fq = &local->fq; in ieee80211_amsdu_aggregate() local
[all …]
H A Dht.c398 struct fq *fq = &sdata->local->fq; in ieee80211_ba_session_work() local
/openbmc/qemu/net/
H A Daf-xdp.c39 struct xsk_ring_prod fq; member

12