Home
last modified time | relevance | path

Searched refs:tx_limit (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Diowait.c41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() argument
61 wait->tx_limit = tx_limit; in iowait_init()
/linux/drivers/i2c/busses/
H A Di2c-designware-master.c379 int tx_limit, rx_limit; in i2c_dw_xfer_msg() local
406 tx_limit = dev->tx_fifo_depth - flr; in i2c_dw_xfer_msg()
411 while (buf_len > 0 && tx_limit > 0 && rx_limit > 0) { in i2c_dw_xfer_msg()
450 tx_limit--; buf_len--; in i2c_dw_xfer_msg()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c833 int tx_limit; member
2527 if (np->tx_limit) { in nv_start_xmit_optimized()
2700 if (np->tx_limit) in nv_tx_done_optimized()
2797 saved_tx_limit = np->tx_limit; in nv_tx_timeout()
2798 np->tx_limit = 0; /* prevent giving HW any limited pkts */ in nv_tx_timeout()
2817 np->tx_limit = saved_tx_limit; in nv_tx_timeout()
5998 np->tx_limit = 1; in nv_probe()
6001 np->tx_limit = 0; in nv_probe()