Searched refs:PORT_PMA_ATTR (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/infiniband/core/ |
| H A D | sysfs.c | 528 #define PORT_PMA_ATTR(_name, _counter, _width, _offset) \ macro 631 static PORT_PMA_ATTR(symbol_error , 0, 16, 32); 632 static PORT_PMA_ATTR(link_error_recovery , 1, 8, 48); 633 static PORT_PMA_ATTR(link_downed , 2, 8, 56); 634 static PORT_PMA_ATTR(port_rcv_errors , 3, 16, 64); 642 static PORT_PMA_ATTR(VL15_dropped , 11, 16, 176); 643 static PORT_PMA_ATTR(port_xmit_data , 12, 32, 192); 644 static PORT_PMA_ATTR(port_rcv_data , 13, 32, 224); 645 static PORT_PMA_ATTR(port_xmit_packets , 14, 32, 256); 646 static PORT_PMA_ATTR(port_rcv_packets , 15, 32, 288); [all …]
|