Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c1731 enum ecore_mcp_protocol_type stats_type; in ecore_mcp_send_protocol_stats() local
1739 stats_type = ECORE_MCP_LAN_STATS; in ecore_mcp_send_protocol_stats()
1743 stats_type = ECORE_MCP_FCOE_STATS; in ecore_mcp_send_protocol_stats()
1747 stats_type = ECORE_MCP_ISCSI_STATS; in ecore_mcp_send_protocol_stats()
1751 stats_type = ECORE_MCP_RDMA_STATS; in ecore_mcp_send_protocol_stats()
1760 OSAL_GET_PROTOCOL_STATS(p_hwfn->p_dev, stats_type, &stats); in ecore_mcp_send_protocol_stats()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe_stats.h711 void bxe_afex_collect_stats(struct bxe_softc *sc, void *void_afex_stats, uint32_t stats_type);
H A Dbxe_stats.c1729 uint32_t stats_type) in bxe_afex_collect_stats() argument
1835 if ((sc->port.pmf) && (stats_type == VICSTATST_UIF_INDEX)) { in bxe_afex_collect_stats()