Home
last modified time | relevance | path

Searched refs:queue_set (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c234 struct queue_set *qs = nic->qs; in nicvf_refill_rbdr()
396 struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
408 struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
418 struct queue_set *qs, int qidx) in nicvf_reclaim_cmp_queue()
500 static void nicvf_rcv_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rcv_queue_config()
560 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_cmp_queue_config()
601 static void nicvf_snd_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_snd_queue_config()
655 static void nicvf_rbdr_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rbdr_config()
695 struct queue_set *qs = nic->qs; in nicvf_qset_config()
727 struct queue_set *qs = nic->qs; in nicvf_free_resources()
[all …]
Dnicvf_queues.h278 struct queue_set { struct
315 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, argument
Dnicvf_main.c640 struct queue_set *qs = nic->qs; in nicvf_cq_intr_handler()
759 struct queue_set *qs = nic->qs; in nicvf_handle_qs_err()
1051 struct queue_set *qs = nic->qs; in nicvf_stop()
1129 struct queue_set *qs = nic->qs; in nicvf_open()
1318 struct queue_set *qs = nic->qs; in nicvf_update_stats()
Dnic.h269 struct queue_set *qs;
Dnicvf_ethtool.c418 struct queue_set *qs = nic->qs; in nicvf_get_ringparam()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1741 static inline int queue_set(const struct sk_buff *skb) in queue_set() function
1770 struct sge_qset *qs = &adap->sge.qs[queue_set(skb)]; in t3_offload_tx()