Searched refs:cnic_get_stats (Results 1 – 3 of 3) sorted by relevance
380 int (*cnic_get_stats)(void *ulp_ctx); member
3257 if (ulp_ops && ulp_ops->cnic_get_stats) in cnic_copy_ulp_stats()3258 rc = ulp_ops->cnic_get_stats(cp->ulp_handle[ulp_type]); in cnic_copy_ulp_stats()
2688 .cnic_get_stats = bnx2i_get_stats,