Searched refs:num_tcs (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.h125 struct ixgbe_dcb_num_tcs num_tcs; member in struct:ixgbe_dcb_config
H A Dixgbe_dcb_82599.c391 tc_count = dcb_config->num_tcs.pg_tcs;
520 if (dcb_config->num_tcs.pg_tcs == 8) {
545 if (dcb_config->num_tcs.pg_tcs == 4) {
557 if (dcb_config->num_tcs.pg_tcs == 8)
H A Dixgbe_vf.c729 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, argument
772 *num_tcs = msg[IXGBE_VF_TRANS_VLAN];
774 if (*num_tcs > hw->mac.max_rx_queues)
775 *num_tcs = 1;
H A Dixgbe_vf.h142 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
H A Dixgbe_dcb.c268 u8 tc = cfg->num_tcs.pg_tcs;
673 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs,
H A Dif_ix.c3586 dcfg->num_tcs = 1;
H A Dixgbe_type.h708 u8 num_tcs; member in struct:ixgbe_dmac_config
H A Dixgbe_x550.c960 if (tc < hw->mac.dmac_config.num_tcs) {
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe.h799 u8 num_tcs; member in struct:xgbe_prv_data

Completed in 284 milliseconds