HomeSort by: relevance | last modified time | path
    Searched refs:num_tcs (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.h 126 struct ixgbe_dcb_num_tcs num_tcs; member in struct:ixgbe_dcb_config
ixgbe_dcb_82599.c 394 tc_count = dcb_config->num_tcs.pg_tcs;
523 if (dcb_config->num_tcs.pg_tcs == 8) {
548 if (dcb_config->num_tcs.pg_tcs == 4) {
560 if (dcb_config->num_tcs.pg_tcs == 8)
ixgbe_vf.c 802 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
846 *num_tcs = msg[IXGBE_VF_TRANS_VLAN];
848 if (*num_tcs > hw->mac.max_rx_queues)
849 *num_tcs = 1;
ixgbe_vf.h 141 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
ixgbe_dcb.c 271 u8 tc = cfg->num_tcs.pg_tcs;
662 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs,
ixgbe_x550.c 1135 if (tc < hw->mac.dmac_config.num_tcs) {
ixgbe_type.h 733 u8 num_tcs; member in struct:ixgbe_dmac_config
ixgbe.c 5157 dcfg->num_tcs = 1;
  /src/lib/libcurses/
getch.c 205 static const int num_tcs = (sizeof(tc) / sizeof(struct tcdata)); variable in typeref:typename:const int
449 for (i = 0; i < num_tcs; i++) {

Completed in 34 milliseconds