PCN_TXQUEUELEN
for (i = sc->sc_txsdirty; sc->sc_txsfree != PCN_TXQUEUELEN;
if (sc->sc_txsfree == PCN_TXQUEUELEN)
for (i = 0; i < PCN_TXQUEUELEN; i++)
sc->sc_txsfree = PCN_TXQUEUELEN;
#define PCN_TXQUEUELEN_MASK (PCN_TXQUEUELEN - 1)
for (i = 0; i < PCN_TXQUEUELEN; i++) {
struct pcn_txsoft sc_txsoft[PCN_TXQUEUELEN];
for (i = 0; i < PCN_TXQUEUELEN; i++) {
for (i = 0; i < PCN_TXQUEUELEN; i++) {