Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h453 u64 octs : 48; /* W6 */ member
524 u64 octs : 48; /* W11 */ member
591 u64 octs : 48; /* W6 */ member
673 u64 octs : 48; member
H A Drvu_rep.c164 rsp->rx.octs = RVU_LF_RX_STATS(RX_OCTS); in rvu_mbox_handler_nix_lf_stats()
174 rsp->tx.octs = RVU_LF_TX_STATS(TX_OCTS); in rvu_mbox_handler_nix_lf_stats()
H A Dmbox.h1481 u64 octs; member
1497 u64 octs; member
H A Drvu_debugfs.c1648 seq_printf(m, "W11: octs \t\t\t%llu\n\n", (u64)sq_ctx->octs); in print_nix_cn10k_sq_ctx()
2088 seq_printf(m, "W11: octs \t\t\t%llu\n\n", (u64)sq_ctx->octs); in print_nix_sq_ctx()
2168 seq_printf(m, "W6: octs \t\t\t%llu\n\n", (u64)rq_ctx->octs); in print_nix_cn10k_rq_ctx()
2237 seq_printf(m, "W6: octs \t\t\t%llu\n\n", (u64)rq_ctx->octs); in print_nix_rq_ctx()
/linux/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/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/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dstruct.h94 u64 octs : 48; /* W11 */ member
226 u64 octs : 48; member
H A Ddebugfs.c71 seq_printf(m, "W11: octs \t\t\t%llu\n\n", (u64)sq_ctx->octs); in print_nix_cn20k_sq_ctx()
/linux/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/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()