Searched refs:rxlen (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dbmi.c163 u32 rxlen; local
175 rxlen = min_t(u32, length, BMI_MAX_DATA_SIZE);
179 cmd.read_mem.len = __cpu_to_le32(rxlen);
182 &resp, &rxlen);
189 memcpy(buffer, resp.read_mem.payload, rxlen);
190 address += rxlen;
191 buffer += rxlen;
192 length -= rxlen;
/freebsd-current/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c153 uint32_t rxlen; member in struct:aw_spi_softc
409 if (sc->rxcnt == sc->rxlen)
417 if (sc->rxcnt < sc->rxlen)
463 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) argument
473 sc->rxlen = rxlen;
/freebsd-current/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c118 uint32_t rxlen; member in struct:rk_spi_softc
213 while (sc->rxidx < sc->rxlen &&
243 sc->rxlen = len;
262 if (sc->rxidx != sc->rxlen || sc->txidx != sc->txlen)
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_spi.c136 uint32_t rxlen; member in struct:spi_softc
276 while (sc->rxidx < sc->rxlen && (RD4(sc, ECSPI_STATREG) & SREG_RR)) {
386 sc->rxlen = len;
401 if (sc->rxidx != sc->rxlen || sc->txidx != sc->txlen)
/freebsd-current/sys/riscv/sifive/
H A Dsifive_spi.c183 uint32_t txlen, uint32_t rxlen)
187 KASSERT(txlen == rxlen, ("TX and RX lengths must be equal"));
182 sfspi_xfer_buf(struct sfspi_softc *sc, uint8_t *rxbuf, uint8_t *txbuf, uint32_t txlen, uint32_t rxlen) argument
/freebsd-current/sys/dev/msk/
H A Dif_msk.c3179 int cons, rxlen; local
3187 rxlen = status >> 16;
3190 rxlen -= ETHER_VLAN_ENCAP_LEN;
3204 ((status & GMR_FS_RX_OK) == 0) || (rxlen != len)) {
3255 int cons, rxlen; local
3263 rxlen = status >> 16;
3266 rxlen -= ETHER_VLAN_ENCAP_LEN;
3269 ((status & GMR_FS_RX_OK) == 0) || (rxlen != len)) {

Completed in 189 milliseconds