Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c5455 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, in t4_tp_mib_read() function
5616 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats()
5624 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats()
5649 t4_tp_mib_read(adap, st->mac_in_errs, nchan, TP_MIB_MAC_IN_ERR_0_A, in t4_tp_get_err_stats()
5651 t4_tp_mib_read(adap, st->hdr_in_errs, nchan, TP_MIB_HDR_IN_ERR_0_A, in t4_tp_get_err_stats()
5653 t4_tp_mib_read(adap, st->tcp_in_errs, nchan, TP_MIB_TCP_IN_ERR_0_A, in t4_tp_get_err_stats()
5655 t4_tp_mib_read(adap, st->tnl_cong_drops, nchan, in t4_tp_get_err_stats()
5657 t4_tp_mib_read(adap, st->ofld_chan_drops, nchan, in t4_tp_get_err_stats()
5659 t4_tp_mib_read(adap, st->tnl_tx_drops, nchan, TP_MIB_TNL_DROP_0_A, in t4_tp_get_err_stats()
5661 t4_tp_mib_read(adap, st->ofld_vlan_drops, nchan, in t4_tp_get_err_stats()
[all …]
Dcxgb4.h2094 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs,
Dcudbg_lib.c1761 t4_tp_mib_read(padap, buff, tp_pio->ireg_offset_range, in cudbg_collect_tp_indirect()