Home
last modified time | relevance | path

Searched refs:rx_off (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/spi/
H A Dspi-loopback-test.c857 size_t rx_off in spi_test_run_iter() argument
890 if (rx_off && (!rx_count)) { in spi_test_run_iter()
898 if (!(len || tx_off || rx_off)) { in spi_test_run_iter()
903 len, tx_off, rx_off); in spi_test_run_iter()
915 test.transfers[i].rx_buf += rx_off; in spi_test_run_iter()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c598 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local
623 rx_off = BNXT_RX_STATS_OFFSET(rx_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()
627 pfc->indications[i] = le64_to_cpu(*(stats + rx_off)); in bnxt_dcbnl_ieee_getpfc()
/linux/net/smc/
H A Dsmc.h276 u8 rx_off; /* receive offset: member
H A Dsmc_rx.c387 rcvbuf_base = conn->rx_off + conn->rmb_desc->cpu_addr; in smc_rx_recvmsg()
H A Dsmc_cdc.c300 base = (char *)conn->rmb_desc->cpu_addr + conn->rx_off; in smc_cdc_handle_urg_data_arrival()
H A Dsmc_core.c2062 conn->rx_off = sizeof(struct smcd_cdc_msg); in smc_conn_create()
2065 conn->rx_off = 0; in smc_conn_create()