aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_fcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_fcoe.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_fcoe.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/ixgbe/ixgbe_fcoe.c b/drivers/net/ixgbe/ixgbe_fcoe.c
index 00af15a9cdc6..dba7d77588ef 100644
--- a/drivers/net/ixgbe/ixgbe_fcoe.c
+++ b/drivers/net/ixgbe/ixgbe_fcoe.c
@@ -813,21 +813,6 @@ out_disable:
813 813
814#ifdef CONFIG_IXGBE_DCB 814#ifdef CONFIG_IXGBE_DCB
815/** 815/**
816 * ixgbe_fcoe_getapp - retrieves current user priority bitmap for FCoE
817 * @adapter : ixgbe adapter
818 *
819 * Finds out the corresponding user priority bitmap from the current
820 * traffic class that FCoE belongs to. Returns 0 as the invalid user
821 * priority bitmap to indicate an error.
822 *
823 * Returns : 802.1p user priority bitmap for FCoE
824 */
825u8 ixgbe_fcoe_getapp(struct ixgbe_adapter *adapter)
826{
827 return 1 << adapter->fcoe.up;
828}
829
830/**
831 * ixgbe_fcoe_setapp - sets the user priority bitmap for FCoE 816 * ixgbe_fcoe_setapp - sets the user priority bitmap for FCoE
832 * @adapter : ixgbe adapter 817 * @adapter : ixgbe adapter
833 * @up : 802.1p user priority bitmap 818 * @up : 802.1p user priority bitmap