Lines Matching refs:hpc3_hdd_ctl
659 sc->sc_txdesc[nexttx].hpc3_hdd_ctl =
676 sc->sc_txdesc[lasttx].hpc3_hdd_ctl |=
695 sc->sc_txdesc[seg].hpc3_hdd_ctl:
733 sc->sc_txdesc[lasttx].hpc3_hdd_ctl |=
762 * NB: hpc3_hdd_ctl == hpc1_hdd_bufptr, and
765 sc->sc_txdesc[SQ_PREVTX(firsttx)].hpc3_hdd_ctl &=
948 sc->sc_rxdesc[i].hpc3_hdd_ctl & HPC3_HDD_CTL_OWN;
970 HPC3_HDD_CTL_BYTECNT(sc->sc_rxdesc[i].hpc3_hdd_ctl);
1021 * NB: hpc3_hdd_ctl == hpc1_hdd_bufptr, and
1026 sc->sc_rxdesc[new_end].hpc3_hdd_ctl |= HPC3_HDD_CTL_EOCHAIN;
1031 sc->sc_rxdesc[orig_end].hpc3_hdd_ctl &= ~HPC3_HDD_CTL_EOCHAIN;
1212 if ((sc->sc_txdesc[i].hpc3_hdd_ctl &