Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h444 u64 octs : 48; /* W6 */ member
513 u64 octs : 48; /* W11 */ member
578 u64 octs : 48; /* W6 */ member
658 u64 octs : 48; member
H A Drvu_rep.c162 rsp->rx.octs = RVU_LF_RX_STATS(RX_OCTS); in rvu_mbox_handler_nix_lf_stats()
172 rsp->tx.octs = RVU_LF_TX_STATS(TX_OCTS); in rvu_mbox_handler_nix_lf_stats()
H A Dmbox.h1390 u64 octs; member
1406 u64 octs; member
H A Drvu_debugfs.c1571 seq_printf(m, "W11: octs \t\t\t%llu\n\n", (u64)sq_ctx->octs); in print_nix_cn10k_sq_ctx()
2002 seq_printf(m, "W11: octs \t\t\t%llu\n\n", (u64)sq_ctx->octs); in print_nix_sq_ctx()
2080 seq_printf(m, "W6: octs \t\t\t%llu\n\n", (u64)rq_ctx->octs); in print_nix_cn10k_rq_ctx()
2149 seq_printf(m, "W6: octs \t\t\t%llu\n\n", (u64)rq_ctx->octs); in print_nix_rq_ctx()
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h408 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
426 status->inb_octets = pip_stat_inb_octsx.s.octs; in cvmx_pip_get_port_status()
H A Dcvmx-pip-defs.h2161 uint64_t octs:48; member
2163 uint64_t octs:48;
2174 uint64_t octs:48; member
2176 uint64_t octs:48;
2447 uint64_t octs:48; member
2449 uint64_t octs:48;
2460 uint64_t octs:48; member
2462 uint64_t octs:48;
2622 uint64_t octs:48; member
2624 uint64_t octs:48;
H A Dcvmx-agl-defs.h1273 uint64_t octs:48; member
1275 uint64_t octs:48;
/linux-6.15/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_tx.h68 u64 octs; member
H A Doctep_vf_ethtool.c125 data[i++] = iface_tx_stats->octs; in octep_vf_get_ethtool_stats()
/linux-6.15/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.h68 u64 octs; member
H A Doctep_ethtool.c174 data[i++] = iface_tx_stats->octs; in octep_get_ethtool_stats()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c367 stats->rx_bytes = rsp->rx.octs; in rvu_rep_get_stats()
372 stats->tx_bytes = rsp->tx.octs; in rvu_rep_get_stats()