summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h
diff options
context:
space:
mode:
authorMandy Lavi <mandy.lavi@freescale.com>2015-07-23 04:09:07 (GMT)
committerMandy Lavi <mandy.lavi@freescale.com>2015-10-14 12:20:29 (GMT)
commitb5d989953e6e9ade77493b65694e07b016f8bcaf (patch)
tree09ea7524fa533a3a7ec290d441477def70951c50 /drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h
parent4c642e7af5e9e605b9fb6b8130216548c7bc180b (diff)
downloadlinux-fsl-qoriq-b5d989953e6e9ade77493b65694e07b016f8bcaf.tar.xz
fmd: Remove FM_PORT_PcdPrsModifyStartOffset routine - not supported
Signed-off-by: Mandy Lavi <mandy.lavi@freescale.com>
Diffstat (limited to 'drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h')
-rw-r--r--drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h b/drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h
index dbade61..08a5aa5 100644
--- a/drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h
+++ b/drivers/net/ethernet/freescale/fman/inc/Peripherals/fm_port_ext.h
@@ -2510,23 +2510,6 @@ t_Error FM_PORT_PcdKgBindSchemes (t_Handle h_FmPort, t_FmPcdPortSchemesParams *p
t_Error FM_PORT_PcdKgUnbindSchemes (t_Handle h_FmPort, t_FmPcdPortSchemesParams *p_PortScheme);
/**************************************************************************//**
- @Function FM_PORT_PcdPrsModifyStartOffset
-
- @Description Runtime change of the parser start offset within the header.
- The routine may not be called while port
- receives packets using the PCD functionalities, therefore port must be first detached
- from the PCD, only than the routine may be called, and than port be attached to PCD again.
- @Param[in] h_FmPort A handle to a FM Port module.
- @Param[in] p_FmPcdPrsStart A structure of parameters for defining the
- start point for the parser.
-
- @Return E_OK on success; Error code otherwise.
-
- @Cautions Allowed only following FM_PORT_Init(), FM_PORT_SetPCD() and FM_PORT_DetatchPCD().
-*//***************************************************************************/
-t_Error FM_PORT_PcdPrsModifyStartOffset (t_Handle h_FmPort, t_FmPcdPrsStart *p_FmPcdPrsStart);
-
-/**************************************************************************//**
@Function FM_PORT_GetIPv4OptionsCount
@Description TODO