Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5599 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats()
5607 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats()
5638 t4_tp_mib_read(adap, st->tnl_cong_drops, nchan, in t4_tp_get_err_stats()
5640 t4_tp_mib_read(adap, st->ofld_chan_drops, nchan, in t4_tp_get_err_stats()
5642 t4_tp_mib_read(adap, st->tnl_tx_drops, nchan, TP_MIB_TNL_DROP_0_A, in t4_tp_get_err_stats()
5644 t4_tp_mib_read(adap, st->ofld_vlan_drops, nchan, in t4_tp_get_err_stats()
5646 t4_tp_mib_read(adap, st->tcp6_in_errs, nchan, in t4_tp_get_err_stats()
5681 t4_tp_mib_read(adap, &st->rqe_dfr_pkt, 2, TP_MIB_RQE_DFR_PKT_A, in t4_tp_get_rdma_stats()
5702 t4_tp_mib_read(adap, &st->frames_drop, 1, in t4_get_fcoe_stats()
5705 t4_tp_mib_read(adap, val, 2, TP_MIB_FCOE_BYTE_0_HI_A + 2 * idx, in t4_get_fcoe_stats()
[all …]
H A Dcxgb4.h2085 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs,
H A Dcudbg_lib.c1762 t4_tp_mib_read(padap, buff, tp_pio->ireg_offset_range, in cudbg_collect_tp_indirect()