Lines Matching refs:stats
28 bfa_port_stats_swap(struct bfa_port_s *port, union bfa_port_stats_u *stats) in bfa_port_stats_swap() argument
30 u32 *dip = (u32 *) stats; in bfa_port_stats_swap()
100 memcpy(port->stats, port->stats_dma.kva, in bfa_port_get_stats_isr()
102 bfa_port_stats_swap(port, port->stats); in bfa_port_get_stats_isr()
105 port->stats->fc.secs_reset = tv.tv_sec - port->stats_reset_time; in bfa_port_get_stats_isr()
344 bfa_port_get_stats(struct bfa_port_s *port, union bfa_port_stats_u *stats, in bfa_port_get_stats() argument
361 port->stats = stats; in bfa_port_get_stats()
573 memcpy(cee->stats, cee->stats_dma.kva, in bfa_cee_get_stats_isr()
576 buffer = (u32 *)cee->stats; in bfa_cee_get_stats_isr()
645 cee->stats = (struct bfa_cee_stats_s *) (dma_kva + BFA_ROUNDUP( in bfa_cee_mem_claim()
701 bfa_cee_get_stats(struct bfa_cee_s *cee, struct bfa_cee_stats_s *stats, in bfa_cee_get_stats() argument
718 cee->stats = stats; in bfa_cee_get_stats()