Searched full:mru (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/subsys/net/l2/ppp/ |
D | lcp.c | 152 ctx->lcp.my_options.mru = net_if_get_mtu(ctx->iface); in lcp_lower_up() 192 /* TODO: Set MRU/MTU of the network interface here */ in lcp_up() 220 return net_pkt_write_be16(pkt, ctx->lcp.my_options.mru); in lcp_add_mru() 227 uint16_t mru; in lcp_ack_mru() local 230 if (oplen != sizeof(mru)) { in lcp_ack_mru() 234 ret = net_pkt_read(pkt, &mru, sizeof(mru)); in lcp_ack_mru() 238 if (mru != ctx->lcp.my_options.mru) { in lcp_ack_mru() 239 /* Didn't acked our MRU: */ in lcp_ack_mru() 250 uint16_t mru; in lcp_nak_mru() local 253 if (oplen != sizeof(mru)) { in lcp_nak_mru() [all …]
|
D | Kconfig | 59 bool "LCP MRU option support" 61 Enable support for LCP MRU option.
|
D | misc.c | 304 return "MRU"; in ppp_option2str()
|
D | fsm.c | 407 len = MIN(len, ctx->lcp.my_options.mru); in ppp_send_pkt() 508 data_len = MIN(data_len, ctx->lcp.my_options.mru); in ppp_send_pkt() 1056 if (length > ctx->lcp.my_options.mru) { in ppp_fsm_input()
|
/Zephyr-latest/dts/bindings/mbox/ |
D | nxp,s32-mru.yaml | 7 The MRU couples with a processor and allows to receive messages from senders, 8 which are other modules or processors. The interrupts from each MRU instance 20 of receive channels on the MRU instance coupled with the core, for instance in 21 a devicetree overlay. In turn, the sender(s) must enable the MRU instance of the 39 compatible: "nxp,s32-mru" 53 It should be set by the receiver core coupled with this MRU instance.
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.nxp_s32 | 5 bool "NXP S32 Message Receive Unit (MRU) driver" 10 Driver for NXP S32 Message Receive Unit (MRU).
|
D | mbox_nxp_s32_mru.c | 247 /* Callback wrapper to adapt MRU's baremetal driver callback to Zephyr's mbox driver callback */
|
/Zephyr-latest/soc/nxp/s32/s32ze/ |
D | soc.h | 31 /* MRU */
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_priv.h | 36 * Get the first MRU mailbox address for an specific mbox handle 37 * mbox[0] addr = MRU base addr + (channel × channel offset), with channel=1..N
|
D | eth_nxp_s32_netc_vsi.c | 66 LOG_ERR("Failed to enable MRU channel %u", in nxp_s32_eth_iface_init()
|
D | eth_nxp_s32_netc.c | 76 LOG_ERR("Failed to register MRU callback on channel %u", in nxp_s32_eth_initialize_common()
|
D | eth_nxp_s32_netc_psi.c | 204 LOG_ERR("Failed to enable MRU channel %u", in nxp_s32_eth_iface_init()
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 32 int "PPP MTU and MRU" 35 This options sets MTU and MRU for PPP link.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32z27x_r52.dtsi | 574 compatible = "nxp,s32-mru"; 582 compatible = "nxp,s32-mru"; 590 compatible = "nxp,s32-mru"; 598 compatible = "nxp,s32-mru"; 606 compatible = "nxp,s32-mru"; 614 compatible = "nxp,s32-mru"; 622 compatible = "nxp,s32-mru"; 630 compatible = "nxp,s32-mru"; 706 reg-names = "sic", "rx_fifo", "rx_fifo_ctrl", "mru"; 720 reg-names = "sic", "rx_fifo", "rx_fifo_ctrl", "mru";
|
/Zephyr-latest/include/zephyr/net/ |
D | ppp.h | 33 /** PPP maximum receive unit (MRU) */ 374 uint16_t mru; member
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 35 | MRU | on-chip | mbox |
|
/Zephyr-latest/drivers/can/ |
D | can_nxp_s32_canxl.c | 1230 .base_mru = (CANXL_MRU_Type *)DT_INST_REG_ADDR_BY_NAME(n, mru), \
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 806 * Added NXP S32 Message Receive Unit (MRU) driver. 1372 - :dtcompatible:`nxp,s32-mru`
|
D | release-notes-2.6.rst | 727 * Added PPP LCP MRU option support.
|