epout_has_pkt
if ((length == 0) || !epout_has_pkt(ep))
if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0))
if (epout_has_pkt(ep))
if (epout_has_pkt(ep) && req)
if (likely(epout_has_pkt(ep)))
while (epout_has_pkt(ep)) {
while (epout_has_pkt(ep)) {