Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
Ddsp_core.c191 int rx_off = 1; in dsp_rx_off_member() local
200 rx_off = 0; in dsp_rx_off_member()
203 rx_off = 0; in dsp_rx_off_member()
206 rx_off = 0; in dsp_rx_off_member()
209 rx_off = 0; in dsp_rx_off_member()
213 if (rx_off == dsp->rx_is_off) in dsp_rx_off_member()
223 cq.p1 = rx_off; in dsp_rx_off_member()
229 dsp->rx_is_off = rx_off; in dsp_rx_off_member()
232 __func__, dsp->name, rx_off); in dsp_rx_off_member()
/drivers/spi/
Dspi-loopback-test.c821 size_t rx_off in spi_test_run_iter() argument
854 if (rx_off && (!rx_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()
879 test.transfers[i].rx_buf += rx_off; in spi_test_run_iter()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c588 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local
613 rx_off = BNXT_RX_STATS_OFFSET(rx_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()
617 pfc->indications[i] = le64_to_cpu(*(stats + rx_off)); in bnxt_dcbnl_ieee_getpfc()
/drivers/net/hamradio/
Ddmascc.c235 static inline void rx_off(struct scc_priv *priv);
1048 static inline void rx_off(struct scc_priv *priv) in rx_off() function
1379 rx_off(priv); in es_isr()
/drivers/isdn/hardware/mISDN/
Dhfc_multi.h59 int rx_off; /* set to turn fifo receive off */ member
Dhfcmulti.c2213 if (hc->chan[ch].rx_off) { in hfcmulti_rx()
3452 hc->chan[bch->slot].rx_off = 0; in deactivate_bchannel()
3575 hc->chan[bch->slot].rx_off = !!cq->p1; in channel_bctrl()
3576 if (!hc->chan[bch->slot].rx_off) { in channel_bctrl()
3585 __func__, bch->nr, hc->chan[bch->slot].rx_off); in channel_bctrl()
4110 hc->chan[ch].rx_off = 0; in open_bchannel()