HomeSort by: relevance | last modified time | path
    Searched defs:tc_count (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 48 * @tc_count: Number of elements in bwg_array.
54 u8 tc_count)
60 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
64 for (tc = 0; tc < tc_count; tc++) {
89 * @tc_count: Number of elements in bwg_array.
95 u8 tc_count)
101 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
104 for (tc = 0; tc < tc_count; tc++) {
390 u8 tc_count = 8; local in function:ixgbe_dcb_config_tc_stats_82599
394 tc_count = dcb_config->num_tcs.pg_tcs
    [all...]
  /src/sys/arch/sparc64/dev/
sbusreg.h 166 uint64_t tc_count; /* timer/counter 0/1 count register */ /* ife.0000.3c00,3c10 */ member in struct:sysioreg::timer_counter
psychoreg.h 191 uint64_t tc_count; /* timer/counter 0/1 count register */ /* 1fe.0000.1c00,1c10 */ member in struct:psychoreg::timer_counter
  /src/sys/dev/pci/
twereg.h 165 u_int16_t tc_count; /* block & param count, msg credits */ member in struct:twe_cmd

Completed in 13 milliseconds