Searched refs:tx_off (Results 1 – 2 of 2) sorted by relevance
857 size_t tx_off, in spi_test_run_iter() argument885 if (tx_off && (!tx_count)) { in spi_test_run_iter()899 if (!(len || tx_off || rx_off)) { in spi_test_run_iter()904 len, tx_off, rx_off); in spi_test_run_iter()914 test.transfers[i].tx_buf += tx_off; in spi_test_run_iter()
598 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local624 tx_off = BNXT_TX_STATS_OFFSET(tx_pfc_ena_frames_pri0); in bnxt_dcbnl_ieee_getpfc()625 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()626 pfc->requests[i] = le64_to_cpu(*(stats + tx_off)); in bnxt_dcbnl_ieee_getpfc()
Completed in 7 milliseconds