Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ixgbe_dcb_82598.c File Reference
#include "ixgbe.h"
#include "ixgbe_type.h"
#include "ixgbe_dcb.h"
#include "ixgbe_dcb_82598.h"

Go to the source code of this file.

Functions

s32 ixgbe_dcb_config_rx_arbiter_82598 (struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *prio_type)
 
s32 ixgbe_dcb_config_tx_desc_arbiter_82598 (struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *prio_type)
 
s32 ixgbe_dcb_config_tx_data_arbiter_82598 (struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *prio_type)
 
s32 ixgbe_dcb_config_pfc_82598 (struct ixgbe_hw *hw, u8 pfc_en)
 
s32 ixgbe_dcb_hw_config_82598 (struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, u16 *max, u8 *bwg_id, u8 *prio_type)
 

Function Documentation

s32 ixgbe_dcb_config_pfc_82598 ( struct ixgbe_hw hw,
u8  pfc_en 
)

ixgbe_dcb_config_pfc_82598 - Config priority flow control : pointer to hardware structure : pointer to ixgbe_dcb_config structure

Configure Priority Flow Control for each traffic class.

Definition at line 192 of file ixgbe_dcb_82598.c.

s32 ixgbe_dcb_config_rx_arbiter_82598 ( struct ixgbe_hw hw,
u16 refill,
u16 max,
u8 prio_type 
)

ixgbe_dcb_config_rx_arbiter_82598 - Config Rx data arbiter : pointer to hardware structure : pointer to ixgbe_dcb_config structure

Configure Rx Data Arbiter and credits for each traffic class.

Definition at line 41 of file ixgbe_dcb_82598.c.

s32 ixgbe_dcb_config_tx_data_arbiter_82598 ( struct ixgbe_hw hw,
u16 refill,
u16 max,
u8 bwg_id,
u8 prio_type 
)

ixgbe_dcb_config_tx_data_arbiter_82598 - Config Tx data arbiter : pointer to hardware structure : pointer to ixgbe_dcb_config structure

Configure Tx Data Arbiter and credits for each traffic class.

Definition at line 145 of file ixgbe_dcb_82598.c.

s32 ixgbe_dcb_config_tx_desc_arbiter_82598 ( struct ixgbe_hw hw,
u16 refill,
u16 max,
u8 bwg_id,
u8 prio_type 
)

ixgbe_dcb_config_tx_desc_arbiter_82598 - Config Tx Desc. arbiter : pointer to hardware structure : pointer to ixgbe_dcb_config structure

Configure Tx Descriptor Arbiter and credits for each traffic class.

Definition at line 98 of file ixgbe_dcb_82598.c.

s32 ixgbe_dcb_hw_config_82598 ( struct ixgbe_hw hw,
u8  pfc_en,
u16 refill,
u16 max,
u8 bwg_id,
u8 prio_type 
)

ixgbe_dcb_hw_config_82598 - Config and enable DCB : pointer to hardware structure : pointer to ixgbe_dcb_config structure

Configure dcb settings and enable dcb mode.

Definition at line 277 of file ixgbe_dcb_82598.c.