Searched refs:tx_limit (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/fwserial/ |
D | dma_fifo.h | 50 int tx_limit; /* max # of bytes per dma transaction */ member 77 int tx_limit, int open_limit, gfp_t gfp_mask); 110 static inline int dma_fifo_change_tx_limit(struct dma_fifo *fifo, int tx_limit) in dma_fifo_change_tx_limit() argument 112 tx_limit = round_down(tx_limit, fifo->align); in dma_fifo_change_tx_limit() 113 fifo->tx_limit = max_t(int, tx_limit, fifo->align); in dma_fifo_change_tx_limit()
|
D | dma_fifo.c | 59 int tx_limit, int open_limit, gfp_t gfp_mask) in dma_fifo_alloc() argument 78 fifo->tx_limit = max_t(int, round_down(tx_limit, align), align); in dma_fifo_alloc() 204 limit = min_t(unsigned int, l, fifo->tx_limit); in dma_fifo_out_pend()
|
/drivers/infiniband/hw/hfi1/ |
D | iowait.c | 41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() argument 61 wait->tx_limit = tx_limit; in iowait_init()
|
D | iowait.h | 157 u32 tx_limit; member 171 void iowait_init(struct iowait *wait, u32 tx_limit,
|
/drivers/i2c/busses/ |
D | i2c-designware-master.c | 274 int tx_limit, rx_limit; in i2c_dw_xfer_msg() local 313 tx_limit = dev->tx_fifo_depth - flr; in i2c_dw_xfer_msg() 318 while (buf_len > 0 && tx_limit > 0 && rx_limit > 0) { in i2c_dw_xfer_msg() 357 tx_limit--; buf_len--; in i2c_dw_xfer_msg()
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 833 int tx_limit; member 2546 if (np->tx_limit) { in nv_start_xmit_optimized() 2719 if (np->tx_limit) in nv_tx_done_optimized() 2816 saved_tx_limit = np->tx_limit; in nv_tx_timeout() 2817 np->tx_limit = 0; /* prevent giving HW any limited pkts */ in nv_tx_timeout() 2836 np->tx_limit = saved_tx_limit; in nv_tx_timeout() 6010 np->tx_limit = 1; in nv_probe() 6013 np->tx_limit = 0; in nv_probe()
|
/drivers/net/wireless/realtek/rtw88/ |
D | coex.c | 105 bool tx_limit = false; in rtw_coex_limited_wl() local 112 tx_limit = true; in rtw_coex_limited_wl() 118 rtw_coex_limited_tx(rtwdev, tx_limit, tx_agg_ctrl); in rtw_coex_limited_wl()
|