Searched +refs:pp +refs:stats +refs:reply (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/drivers/net/vxlan/ |
D | vxlan_core.c | 732 struct sk_buff *pp = NULL; in vxlan_gro_receive() local 737 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive() 740 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive() 741 return pp; in vxlan_gro_receive() 749 struct sk_buff *pp = NULL; in vxlan_gpe_gro_receive() local 762 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vxlan_gpe_gro_receive() 766 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gpe_gro_receive() 767 return pp; in vxlan_gpe_gro_receive() 1765 ++vxlan->dev->stats.rx_frame_errors; in vxlan_rcv() 1766 ++vxlan->dev->stats.rx_errors; in vxlan_rcv() [all …]
|
/linux-6.8/drivers/scsi/libfc/ |
D | fc_lport.c | 313 struct fc_stats *stats; in fc_get_host_stats() local 315 stats = per_cpu_ptr(lport->stats, cpu); in fc_get_host_stats() 317 fc_stats->tx_frames += READ_ONCE(stats->TxFrames); in fc_get_host_stats() 318 fc_stats->tx_words += READ_ONCE(stats->TxWords); in fc_get_host_stats() 319 fc_stats->rx_frames += READ_ONCE(stats->RxFrames); in fc_get_host_stats() 320 fc_stats->rx_words += READ_ONCE(stats->RxWords); in fc_get_host_stats() 321 fc_stats->error_frames += READ_ONCE(stats->ErrorFrames); in fc_get_host_stats() 322 fc_stats->invalid_crc_count += READ_ONCE(stats->InvalidCRCCount); in fc_get_host_stats() 323 fc_stats->fcp_input_requests += READ_ONCE(stats->InputRequests); in fc_get_host_stats() 324 fc_stats->fcp_output_requests += READ_ONCE(stats->OutputRequests); in fc_get_host_stats() [all …]
|