Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_agereg.h | 530 uint32_t tx_excess_colls; member in struct:smb 796 uint32_t tx_excess_colls; member in struct:age_stats |
if_alereg.h | 602 uint32_t tx_excess_colls; member in struct:smb 890 uint32_t tx_excess_colls; member in struct:ale_hw_stats |
if_age.c | 2047 stat->tx_excess_colls += smb->tx_excess_colls; 2063 smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT); 2066 smb->tx_excess_colls + |
if_alcreg.h | 1150 uint32_t tx_excess_colls; member in struct:smb 1423 uint32_t tx_excess_colls; member in struct:alc_hw_stats |
if_alc.c | 2280 stat->tx_excess_colls += smb->tx_excess_colls; 2296 smb->tx_excess_colls * HDPX_CFG_RETRY_DEFAULT); 2299 smb->tx_late_colls + smb->tx_excess_colls + |
if_ale.c | 1244 stat->tx_excess_colls += smb->tx_excess_colls; |