Home
last modified time | relevance | path

Searched refs:tx_length (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/spi/
H A Dspi-axi-spi-engine.c123 unsigned int tx_length; member
387 st->tx_length = xfer->len; in spi_engine_tx_next()
442 while (n && st->tx_length) { in spi_engine_write_tx_fifo()
446 m = min(n, st->tx_length); in spi_engine_write_tx_fifo()
450 st->tx_length -= m; in spi_engine_write_tx_fifo()
454 m = min(n, st->tx_length / 2); in spi_engine_write_tx_fifo()
458 st->tx_length -= m * 2; in spi_engine_write_tx_fifo()
462 m = min(n, st->tx_length / 4); in spi_engine_write_tx_fifo()
466 st->tx_length -= m * 4; in spi_engine_write_tx_fifo()
469 if (st->tx_length == 0) in spi_engine_write_tx_fifo()
[all …]
/linux-6.15/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h84 __le16 tx_length; member
/linux-6.15/drivers/net/fddi/skfp/h/
H A Dsupern_2.h161 unsigned int tx_length:16 ; /* frame length lower/upper byte */ member
177 unsigned int tx_length:16 ; /* frame length lower/upper byte */
/linux-6.15/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h18 __le16 tx_length; member
H A Dzd_mac.c594 static int zd_calc_tx_length_us(u8 *service, u8 zd_rate, u16 tx_length) in zd_calc_tx_length_us() argument
615 u32 bits = (u32)tx_length * 8; in zd_calc_tx_length_us()
876 cs->tx_length = cpu_to_le16(frag_len); in fill_ctrlset()
903 le16_to_cpu(cs->tx_length)); in fill_ctrlset()
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c33 unsigned int tx_length; member
3012 .tx_length = ARRAY_SIZE(prefix##_tx), \
10229 B2056_TX0, pts->tx, pts->tx_length); in b2056_upload_inittabs()
10231 B2056_TX1, pts->tx, pts->tx_length); in b2056_upload_inittabs()