Home
last modified time | relevance | path

Searched refs:sduType (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h230 NETC_PORT_PTCTMSDUR_SDU_TYPE(config->sduType) | in NETC_PortConfigTcMaxSDU()
251 …config->sduType = (netc_tc_sdu_type_t)(uint32_t)((base->TCT_NUM[tcIdx].PTCTMSDUR & NETC_PORT_PTCTM… in NETC_PortGetTcMaxSDU()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h569sduType; /*!< Specifies the type of PDU/SDU whose length is being validated as seen on th… member
1510 netc_tc_sdu_type_t sduType : 2; /*!< Service Data Unit Type to user for MSDU */ member
1596 netc_tc_sdu_type_t sduType : 2; /*!< Service Data Unit Type to user for MSDU */ member
1675 netc_tb_rp_sdu_type_t sduType : 2; /*!< Service Data Unit Type */ member
1852 …netc_tb_sgi_sdu_type_t sduType : 2; /*!< The type of PDU/SDU for Interval Octets Maximum check for… member
Dfsl_netc_endpoint.c450 config->txTcCfg[i].sduCfg.sduType = kNETC_MPDU; in EP_GetDefaultConfig()
Dfsl_netc_switch.c221 config->ports[i].txTcCfg[j].sduCfg.sduType = kNETC_MPDU; in SWT_GetDefaultConfig()