Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-loopback-test.c819 size_t tx_off, in spi_test_run_iter() argument
847 if (tx_off && (!tx_count)) { in spi_test_run_iter()
861 if (!(len || tx_off || rx_off)) { in spi_test_run_iter()
866 len, tx_off, rx_off); in spi_test_run_iter()
876 test.transfers[i].tx_buf += tx_off; in spi_test_run_iter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c549 long rx_off, tx_off; in bnxt_dcbnl_ieee_getpfc() local
575 tx_off = BNXT_TX_STATS_OFFSET(tx_pfc_ena_frames_pri0); in bnxt_dcbnl_ieee_getpfc()
576 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++, rx_off++, tx_off++) { in bnxt_dcbnl_ieee_getpfc()
577 pfc->requests[i] = le64_to_cpu(*(stats + tx_off)); in bnxt_dcbnl_ieee_getpfc()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc.h179 u32 tx_off; /* base offset in peer rmb */ member
H A Dsmc_tx.c259 pos.offset = conn->tx_off + offset; in smcd_tx_ism_write()
280 conn->tx_off + in smc_tx_rdma_write()
H A Daf_smc.c461 smc->conn.tx_off = bufsize * (smc->conn.peer_rmbe_idx - 1); in smcr_conn_save_peer_info()
484 smc->conn.tx_off = bufsize * smc->conn.peer_rmbe_idx; in smcd_conn_save_peer_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c6034 u16 *tx_off; in rtw_hal_tx_pause() local
6040 tx_off = &hal_com->band[band_idx].tx_pause[rson]; in rtw_hal_tx_pause()
6044 *tx_off = (u16)~RTW_TXEN_MG0; in rtw_hal_tx_pause()
6051 *tx_off = (u16)RTW_TXEN_ALL; in rtw_hal_tx_pause()
6058 *tx_off = 0; in rtw_hal_tx_pause()
6061 tx_off = hal_com->band[band_idx].tx_pause; in rtw_hal_tx_pause()
6063 if (tx_off[i]) in rtw_hal_tx_pause()
6064 tx_cfg |= tx_off[i]; in rtw_hal_tx_pause()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c6050 u16 *tx_off; in rtw_hal_tx_pause() local
6056 tx_off = &hal_com->band[band_idx].tx_pause[rson]; in rtw_hal_tx_pause()
6060 *tx_off = (u16)~RTW_TXEN_MG0; in rtw_hal_tx_pause()
6067 *tx_off = (u16)RTW_TXEN_ALL; in rtw_hal_tx_pause()
6074 *tx_off = 0; in rtw_hal_tx_pause()
6077 tx_off = hal_com->band[band_idx].tx_pause; in rtw_hal_tx_pause()
6079 if (tx_off[i]) in rtw_hal_tx_pause()
6080 tx_cfg |= tx_off[i]; in rtw_hal_tx_pause()