Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-loopback-test.c820 size_t tx_off, in spi_test_run_iter() argument
848 if (tx_off && (!tx_count)) { in spi_test_run_iter()
862 if (!(len || tx_off || rx_off)) { in spi_test_run_iter()
867 len, tx_off, rx_off); in spi_test_run_iter()
877 test.transfers[i].tx_buf += tx_off; in spi_test_run_iter()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_dcb.c588 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local
614 tx_off = BNXT_TX_STATS_OFFSET(tx_pfc_ena_frames_pri0); in bnxt_dcbnl_ieee_getpfc()
615 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
616 pfc->requests[i] = le64_to_cpu(*(stats + tx_off)); in bnxt_dcbnl_ieee_getpfc()
/linux/net/smc/
A Dsmc.h189 u32 tx_off; /* base offset in peer rmb */ member
A Dsmc_tx.c275 pos.offset = conn->tx_off + offset; in smcd_tx_ism_write()
296 conn->tx_off + in smc_tx_rdma_write()
A Daf_smc.c499 smc->conn.tx_off = bufsize * (smc->conn.peer_rmbe_idx - 1); in smcr_conn_save_peer_info()
512 smc->conn.tx_off = bufsize * smc->conn.peer_rmbe_idx; in smcd_conn_save_peer_info()

Completed in 17 milliseconds