sip_desc
struct sip_desc scd_txdescs[MAX_SIP_NTXDESC];
struct sip_desc scd_rxdescs[MAX_SIP_NRXDESC];
SIP_CDTXOFF(x), sizeof(struct sip_desc) *
SIP_CDTXOFF(x), sizeof(struct sip_desc) * n, ops);
SIP_CDRXOFF(x), sizeof(struct sip_desc), ops);
struct sip_desc *sipd;
struct sip_desc *sipd = &sc->sc_txdescs[x];
struct sip_desc *sipd = &sc->sc_rxdescs[x];