Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c106 struct enic_rq_stats *rqstats = &enic->rq[vrq->index].stats; in enic_rq_set_skb_flags() local
115 rqstats->l4_rss_hash++; in enic_rq_set_skb_flags()
121 rqstats->l3_rss_hash++; in enic_rq_set_skb_flags()
157 rqstats->csum_unnecessary_encap++; in enic_rq_set_skb_flags()
159 rqstats->csum_unnecessary++; in enic_rq_set_skb_flags()
164 rqstats->vlan_stripped++; in enic_rq_set_skb_flags()
256 struct enic_rq_stats *rqstats = &enic->rq[vrq->index].stats; in enic_rq_pkt_error() local
261 rqstats->bad_fcs++; in enic_rq_pkt_error()
263 rqstats->pkt_truncated++; in enic_rq_pkt_error()
275 struct enic_rq_stats *rqstats = &erq->stats; in enic_rq_alloc_buf() local
[all …]