Searched refs:statistics (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c1070 sw_stp = &ngep->statistics.sw_statistics;
1108 /* Clear the software statistics */
2147 tx_pkts = ngep->statistics.sw_statistics.xmit_count - ngep->tpkts_last;
2148 ngep->tpkts_last = ngep->statistics.sw_statistics.xmit_count;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h461 /* Per-ring statistics */
790 dma_area_t statistics; /* describes hardware */ member in struct:bge
791 /* statistics area */
1085 #define BGE_DBG_STATS 0x00800000 /* statistics */
H A Dbge_chip2.c4326 * Step 22: clear the MAC statistics block
4624 * Steps 63-64: initialise status block & statistics
4633 * Steps 66-67: initialise status block & statistics
4638 bgep->statistics.cookie.dmac_laddress);
4691 * Step 73: Clear & enable MAC statistics
6105 areap = &bgep->statistics;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c880 &kwqe->statistics) == LM_STATUS_SUCCESS)
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1328 static int statistics = 0; local
1336 {OPT_FLAG, "s", (char*)&statistics, "Print parser stats to standard output."},
1435 if( statistics ){
1436 printf("Parser statistics: %d terminals, %d nonterminals, %d rules\n",
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c4101 SMHBA_PROTOCOLSTATISTICS *statistics)
4115 status = ((GetLUNStatisticsFunc)(vendorHandle, lunit, statistics));
4098 SMHBA_GetLUNStatistics( HBA_HANDLE handle, const HBA_SCSIID *lunit, SMHBA_PROTOCOLSTATISTICS *statistics) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3101 u8_t statistics_counter_id /* statistics counter id */;
3102 u8_t statistics_en_flg /* statistics en flg */;
4927 * FCoe statistics request $$KEEP_ENDIANNESS$$
4953 struct fcoe_kwqe_stat statistics; member in union:fcoe_kwqe
5027 * FCoE RX statistics parameters section#0 $$KEEP_ENDIANNESS$$
5037 * FCoE RX statistics parameters section#1 $$KEEP_ENDIANNESS$$
5047 * FCoE RX statistics parameters section#2 $$KEEP_ENDIANNESS$$
5088 * FCoE TX statistics parameters $$KEEP_ENDIANNESS$$
5099 * FCoE statistics parameters $$KEEP_ENDIANNESS$$
5103 struct fcoe_tx_stat_params tx_stat /* FCoE TX statistics parameter
9671 struct xstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:xstorm_toe_stats
9694 struct tstorm_toe_stats_section statistics[2] /* 0 - ipv4 , 1 - ipv6 */; member in struct:tstorm_toe_stats
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c561 uint_t statistics);
14554 fcp_fail_cmd(struct fcp_pkt *cmd, uchar_t reason, uint_t statistics) argument
14563 cmd->cmd_pkt->pkt_statistics = statistics;

Completed in 1545 milliseconds

12