Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-mgmtaux.c60 #define __hal_aux_pci_link_info(name, index, var) { \ macro
305 __hal_aux_pci_link_info("tx_frms", i, in xge_hal_aux_stats_tmac_read()
307 __hal_aux_pci_link_info("tx_ttl_eth_octets", in xge_hal_aux_stats_tmac_read()
309 __hal_aux_pci_link_info("tx_data_octets", i, in xge_hal_aux_stats_tmac_read()
311 __hal_aux_pci_link_info("tx_mcst_frms", i, in xge_hal_aux_stats_tmac_read()
313 __hal_aux_pci_link_info("tx_bcst_frms", i, in xge_hal_aux_stats_tmac_read()
315 __hal_aux_pci_link_info("tx_ucst_frms", i, in xge_hal_aux_stats_tmac_read()
317 __hal_aux_pci_link_info("tx_tagged_frms", i, in xge_hal_aux_stats_tmac_read()
319 __hal_aux_pci_link_info("tx_vld_ip", i, in xge_hal_aux_stats_tmac_read()
321 __hal_aux_pci_link_info("tx_vld_ip_octets", i, in xge_hal_aux_stats_tmac_read()
[all …]
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-mgmtaux.c63 #define __hal_aux_pci_link_info(name, index, var) { \ macro