Home
last modified time | relevance | path

Searched refs:tx_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c388 sc->transfer.tx_offset = 0; in qcom_spi_hw_setup_transfer_selection()
419 sc->transfer.tx_offset = 0; in qcom_spi_hw_complete_transfer()
449 bytes_left = sc->transfer.tx_len - sc->transfer.tx_offset; in qcom_spi_hw_setup_current_transfer()
484 sc->transfer.tx_offset, in qcom_spi_hw_setup_current_transfer()
751 if (sc->transfer.tx_offset < sc->transfer.tx_len) { in qcom_spi_hw_write_from_tx_buf()
752 *val |= (sc->transfer.tx_buf[sc->transfer.tx_offset] & 0xff) in qcom_spi_hw_write_from_tx_buf()
754 sc->transfer.tx_offset++; in qcom_spi_hw_write_from_tx_buf()
H A Dqcom_spi_var.h102 int tx_offset; member
H A Dqcom_spi.c510 while (sc->transfer.tx_offset < sc->transfer.tx_len) { in qcom_spi_transfer_pio_block()
522 sc->transfer.tx_offset, sc->transfer.tx_len, in qcom_spi_transfer_pio_block()
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h111 bool offset_loaded, u64 *tx_offset,
H A Di40e_common.c7134 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument
7151 *tx_offset = tx_counter; in i40e_lpi_stat_update()
7155 *tx_stat = (tx_counter >= *tx_offset) ? in i40e_lpi_stat_update()
7156 (u32)(tx_counter - *tx_offset) : in i40e_lpi_stat_update()
7157 (u32)((tx_counter + BIT_ULL(32)) - *tx_offset); in i40e_lpi_stat_update()