Home
last modified time | relevance | path

Searched refs:tx_frames (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c533 ring_buffer_reset(&queue->tx_frames); in tx_descriptors_init()
731 pkt = UINT_TO_POINTER(ring_buffer_get(&queue->tx_frames)); in tx_completed()
762 struct ring_buffer *tx_frames = &queue->tx_frames; in tx_error_handler() local
783 while (tx_frames->tail != tx_frames->head) { in tx_error_handler()
785 pkt = UINT_TO_POINTER(tx_frames->buf[tx_frames->tail]); in tx_error_handler()
788 MODULO_INC(tx_frames->tail, tx_frames->len); in tx_error_handler()
1536 ring_buffer_put(&queue->tx_frames, POINTER_TO_UINT(pkt)); in eth_tx()
2192 .tx_frames = {
2217 .tx_frames = {
2244 .tx_frames = {
[all …]
Deth_sam_gmac_priv.h247 struct ring_buffer tx_frames; member
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c818 int tx_frames = spi_stm32_count_bufset_frames(config, tx_bufs); in spi_stm32_count_total_frames() local
820 if (tx_frames < 0) { in spi_stm32_count_total_frames()
821 return tx_frames; in spi_stm32_count_total_frames()
830 return MAX(rx_frames, tx_frames); in spi_stm32_count_total_frames()