/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | bh.c | 352 int *tx_burst) in cw1200_bh_tx_helper() 373 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper() 412 if (*tx_burst > 1) { in cw1200_bh_tx_helper() 427 int tx_burst; in cw1200_bh() local 569 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh() 570 tx_allowed = tx_burst > 0; in cw1200_bh() 579 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh() 350 cw1200_bh_tx_helper(struct cw1200_common *priv, int *pending_tx, int *tx_burst) cw1200_bh_tx_helper() argument
|
H A D | debug.h | 23 int tx_burst; member 77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
|
H A D | debug.c | 280 d->tx_burst); in cw1200_status_show()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | bh.c | 341 int *tx_burst) in cw1200_bh_tx_helper() 362 ret = wsm_get_tx(priv, &data, &tx_len, tx_burst); in cw1200_bh_tx_helper() 401 if (*tx_burst > 1) { in cw1200_bh_tx_helper() 416 int tx_burst; in cw1200_bh() local 558 tx_burst = priv->wsm_caps.input_buffers - priv->hw_bufs_used; in cw1200_bh() 559 tx_allowed = tx_burst > 0; in cw1200_bh() 568 ret = cw1200_bh_tx_helper(priv, &pending_tx, &tx_burst); in cw1200_bh() 339 cw1200_bh_tx_helper(struct cw1200_common *priv, int *pending_tx, int *tx_burst) cw1200_bh_tx_helper() argument
|
H A D | debug.h | 23 int tx_burst; member 77 ++priv->debug->tx_burst; in cw1200_debug_tx_burst()
|
H A D | debug.c | 280 d->tx_burst); in cw1200_status_show()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-lantiq/xway/ |
H A D | xway_dma.h | 48 extern void ltq_dma_init_port(int p, int tx_burst, int rx_burst);
|
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/ |
H A D | dma.c | 185 ltq_dma_init_port(int p, int tx_burst, int rx_burst) in ltq_dma_init_port() argument 219 switch (tx_burst) { in ltq_dma_init_port()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851be.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | rtw8852ce.c | 26 .tx_burst = MAC_AX_TX_BURST_V1_256B,
|
H A D | rtw8852be.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | rtw8852ae.c | 17 .tx_burst = MAC_AX_TX_BURST_2048B,
|
H A D | pci.c | 2400 enum mac_ax_tx_burst tx_burst = info->tx_burst; in rtw89_pci_mode_op() local 2433 rtw89_write32_mask(rtwdev, R_AX_PCIE_INIT_CFG1, B_AX_PCIE_MAX_TXDMA_MASK, tx_burst); in rtw89_pci_mode_op() 2436 rtw89_write32_mask(rtwdev, R_AX_HAXI_INIT_CFG1, B_AX_HAXI_MAX_TXDMA_MASK, tx_burst); in rtw89_pci_mode_op()
|
H A D | pci.h | 765 enum mac_ax_tx_burst tx_burst; member
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_spdif.c | 58 * @tx_burst: tx maxburst size 68 u32 tx_burst; member 158 .tx_burst = FSL_SPDIF_TXFIFO_WML, 168 .tx_burst = FSL_SPDIF_TXFIFO_WML, 178 .tx_burst = FSL_SPDIF_TXFIFO_WML, 189 .tx_burst = 2, /* Applied for EDMA */ 199 .tx_burst = FSL_SPDIF_TXFIFO_WML, 209 .tx_burst = 2, /* Applied for EDMA */ 1633 spdif_priv->dma_params_tx.maxburst = spdif_priv->soc->tx_burst; in fsl_spdif_probe()
|