summaryrefslogtreecommitdiff
path: root/include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/fmd/Peripherals/fm_port_ioctls.h')
-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;