Searched refs:t4_tp_mib_read (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 5869 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, in t4_tp_mib_read() function 6050 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats() 6058 t4_tp_mib_read(adap, val, ARRAY_SIZE(val), in t4_tp_get_tcp_stats() 6083 t4_tp_mib_read(adap, st->mac_in_errs, nchan, A_TP_MIB_MAC_IN_ERR_0, in t4_tp_get_err_stats() 6086 t4_tp_mib_read(adap, st->hdr_in_errs, nchan, A_TP_MIB_HDR_IN_ERR_0, in t4_tp_get_err_stats() 6089 t4_tp_mib_read(adap, st->tcp_in_errs, nchan, A_TP_MIB_TCP_IN_ERR_0, in t4_tp_get_err_stats() 6092 t4_tp_mib_read(adap, st->tnl_cong_drops, nchan, in t4_tp_get_err_stats() 6095 t4_tp_mib_read(adap, st->ofld_chan_drops, nchan, in t4_tp_get_err_stats() 6098 t4_tp_mib_read(adap, st->tnl_tx_drops, nchan, A_TP_MIB_TNL_DROP_0, in t4_tp_get_err_stats() 6101 t4_tp_mib_read(adap, st->ofld_vlan_drops, nchan, in t4_tp_get_err_stats() [all …]
|
H A D | common.h | 953 void t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs,
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_wtp.c | 294 t4_tp_mib_read(padap, &tp_mib[i].value, 1, in read_tp_mib_data()
|
H A D | cudbg_lib.c | 4159 t4_tp_mib_read(padap, buff, tp_pio->ireg_offset_range, in collect_tp_indirect()
|