Searched refs:t4_tp_mib_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5450 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, in t4_tp_mib_read() function 5611 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats() 5619 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats() 5644 t4_tp_mib_read(adap, st->mac_in_errs, nchan, TP_MIB_MAC_IN_ERR_0_A, in t4_tp_get_err_stats() 5646 t4_tp_mib_read(adap, st->hdr_in_errs, nchan, TP_MIB_HDR_IN_ERR_0_A, in t4_tp_get_err_stats() 5648 t4_tp_mib_read(adap, st->tcp_in_errs, nchan, TP_MIB_TCP_IN_ERR_0_A, in t4_tp_get_err_stats() 5650 t4_tp_mib_read(adap, st->tnl_cong_drops, nchan, in t4_tp_get_err_stats() 5652 t4_tp_mib_read(adap, st->ofld_chan_drops, nchan, in t4_tp_get_err_stats() 5654 t4_tp_mib_read(adap, st->tnl_tx_drops, nchan, TP_MIB_TNL_DROP_0_A, in t4_tp_get_err_stats() 5656 t4_tp_mib_read(adap, st->ofld_vlan_drops, nchan, in t4_tp_get_err_stats() [all …]
|
D | cxgb4.h | 1880 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs,
|
D | cudbg_lib.c | 1347 t4_tp_mib_read(padap, buff, tp_pio->ireg_offset_range, in cudbg_collect_tp_indirect()
|