Searched refs:tx_limit (Results 1 – 5 of 5) sorted by relevance
41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() argument61 wait->tx_limit = tx_limit; in iowait_init()
116 u32 tx_limit; member130 void iowait_init(struct iowait *wait, u32 tx_limit,
368 int tx_limit, rx_limit; in i2c_dw_xfer_msg() local407 tx_limit = dev->tx_fifo_depth - flr; in i2c_dw_xfer_msg()412 while (buf_len > 0 && tx_limit > 0 && rx_limit > 0) { in i2c_dw_xfer_msg()451 tx_limit--; buf_len--; in i2c_dw_xfer_msg()
833 int tx_limit; member2541 if (np->tx_limit) { in nv_start_xmit_optimized()2714 if (np->tx_limit) in nv_tx_done_optimized()2811 saved_tx_limit = np->tx_limit; in nv_tx_timeout()2812 np->tx_limit = 0; /* prevent giving HW any limited pkts */ in nv_tx_timeout()2831 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()
101 bool tx_limit = false; in rtw_coex_limited_wl() local105 tx_limit = true; in rtw_coex_limited_wl()109 rtw_coex_limited_tx(rtwdev, tx_limit, tx_agg_ctrl); in rtw_coex_limited_wl()
Completed in 25 milliseconds