Searched refs:GET_STAT (Results 1 – 2 of 2) sorted by relevance
6349 #define GET_STAT(name) \ in t4_get_port_stats() macro6429 #undef GET_STAT in t4_get_port_stats()6445 #define GET_STAT(name) \ in t4_get_lb_stats() macro6452 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()6453 p->frames = GET_STAT(FRAMES); in t4_get_lb_stats()6454 p->bcast_frames = GET_STAT(BCAST); in t4_get_lb_stats()6455 p->mcast_frames = GET_STAT(MCAST); in t4_get_lb_stats()6456 p->ucast_frames = GET_STAT(UCAST); in t4_get_lb_stats()6457 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()6459 p->frames_64 = GET_STAT(64B); in t4_get_lb_stats()[all …]
460 MWL8K_CMDNAME(GET_STAT); in mwl8k_cmd_name()