Searched refs:tx_off (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-loopback-test.c | 857 size_t tx_off, in spi_test_run_iter() argument 885 if (tx_off && (!tx_count)) { in spi_test_run_iter() 899 if (!(len || tx_off || rx_off)) { in spi_test_run_iter() 903 " with iteration values: len = %zu, tx_off = %zu, rx_off = %zu\n", 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()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 598 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local 624 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()
|
/linux/net/smc/ |
H A D | smc_tx.c | 309 conn->peer_rmbe_idx, signal, conn->tx_off + offset, in smcd_tx_ism_write() 329 conn->tx_off + in smc_tx_rdma_write()
|
H A D | smc.h | 242 u32 tx_off; /* base offset in peer rmb */ member
|
H A D | af_smc.c | 723 smc->conn.tx_off = bufsize * (smc->conn.peer_rmbe_idx - 1); in smcr_conn_save_peer_info() 736 smc->conn.tx_off = bufsize * smc->conn.peer_rmbe_idx; in smcd_conn_save_peer_info()
|