Changeset View
Changeset View
Standalone View
Standalone View
head/sys/dev/ixgbe/ixgbe_dcb_82598.c
/****************************************************************************** | /****************************************************************************** | ||||
Copyright (c) 2001-2013, Intel Corporation | Copyright (c) 2001-2014, Intel Corporation | ||||
All rights reserved. | All rights reserved. | ||||
Redistribution and use in source and binary forms, with or without | Redistribution and use in source and binary forms, with or without | ||||
Context not available. | |||||
u16 *refill, u16 *max, u8 *bwg_id, | u16 *refill, u16 *max, u8 *bwg_id, | ||||
u8 *tsa) | u8 *tsa) | ||||
{ | { | ||||
UNREFERENCED_1PARAMETER(link_speed); | |||||
ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); | ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); | ||||
ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id, | ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id, | ||||
tsa); | tsa); | ||||
Context not available. |