summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h b/include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h
index 0d5965e..a2f6110 100644
--- a/include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h
+++ b/include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h
@@ -749,18 +749,6 @@ typedef struct ioc_fm_port_pcd_fqids_params_t {
#endif
#define FM_PORT_IOC_PCD_KG_UNBIND_SCHEMES _IOW(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(31), ioc_fm_pcd_port_schemes_params_t)
-/**************************************************************************//**
- @Function FM_PORT_PcdPrsModifyStartOffset
-
- @Description Runtime change of the parser start offset within the header.
-
- @Param[in] ioc_fm_pcd_prs_start_t A structure of parameters for defining the
- start point for the parser.
-
- @Return 0 on success; error code otherwise.
-*//***************************************************************************/
-#define FM_PORT_IOC_PCD_PRS_MODIFY_START_OFFSET _IOW(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(32), ioc_fm_pcd_prs_start_t)
-
typedef struct ioc_fm_port_mac_addr_params_t {
uint8_t addr[ENET_NUM_OCTETS_PER_ADDRESS];
} ioc_fm_port_mac_addr_params_t;