SIP_TXQUEUELEN
for (i = 0; i < SIP_TXQUEUELEN; i++) {
sc->sc_ntxdesc = SIP_TXQUEUELEN * ntxsegs_alloc;
(SIP_TXQUEUELEN * MAX(SIP_NTXSEGS_ALLOC, GSIP_NTXSEGS_ALLOC))
for (i = 0; i < SIP_TXQUEUELEN; i++) {
if (++sc->sc_txwin >= (SIP_TXQUEUELEN * 2 / 3)) {
struct sip_txsoft sc_txsoft[SIP_TXQUEUELEN];
for (i = 0; i < SIP_TXQUEUELEN; i++) {