Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A 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()
68 struct bpf_queue_stack *qs; in queue_stack_map_alloc() local
90 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_free() local
97 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __queue_map_get() local
128 struct bpf_queue_stack *qs = bpf_queue_stack(map); in __stack_map_get() local
188 struct bpf_queue_stack *qs = bpf_queue_stack(map); in queue_stack_map_push_elem() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c726 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1246 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
1267 struct sge_qset *qs; in t3_eth_xmit() local
1427 struct sge_qset *qs = txq_to_qset(q, qid); in check_desc_avail() local
1523 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_ctrlq() local
1743 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_offloadq() local
1836 struct sge_qset *qs = &adap->sge.qs[queue_set(skb)]; in t3_offload_tx() local
1860 struct sge_qset *qs = rspq_to_qset(q); in offload_enqueue() local
1898 struct sge_qset *qs = container_of(napi, struct sge_qset, napi); in ofld_poll() local
1985 static void restart_tx(struct sge_qset *qs) in restart_tx()
[all …]
H A Dadapter.h68 struct sge_qset *qs; member
216 struct sge_qset qs[SGE_QSETS]; member
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c381 struct queue_set *qs = nic->qs; in nicvf_refill_rbdr() local
627 struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
639 struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
649 struct queue_set *qs, int qidx) in nicvf_reclaim_cmp_queue()
744 static void nicvf_rcv_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rcv_queue_config()
817 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_cmp_queue_config()
858 static void nicvf_snd_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_snd_queue_config()
916 static void nicvf_rbdr_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rbdr_config()
956 struct queue_set *qs = nic->qs; in nicvf_qset_config() local
991 struct queue_set *qs = nic->qs; in nicvf_free_resources() local
[all …]
H A Dnic.h283 struct queue_set *qs; member
587 struct qs_cfg_msg qs; member
/linux/drivers/scsi/elx/efct/
H A 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/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c365 static int idpf_wait_for_marker_event_set(const struct idpf_queue_set *qs) in idpf_wait_for_marker_event_set()
1425 static int idpf_send_config_tx_queue_set_msg(const struct idpf_queue_set *qs) in idpf_send_config_tx_queue_set_msg()
1614 static int idpf_send_config_rx_queue_set_msg(const struct idpf_queue_set *qs) in idpf_send_config_rx_queue_set_msg()
1738 static int idpf_send_ena_dis_queue_set_msg(const struct idpf_queue_set *qs, in idpf_send_ena_dis_queue_set_msg()
1904 idpf_send_map_unmap_queue_set_vector_msg(const struct idpf_queue_set *qs, in idpf_send_map_unmap_queue_set_vector_msg()
2052 int idpf_send_enable_queue_set_msg(const struct idpf_queue_set *qs) in idpf_send_enable_queue_set_msg()
2064 int idpf_send_disable_queue_set_msg(const struct idpf_queue_set *qs) in idpf_send_disable_queue_set_msg()
2085 int idpf_send_config_queue_set_msg(const struct idpf_queue_set *qs) in idpf_send_config_queue_set_msg()
H A Didpf_txrx.c964 const struct idpf_queue_set *qs) in idpf_init_queue_set()
1037 static void idpf_clean_queue_set(const struct idpf_queue_set *qs) in idpf_clean_queue_set()
1120 struct idpf_queue_set *qs; in idpf_vector_to_queue_set() local
1188 const struct idpf_queue_set *qs, u32 qid) in idpf_qp_enable()
1250 const struct idpf_queue_set *qs, u32 qid) in idpf_qp_disable()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dhif.h75 struct mm81x_skbq **qs, int *num_qs) in mm81x_hif_skbq_get_tx_qs()
H A Dyaps.c81 static void mm81x_yaps_get_tx_qs(struct mm81x *mors, struct mm81x_skbq **qs, in mm81x_yaps_get_tx_qs()
H A Dskbq.c537 struct mm81x_skbq *qs; in mm81x_skbq_may_wake_tx_queues() local
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_rcb.c36 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean()
61 int hns_rcb_wait_tx_ring_clean(struct hnae_queue *qs) in hns_rcb_wait_tx_ring_clean()
/linux/arch/s390/include/uapi/asm/
H A Druntime_instr.h22 __u32 qs : 1; member
/linux/include/uapi/sound/
H A Dhdspm.h27 qs enumerator
/linux/drivers/scsi/elx/libefc_sli/
H A 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()
/linux/net/sched/
H A Dsch_fq_codel.c689 struct gnet_stats_queue qs = { 0 }; fq_codel_dump_class_stats() local
H A Dsch_sfq.c912 struct gnet_stats_queue qs = { 0 }; sfq_dump_class_stats() local
H A Dsch_htb.c1326 struct gnet_stats_queue qs = { htb_dump_class_stats() local
H A Dsch_cake.c3134 struct gnet_stats_queue qs = { 0 }; cake_dump_class_stats() local
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2568 int qs; in t4vf_free_sge_resources() local
/linux/drivers/net/phy/
H A Dsfp.c656 static bool sfp_match(const char *qs, const char *str, size_t len, bool prefix) in sfp_match()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h494 struct bfi_enet_rxq qs; /* small/header buffers */ member
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c10798 lpfc_sli4_release_queues(struct lpfc_queue ***qs, int max) in lpfc_sli4_release_queues()