Searched refs:m_slist (Results 1 – 2 of 2) sorted by relevance
293 if (m_slist.empty()) { in NotifyClock()305 if (!transmit(m_slist.begin(), now)) { in NotifyClock()498 if (!m_slist.empty() && (m_slist.back().bCtrl == bCtrl) && in queue()499 (m_slist.back().xmit == 0)) { in queue()500 m_slist.back().len += len; in queue()505 m_slist.push_back(sseg); in queue()749 ASSERT(!m_slist.empty()); in process()750 if (nFree < m_slist.front().len) { in process()751 m_slist.front().len -= nFree; in process()754 if (m_slist.front().len > m_largest) { in process()[all …]
209 SList m_slist; variable