Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-axi-spi-engine.c90 unsigned int tx_length; member
280 st->tx_length = xfer->len; in spi_engine_tx_next()
334 while (n && st->tx_length) { in spi_engine_write_tx_fifo()
335 m = min(n, st->tx_length); in spi_engine_write_tx_fifo()
340 st->tx_length -= m; in spi_engine_write_tx_fifo()
342 if (st->tx_length == 0) in spi_engine_write_tx_fifo()
346 return st->tx_length != 0; in spi_engine_write_tx_fifo()
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c150 s->tx_length[chan] = 0; in aw_emac_tx_reset()
344 len = s->tx_length[chan]; in aw_emac_write()
373 s->tx_length[chan] = value; in aw_emac_write()
512 VMSTATE_UINT32_ARRAY(tx_length, AwEmacState, NUM_TX_FIFOS),
/openbmc/qemu/include/hw/net/
H A Dallwinner_emac.h173 uint32_t tx_length[NUM_TX_FIFOS]; member
/openbmc/linux/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 */
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h84 __le16 tx_length; member
/openbmc/linux/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()
/openbmc/linux/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()