| /drivers/ieee802154/ |
| A D | ieee802154_mcxw.c | 434 if (is_keyid_mode_1(mcxw_radio->tx_frame.psdu, mcxw_radio->tx_frame.length)) { in mcxw_tx() 975 if (is_keyid_mode_1(mcxw_ctx.tx_frame.psdu, mcxw_ctx.tx_frame.length) && in pd_mac_sap_handler() 976 !mcxw_ctx.tx_frame.sec_processed && !mcxw_ctx.tx_frame.hdr_updated) { in pd_mac_sap_handler() 977 set_frame_counter(mcxw_ctx.tx_frame.psdu, mcxw_ctx.tx_frame.length, in pd_mac_sap_handler() 983 mcxw_ctx.tx_frame.length = 0; in pd_mac_sap_handler() 1074 if (is_keyid_mode_1(mcxw_ctx.tx_frame.psdu, mcxw_ctx.tx_frame.length) && in plme_mac_sap_handler() 1075 !mcxw_ctx.tx_frame.sec_processed && !mcxw_ctx.tx_frame.hdr_updated) { in plme_mac_sap_handler() 1076 set_frame_counter(mcxw_ctx.tx_frame.psdu, mcxw_ctx.tx_frame.length, in plme_mac_sap_handler() 1098 if (is_keyid_mode_1(mcxw_ctx.tx_frame.psdu, mcxw_ctx.tx_frame.length) && in plme_mac_sap_handler() 1099 !mcxw_ctx.tx_frame.sec_processed && !mcxw_ctx.tx_frame.hdr_updated) { in plme_mac_sap_handler() [all …]
|
| A D | ieee802154_mcxw.h | 108 mcxw_tx_frame tx_frame; member
|
| A D | ieee802154_esp32.c | 276 void IRAM_ATTR esp_ieee802154_transmit_done(const uint8_t *tx_frame, const uint8_t *ack_frame, in esp_ieee802154_transmit_done() argument
|
| /drivers/spi/ |
| A D | spi_npcx_spip.c | 145 static void spi_npcx_spip_process_tx_buf(struct spi_npcx_spip_data *const data, uint16_t *tx_frame) in spi_npcx_spip_process_tx_buf() argument 150 *tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_npcx_spip_process_tx_buf() 152 *tx_frame = UNALIGNED_GET((uint16_t *)(data->ctx.tx_buf)); in spi_npcx_spip_process_tx_buf() 180 uint16_t tx_frame = SPI_NPCX_SPIP_TX_NOP; in spi_npcx_spip_xfer_frame() local 183 spi_npcx_spip_process_tx_buf(data, &tx_frame); in spi_npcx_spip_xfer_frame() 191 reg_base->SPIP_DATA = tx_frame; in spi_npcx_spip_xfer_frame() 218 uint16_t tx_frame = SPI_NPCX_SPIP_TX_NOP; in spi_npcx_spip_isr() local 227 spi_npcx_spip_process_tx_buf(data, &tx_frame); in spi_npcx_spip_isr() 228 reg_base->SPIP_DATA = tx_frame; in spi_npcx_spip_isr() 246 spi_npcx_spip_process_tx_buf(data, &tx_frame); in spi_npcx_spip_isr() [all …]
|
| A D | spi_silabs_usart.c | 242 uint8_t tx_frame = 0; in spi_silabs_usart_next_tx() local 245 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_silabs_usart_next_tx() 248 return tx_frame; in spi_silabs_usart_next_tx() 254 uint8_t tx_frame; in spi_silabs_usart_shift_frames() local 257 tx_frame = spi_silabs_usart_next_tx(data); in spi_silabs_usart_shift_frames() 258 spi_silabs_usart_send(usart, tx_frame); in spi_silabs_usart_shift_frames()
|
| A D | spi_numaker.c | 150 uint32_t tx_frame, rx_frame; in spi_numaker_txrx() local 156 tx_frame = ((ctx->tx_buf == NULL) ? SPI_NUMAKER_TX_NOP in spi_numaker_txrx() 159 SPI_WRITE_TX(dev_cfg->spi, tx_frame); in spi_numaker_txrx() 161 LOG_DBG("%s --> TX [0x%x] done", __func__, tx_frame); in spi_numaker_txrx()
|
| A D | spi_silabs_siwx91x_gspi.c | 450 uint16_t tx_frame = 0; in gspi_siwx91x_next_tx() local 454 tx_frame = *((uint8_t *)(data->ctx.tx_buf)); in gspi_siwx91x_next_tx() 456 tx_frame = UNALIGNED_GET((uint16_t *)(data->ctx.tx_buf)); in gspi_siwx91x_next_tx() 460 return tx_frame; in gspi_siwx91x_next_tx() 478 uint16_t tx_frame; in gspi_siwx91x_shift_frames() local 481 tx_frame = gspi_siwx91x_next_tx(data, dfs); in gspi_siwx91x_shift_frames() 482 gspi_siwx91x_send(cfg, tx_frame); in gspi_siwx91x_shift_frames()
|
| A D | spi_silabs_eusart.c | 522 uint8_t tx_frame = 0; in spi_silabs_eusart_next_tx() local 525 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_silabs_eusart_next_tx() 528 return tx_frame; in spi_silabs_eusart_next_tx() 534 uint8_t tx_frame; in spi_silabs_eusart_shift_frames() local 537 tx_frame = spi_silabs_eusart_next_tx(data); in spi_silabs_eusart_shift_frames() 538 spi_silabs_eusart_send(eusart, tx_frame); in spi_silabs_eusart_shift_frames()
|
| A D | spi_ll_stm32.c | 312 uint32_t tx_frame = SPI_STM32_TX_NOP; in spi_stm32_send_next_frame() local 316 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_stm32_send_next_frame() 318 LL_SPI_TransmitData8(spi, tx_frame); in spi_stm32_send_next_frame() 322 tx_frame = UNALIGNED_GET((uint16_t *)(data->ctx.tx_buf)); in spi_stm32_send_next_frame() 324 LL_SPI_TransmitData16(spi, tx_frame); in spi_stm32_send_next_frame() 420 uint16_t tx_frame; in spi_stm32_shift_s() local 423 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_stm32_shift_s() 424 LL_SPI_TransmitData8(spi, tx_frame); in spi_stm32_shift_s() 427 tx_frame = UNALIGNED_GET((uint16_t *)(data->ctx.tx_buf)); in spi_stm32_shift_s() 428 LL_SPI_TransmitData16(spi, tx_frame); in spi_stm32_shift_s()
|
| A D | spi_gd32.c | 199 uint16_t tx_frame = 0U, rx_frame = 0U; in spi_gd32_frame_exchange() local 207 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_gd32_frame_exchange() 210 SPI_DATA(cfg->reg) = tx_frame; in spi_gd32_frame_exchange() 215 tx_frame = UNALIGNED_GET((uint8_t *)(data->ctx.tx_buf)); in spi_gd32_frame_exchange() 217 SPI_DATA(cfg->reg) = tx_frame; in spi_gd32_frame_exchange()
|
| /drivers/ethernet/ |
| A D | eth_xmc4xxx.c | 189 struct eth_xmc4xxx_tx_frame *tx_frame = SYS_SLIST_CONTAINER(node, tx_frame, node); in eth_xmc4xxx_flush_tx() local 191 net_pkt_unref(tx_frame->pkt); in eth_xmc4xxx_flush_tx() 234 struct eth_xmc4xxx_tx_frame *tx_frame; in eth_xmc4xxx_send() local 266 tx_frame->pkt = pkt; in eth_xmc4xxx_send() 503 struct eth_xmc4xxx_tx_frame *tx_frame = SYS_SLIST_CONTAINER(node, tx_frame, node); in eth_xmc4xxx_handle_tx() local 508 if (tx_frame->head_index >= tx_frame->tail_index) { in eth_xmc4xxx_handle_tx() 509 num_descriptors = tx_frame->head_index - tx_frame->tail_index + 1; in eth_xmc4xxx_handle_tx() 512 tx_frame->tail_index + 1; in eth_xmc4xxx_handle_tx() 515 index = tx_frame->tail_index; in eth_xmc4xxx_handle_tx() 530 struct net_pkt *pkt = tx_frame->pkt; in eth_xmc4xxx_handle_tx() [all …]
|
| /drivers/watchdog/ |
| A D | wdt_nxp_fs26.c | 150 struct fs26_spi_tx_frame *tx_frame, in fs26_spi_transceive() argument 176 tx_buf = (uint32_t)(FS26_SET_REG_ADDR(tx_frame->addr) in fs26_spi_transceive() 177 | FS26_SET_DATA(tx_frame->data) in fs26_spi_transceive() 178 | (tx_frame->write ? FS26_RW : 0)); in fs26_spi_transceive() 225 struct fs26_spi_tx_frame tx_frame = { in fs26_getreg() local 231 return fs26_spi_transceive(spi, &tx_frame, rx_frame); in fs26_getreg() 245 struct fs26_spi_tx_frame tx_frame = { in fs26_setreg() local 251 return fs26_spi_transceive(spi, &tx_frame, NULL); in fs26_setreg()
|
| /drivers/hdlc_rcp_if/ |
| A D | hdlc_rcp_if_spi.c | 150 struct spi_buf tx_frame = { in hdlc_rcp_if_push_pull_spi() local 155 .buffers = &tx_frame, in hdlc_rcp_if_push_pull_spi()
|
| /drivers/can/ |
| A D | can_mcp2515.c | 552 uint8_t tx_frame[MCP2515_FRAME_LEN]; in mcp2515_send() local 592 mcp2515_convert_canframe_to_mcp2515frame(frame, tx_frame); in mcp2515_send() 598 len = sizeof(tx_frame) - CAN_MAX_DLC + frame->dlc; in mcp2515_send() 600 mcp2515_cmd_load_tx_buffer(dev, abc, tx_frame, len); in mcp2515_send()
|
| /drivers/psi5/ |
| A D | psi5_nxp_s32.c | 372 .txMode = DT_ENUM_IDX_OR(node_id, tx_frame, 0), \
|