Home
last modified time | relevance | path

Searched refs:pma_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dmad.c305 struct ib_pma_portcounters *pma_cnt) in edit_counter() argument
307 pma_cnt->port_xmit_data = cpu_to_be32((be64_to_cpu(cnt->tx_bytes)>>2)); in edit_counter()
308 pma_cnt->port_rcv_data = cpu_to_be32((be64_to_cpu(cnt->rx_bytes)>>2)); in edit_counter()
309 pma_cnt->port_xmit_packets = cpu_to_be32(be64_to_cpu(cnt->tx_frames)); in edit_counter()
310 pma_cnt->port_rcv_packets = cpu_to_be32(be64_to_cpu(cnt->rx_frames)); in edit_counter()