Searched refs:tpi_busy (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c84 int tpi_busy; local
90 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1,
92 if (tpi_busy)
95 return tpi_busy;
113 int tpi_busy; local
118 tpi_busy = t1_wait_op_done(adapter, A_TPI_CSR, F_TPIRDY, 1,
120 if (tpi_busy)
125 return tpi_busy;

Completed in 28 milliseconds