ETHFW API Guide
EthRemoteCfg_MacAddrRxFlowReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_REGISTER_MAC or ETHREMOTECFG_CMD_DEREGISTER_MAC commands.

This structure holds the MAC address and the RxflowId which needs to be registered for a given virtual port.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint8_t macAddr [ETHREMOTECFG_MACADDRLEN]
 
uint32_t flowIdxBase
 
uint32_t flowIdxOffset
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_MacAddrRxFlowReq::hdr

Request message common header.

◆ macAddr

uint8_t EthRemoteCfg_MacAddrRxFlowReq::macAddr[ETHREMOTECFG_MACADDRLEN]

MAC address which needs to be registered.

◆ flowIdxBase

uint32_t EthRemoteCfg_MacAddrRxFlowReq::flowIdxBase

Rx flow index base.

◆ flowIdxOffset

uint32_t EthRemoteCfg_MacAddrRxFlowReq::flowIdxOffset

Rx flow index offset to which the MAC address needs to be registered.