Searched refs:IsTxReady (Results 1 – 1 of 1) sorted by relevance
524 static inline int IsTxReady(IXJ *j) in IsTxReady() function1231 if (IsTxReady(j)) { in ixj_timeout()2938 if (IsTxReady(get_ixj(j->intercom))) { in ixj_read_frame()2940 if (!(cnt % 16) && !IsTxReady(j)) { in ixj_read_frame()2942 while (!IsTxReady(j)) { in ixj_read_frame()3458 if (!(cnt % 16) && !IsTxReady(j)) { in ixj_write_frame()3460 while (!IsTxReady(j)) { in ixj_write_frame()3518 if (!(cnt % 16) && !IsTxReady(j)) { in ixj_write_frame()3520 while (!IsTxReady(j)) { in ixj_write_frame()3543 if (!(cnt % 16) && !IsTxReady(j)) { in ixj_write_frame()[all …]