Home
last modified time | relevance | path

Searched refs:tx_payload (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio.c98 static struct net_buf *tx_payload; variable
335 tx_payload = net_pkt_get_reserve_tx_data(IEEE802154_MAX_PHY_PACKET_SIZE, in dataInit()
337 __ASSERT_NO_MSG(tx_payload != NULL); in dataInit()
339 net_pkt_append_buffer(tx_pkt, tx_payload); in dataInit()
341 sTransmitFrame.mPsdu = tx_payload->data; in dataInit()
402 tx_payload->len = sTransmitFrame.mLength - FCS_SIZE; in transmit_message()
439 radio_api->tx(radio_dev, IEEE802154_TX_MODE_TXTIME_CCA, tx_pkt, tx_payload); in transmit_message()
444 tx_payload); in transmit_message()
449 tx_payload); in transmit_message()
454 tx_err = radio_api->tx(radio_dev, IEEE802154_TX_MODE_DIRECT, tx_pkt, tx_payload); in transmit_message()
/Zephyr-latest/drivers/espi/
Despi_npcx.c229 int flash_addr, int flash_len, int tx_payload);
1082 int cyc_type, int flash_addr, int flash_len, int tx_payload) in espi_npcx_flash_prepare_tx_header() argument
1097 (tx_payload + ESPI_FLASH_HEADER_PCKT_SIZE); in espi_npcx_flash_prepare_tx_header()