Home
last modified time | relevance | path

Searched defs:qs (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.1.9/fs/ocfs2/cluster/
Dquorum.c94 struct o2quo_state *qs = &o2quo_state; in o2quo_make_decision() local
162 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold()
174 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold()
197 struct o2quo_state *qs = &o2quo_state; in o2quo_hb_up() local
221 struct o2quo_state *qs = &o2quo_state; in o2quo_hb_down() local
246 struct o2quo_state *qs = &o2quo_state; in o2quo_hb_still_up() local
265 struct o2quo_state *qs = &o2quo_state; in o2quo_conn_up() local
291 struct o2quo_state *qs = &o2quo_state; in o2quo_conn_err() local
315 struct o2quo_state *qs = &o2quo_state; in o2quo_init() local
323 struct o2quo_state *qs = &o2quo_state; in o2quo_exit() local
/linux-6.1.9/kernel/bpf/
Dqueue_stack_maps.c31 static bool queue_stack_map_is_empty(struct bpf_queue_stack *qs) in queue_stack_map_is_empty()
36 static bool queue_stack_map_is_full(struct bpf_queue_stack *qs) in queue_stack_map_is_full()
71 struct bpf_queue_stack *qs; in queue_stack_map_alloc() local
93 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_free() local
100 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __queue_map_get() local
129 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __stack_map_get() local
186 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_push_elem() local
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c731 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1251 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
1272 struct sge_qset *qs; in t3_eth_xmit() local
1432 struct sge_qset *qs = txq_to_qset(q, qid); in check_desc_avail() local
1528 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_ctrlq() local
1748 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_offloadq() local
1841 struct sge_qset *qs = &adap->sge.qs[queue_set(skb)]; in t3_offload_tx() local
1865 struct sge_qset *qs = rspq_to_qset(q); in offload_enqueue() local
1903 struct sge_qset *qs = container_of(napi, struct sge_qset, napi); in ofld_poll() local
1990 static void restart_tx(struct sge_qset *qs) in restart_tx()
[all …]
Dcxgb3_main.c596 struct sge_qset *qs = &adap->sge.qs[i]; in ring_dbs() local
609 struct sge_qset *qs = &adap->sge.qs[i]; in init_napi() local
2010 struct sge_qset *qs; in set_coalesce() local
2219 struct sge_qset *qs = in cxgb_siocdevprivate() local
2621 struct sge_qset *qs = &adapter->sge.qs[qidx]; in cxgb_netpoll() local
2769 struct sge_qset *qs = &adapter->sge.qs[0]; in t3_adap_check_task() local
Dadapter.h68 struct sge_qset *qs; member
216 struct sge_qset qs[SGE_QSETS]; member
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c382 struct queue_set *qs = nic->qs; in nicvf_refill_rbdr() local
628 struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
640 struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
650 struct queue_set *qs, int qidx) in nicvf_reclaim_cmp_queue()
745 static void nicvf_rcv_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rcv_queue_config()
818 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_cmp_queue_config()
859 static void nicvf_snd_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_snd_queue_config()
917 static void nicvf_rbdr_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rbdr_config()
957 struct queue_set *qs = nic->qs; in nicvf_qset_config() local
992 struct queue_set *qs = nic->qs; in nicvf_free_resources() local
[all …]
Dnicvf_main.c852 struct queue_set *qs = nic->qs; in nicvf_cq_intr_handler() local
988 struct queue_set *qs = nic->qs; in nicvf_handle_qs_err() local
1328 struct queue_set *qs = nic->qs; in nicvf_stop() local
1453 struct queue_set *qs = nic->qs; in nicvf_open() local
1662 struct queue_set *qs = nic->qs; in nicvf_update_stats() local
Dnicvf_ethtool.c475 struct queue_set *qs = nic->qs; in nicvf_get_ringparam() local
489 struct queue_set *qs = nic->qs; in nicvf_set_ringparam() local
Dnic.h283 struct queue_set *qs; member
587 struct qs_cfg_msg qs; member
/linux-6.1.9/fs/qnx4/
Dinode.c46 struct qnx4_sb_info *qs; in qnx4_remount() local
191 struct qnx4_sb_info *qs; in qnx4_fill_super() local
240 struct qnx4_sb_info *qs = qnx4_sb(sb); in qnx4_kill_sb() local
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c367 int qs, msi; in name_msix_vecs() local
634 int qs; in setup_sge_queues() local
665 int qs; in setup_sge_queues() local
707 int qs, err; in setup_rss() local
1626 int qs; in cxgb4vf_set_ringparam() local
1811 int qs; in collect_sge_port_stats() local
2045 int qs, r = (uintptr_t)v - 1; in sge_qinfo_show() local
2181 int qs, r = (uintptr_t)v - 1; in sge_qstats_show() local
2671 int q10g, n10g, qidx, pidx, qs; in cfg_queues() local
Dsge.c2568 int qs; in t4vf_free_sge_resources() local
/linux-6.1.9/drivers/scsi/elx/efct/
Defct_hw_queues.c199 struct sli4_queue *qs[SLI4_MAX_CQ_SET_COUNT]; in efct_hw_new_cq_set() local
315 struct sli4_queue *qs[SLI4_MAX_RQ_SET_COUNT * 2] = { NULL }; in efct_hw_new_rq_set() local
/linux-6.1.9/fs/qnx6/
Dinode.c303 struct qnx6_sb_info *qs; in qnx6_fill_super() local
483 struct qnx6_sb_info *qs = QNX6_SB(sb); in qnx6_put_super() local
/linux-6.1.9/drivers/staging/fieldbus/anybuss/
Dhost.c382 struct kfifo qs[3]; member
875 static bool qs_have_work(struct kfifo *qs, size_t num) in qs_have_work()
892 struct kfifo *qs = cd->qs; in process_qs() local
968 struct kfifo *qs = cd->qs; in qthread_fn() local
/linux-6.1.9/drivers/soc/qcom/
Dsocinfo.c629 struct qcom_socinfo *qs; in qcom_socinfo_probe() local
673 struct qcom_socinfo *qs = platform_get_drvdata(pdev); in qcom_socinfo_remove() local
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c40 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean()
65 int hns_rcb_wait_tx_ring_clean(struct hnae_queue *qs) in hns_rcb_wait_tx_ring_clean()
Dhnae.h561 struct hnae_queue *qs[]; /* flexible array of all queues */ member
/linux-6.1.9/arch/s390/include/uapi/asm/
Druntime_instr.h22 __u32 qs : 1; member
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c368 struct otx2_qset *qs = &pfvf->qset; in otx2_get_ringparam() local
388 struct otx2_qset *qs = &pfvf->qset; in otx2_set_ringparam() local
/linux-6.1.9/include/uapi/sound/
Dhdspm.h27 qs enumerator
/linux-6.1.9/net/sched/
Dsch_fq_codel.c634 struct gnet_stats_queue qs = { 0 }; in fq_codel_dump_class_stats() local
Dsch_sfq.c867 struct gnet_stats_queue qs = { 0 }; in sfq_dump_class_stats() local
Dsch_htb.c1326 struct gnet_stats_queue qs = { in htb_dump_class_stats() local
/linux-6.1.9/drivers/scsi/elx/libefc_sli/
Dsli4.c428 struct sli4_queue *qs[], u32 base_cq_id, in sli_cmd_rq_create_v2()
582 struct sli4_queue *qs[], u32 base_cq_id, in sli_fc_rq_set_alloc()
817 struct sli4_queue *qs[], u32 num_cqs, in sli_cmd_cq_set_create()
917 sli_cq_alloc_set(struct sli4 *sli4, struct sli4_queue *qs[], in sli_cq_alloc_set()

12