Searched refs:PORT_PMA_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/core/ |
H A D | sysfs.c | 536 #define PORT_PMA_ATTR(_name, _counter, _width, _offset) \ macro 639 static PORT_PMA_ATTR(symbol_error , 0, 16, 32); 640 static PORT_PMA_ATTR(link_error_recovery , 1, 8, 48); 641 static PORT_PMA_ATTR(link_downed , 2, 8, 56); 642 static PORT_PMA_ATTR(port_rcv_errors , 3, 16, 64); 650 static PORT_PMA_ATTR(VL15_dropped , 11, 16, 176); 651 static PORT_PMA_ATTR(port_xmit_data , 12, 32, 192); 652 static PORT_PMA_ATTR(port_rcv_data , 13, 32, 224); 653 static PORT_PMA_ATTR(port_xmit_packets , 14, 32, 256); 654 static PORT_PMA_ATTR(port_rcv_packets , 15, 32, 288); [all …]
|