Searched refs:rx_off (Results 1 – 5 of 5) sorted by relevance
192 int rx_off = 1; in dsp_rx_off_member() local201 rx_off = 0; in dsp_rx_off_member()204 rx_off = 0; in dsp_rx_off_member()207 rx_off = 0; in dsp_rx_off_member()210 rx_off = 0; in dsp_rx_off_member()214 if (rx_off == dsp->rx_is_off) in dsp_rx_off_member()224 cq.p1 = rx_off; in dsp_rx_off_member()230 dsp->rx_is_off = rx_off; in dsp_rx_off_member()233 __func__, dsp->name, rx_off); in dsp_rx_off_member()
858 size_t rx_off in spi_test_run_iter() argument891 if (rx_off && (!rx_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()916 test.transfers[i].rx_buf += rx_off; in spi_test_run_iter()
598 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local623 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()
59 int rx_off; /* set to turn fifo receive off */ member
2184 if (hc->chan[ch].rx_off) { in hfcmulti_rx()3423 hc->chan[bch->slot].rx_off = 0; in deactivate_bchannel()3546 hc->chan[bch->slot].rx_off = !!cq->p1; in channel_bctrl()3547 if (!hc->chan[bch->slot].rx_off) { in channel_bctrl()3556 __func__, bch->nr, hc->chan[bch->slot].rx_off); in channel_bctrl()4081 hc->chan[ch].rx_off = 0; in open_bchannel()
Completed in 28 milliseconds