Home
last modified time | relevance | path

Searched refs:sc_rxsoft (Results 1 – 22 of 22) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dgemvar.h187 struct gem_rxsoft sc_rxsoft[GEM_NRXDESC]; member
282 struct gem_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
298 struct gem_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
H A Dsmc83c170var.h119 struct epic_descsoft sc_rxsoft[EPIC_NRXDESC]; member
144 #define EPIC_DSRX(sc, x) (&(sc)->sc_rxsoft[(x)])
H A Daic6915var.h133 struct sf_descsoft sc_rxsoft[SF_NRXDESC]; member
180 struct sf_descsoft *__ds = &sc->sc_rxsoft[(x)]; \
H A Ddp83932.c160 &sc->sc_rxsoft[i].ds_dmamap)) != 0) { in sonic_attach()
166 sc->sc_rxsoft[i].ds_mbuf = NULL; in sonic_attach()
236 if (sc->sc_rxsoft[i].ds_dmamap != NULL) in sonic_attach()
238 sc->sc_rxsoft[i].ds_dmamap); in sonic_attach()
707 ds = &sc->sc_rxsoft[i]; in sonic_rxintr()
939 ds = &sc->sc_rxsoft[i]; in sonic_init()
1039 ds = &sc->sc_rxsoft[i]; in sonic_rxdrain()
1107 struct sonic_descsoft *ds = &sc->sc_rxsoft[idx]; in sonic_add_rxbuf()
H A Daic6915.c228 &sc->sc_rxsoft[i].ds_dmamap)) != 0) { in sf_attach()
304 if (sc->sc_rxsoft[i].ds_dmamap != NULL) in sf_attach()
306 sc->sc_rxsoft[i].ds_dmamap); in sf_attach()
719 ds = &sc->sc_rxsoft[rxidx]; in sf_rxintr()
962 ds = &sc->sc_rxsoft[i]; in sf_init()
1118 ds = &sc->sc_rxsoft[i]; in sf_rxdrain()
1196 struct sf_descsoft *ds = &sc->sc_rxsoft[idx]; in sf_add_rxbuf()
H A Ddp83932var.h170 struct sonic_descsoft sc_rxsoft[SONIC_NRXDESC]; member
279 struct sonic_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
H A Dtulipvar.h420 struct tulip_rxsoft sc_rxsoft[TULIP_NRXDESC]; member
526 struct tulip_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
H A Datwvar.h214 struct atw_rxsoft sc_rxsoft[ATW_NRXDESC]; member
401 struct atw_rxsoft *rxs = &sc->sc_rxsoft[x]; in atw_init_rxdesc()
H A Dgem.c190 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in gem_detach()
192 sc->sc_rxsoft[i].rxs_dmamap); in gem_detach()
358 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in gem_attach()
365 sc->sc_rxsoft[i].rxs_mbuf = NULL; in gem_attach()
693 rxs = &sc->sc_rxsoft[i]; in gem_rxdrain()
807 if (sc->sc_rxsoft[i].rxs_mbuf != NULL) in gem_reset_rxdma()
960 rxs = &sc->sc_rxsoft[i]; in gem_meminit()
1792 rxs = &sc->sc_rxsoft[i]; in gem_rint()
2010 struct gem_rxsoft *rxs = &sc->sc_rxsoft[idx]; in gem_add_rxbuf()
H A Datw.c590 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in atw_attach()
598 sc->sc_rxsoft[i].rxs_mbuf = NULL; in atw_attach()
837 if (sc->sc_rxsoft[i].rxs_dmamap == NULL) in atw_attach()
839 bus_dmamap_destroy(sc->sc_dmat, sc->sc_rxsoft[i].rxs_dmamap); in atw_attach()
1293 rxs = &sc->sc_rxsoft[i]; in atw_init()
2547 struct atw_rxsoft *rxs = &sc->sc_rxsoft[idx]; in atw_add_rxbuf()
2660 rxs = &sc->sc_rxsoft[i]; in atw_rxdrain()
2696 rxs = &sc->sc_rxsoft[i]; in atw_detach()
3060 rxs = &sc->sc_rxsoft[i]; in atw_rxintr()
H A Dtulip.c466 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in tlp_attach()
467 sc->sc_rxsoft[i].rxs_dmamap = NULL; in tlp_attach()
473 sc->sc_rxsoft[i].rxs_mbuf = NULL; in tlp_attach()
546 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in tlp_attach()
548 sc->sc_rxsoft[i].rxs_dmamap); in tlp_attach()
630 rxs = &sc->sc_rxsoft[i]; in tlp_detach()
1226 rxs = &sc->sc_rxsoft[i]; in tlp_rxintr()
1819 rxs = &sc->sc_rxsoft[i]; in tlp_init()
2018 rxs = &sc->sc_rxsoft[i]; in tlp_rxdrain()
2295 struct tulip_rxsoft *rxs = &sc->sc_rxsoft[idx]; in tlp_add_rxbuf()
H A Drtwvar.h478 struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN]; member
H A Drtw.c1478 rs = &sc->sc_rxsoft[next]; in rtw_intr_rx()
1996 if ((rc = rtw_rxsoft_init_all(sc->sc_dmat, sc->sc_rxsoft, &rdb->rdb_ndesc, in rtw_swring_setup()
2005 rtw_rxdesc_init_all(rdb, sc->sc_rxsoft, 1); in rtw_swring_setup()
2257 rtw_rxbufs_release(sc->sc_dmat, &sc->sc_rxsoft[0]); in rtw_stop()
4094 if ((rc = rtw_rxdesc_dmamaps_create(sc->sc_dmat, &sc->sc_rxsoft[0], in rtw_attach()
4230 rtw_rxdesc_dmamaps_destroy(sc->sc_dmat, &sc->sc_rxsoft[0], in rtw_detach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_ste.c139 struct ste_descsoft sc_rxsoft[STE_NRXDESC]; member
174 struct ste_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
431 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].ds_dmamap)) != 0) { in ste_attach()
437 sc->sc_rxsoft[i].ds_mbuf = NULL; in ste_attach()
526 if (sc->sc_rxsoft[i].ds_dmamap != NULL) in ste_attach()
528 sc->sc_rxsoft[i].ds_dmamap); in ste_attach()
983 ds = &sc->sc_rxsoft[i]; in ste_rxintr()
1237 ds = &sc->sc_rxsoft[i]; in ste_init()
1360 ds = &sc->sc_rxsoft[i]; in ste_rxdrain()
1472 struct ste_descsoft *ds = &sc->sc_rxsoft[idx]; in ste_add_rxbuf()
H A Dif_casvar.h177 struct cas_rxsoft sc_rxsoft[CAS_NRXDESC]; member
248 struct cas_rxsoft *__rxs = &sc->sc_rxsoft[(s)]; \
H A Dif_cas.c456 sc->sc_rxsoft[i].rxs_dmaseg = seg; in cas_config()
465 sc->sc_rxsoft[i].rxs_kva = kva; in cas_config()
667 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in cas_detach()
669 sc->sc_rxsoft[i].rxs_dmamap); in cas_detach()
670 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in cas_detach()
672 sc->sc_rxsoft[i].rxs_dmamap); in cas_detach()
673 if (sc->sc_rxsoft[i].rxs_kva != NULL) in cas_detach()
675 sc->sc_rxsoft[i].rxs_kva, CAS_PAGE_SIZE); in cas_detach()
680 &(sc->sc_rxsoft[i].rxs_dmaseg), 1); in cas_detach()
1282 rxs = &sc->sc_rxsoft[idx]; in cas_rint()
[all …]
H A Dif_stge.c152 struct stge_descsoft sc_rxsoft[STGE_NRXDESC]; member
240 struct stge_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
515 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].ds_dmamap)) != 0) { in stge_attach()
521 sc->sc_rxsoft[i].ds_mbuf = NULL; in stge_attach()
721 if (sc->sc_rxsoft[i].ds_dmamap != NULL) in stge_attach()
723 sc->sc_rxsoft[i].ds_dmamap); in stge_attach()
1212 ds = &sc->sc_rxsoft[i]; in stge_rxintr()
1519 ds = &sc->sc_rxsoft[i]; in stge_init()
1689 ds = &sc->sc_rxsoft[i]; in stge_rxdrain()
1804 struct stge_descsoft *ds = &sc->sc_rxsoft[idx]; in stge_add_rxbuf()
H A Dif_kse.c224 struct kse_rxsoft sc_rxsoft[KSE_NRXDESC]; member
281 struct kse_rxsoft *__rxs = &(sc)->sc_rxsoft[(x)]; \
476 1, MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in kse_attach()
481 sc->sc_rxsoft[i].rxs_mbuf = NULL; in kse_attach()
610 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in kse_attach()
612 sc->sc_rxsoft[i].rxs_dmamap); in kse_attach()
712 if (sc->sc_rxsoft[i].rxs_mbuf == NULL) { in kse_init()
1063 struct kse_rxsoft *rxs = &sc->sc_rxsoft[idx]; in add_rxbuf()
1105 rxs = &sc->sc_rxsoft[i]; in rxdrain()
1146 rxs = &sc->sc_rxsoft[i]; in rxintr()
H A Dif_dge.c277 struct dge_rxsoft sc_rxsoft[DGE_NRXDESC]; member
405 struct dge_rxsoft *__rxs = &(sc)->sc_rxsoft[(x)]; \
424 struct dge_rxsoft *__rxs = &(sc)->sc_rxsoft[(x)]; \
858 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
864 sc->sc_rxsoft[i].rxs_mbuf = NULL;
1017 if (sc->sc_rxsoft[i].rxs_dmamap != NULL)
1019 sc->sc_rxsoft[i].rxs_dmamap);
1666 rxs = &sc->sc_rxsoft[i];
1974 rxs = &sc->sc_rxsoft[i];
2091 rxs = &sc->sc_rxsoft[i];
[all …]
H A Dif_pcn.c260 struct pcn_rxsoft sc_rxsoft[PCN_NRXDESC]; member
358 struct pcn_rxsoft *__rxs = &(sc)->sc_rxsoft[(x)]; \
748 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in pcn_attach()
754 sc->sc_rxsoft[i].rxs_mbuf = NULL; in pcn_attach()
869 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in pcn_attach()
871 sc->sc_rxsoft[i].rxs_dmamap); in pcn_attach()
1438 rxs = &sc->sc_rxsoft[i]; in pcn_rxintr()
1668 rxs = &sc->sc_rxsoft[i]; in pcn_init()
1846 rxs = &sc->sc_rxsoft[i]; in pcn_rxdrain()
1904 struct pcn_rxsoft *rxs = &sc->sc_rxsoft[idx]; in pcn_add_rxbuf()
H A Dif_vge.c213 struct vge_rxsoft sc_rxsoft[VGE_NRXDESC]; member
894 &sc->sc_rxsoft[i].rxs_dmamap); in vge_allocmem()
900 sc->sc_rxsoft[i].rxs_mbuf = NULL; in vge_allocmem()
907 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in vge_allocmem()
909 sc->sc_rxsoft[i].rxs_dmamap); in vge_allocmem()
1128 rxs = &sc->sc_rxsoft[idx]; in vge_newbuf()
1234 rxs = &sc->sc_rxsoft[idx]; in vge_rxeof()
2121 rxs = &sc->sc_rxsoft[i]; in vge_stop()
H A Dif_sip.c231 struct sip_rxsoft sc_rxsoft[MAX_SIP_NRXDESC]; member
531 struct sip_rxsoft *rxs = &sc->sc_rxsoft[x]; in sip_init_rxdesc()
922 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in sipcom_do_detach()
924 sc->sc_rxsoft[i].rxs_dmamap); in sipcom_do_detach()
1174 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in sipcom_attach()
1179 sc->sc_rxsoft[i].rxs_mbuf = NULL; in sipcom_attach()
2048 rxs = &sc->sc_rxsoft[i]; in gsip_rxintr()
2268 rxs = &sc->sc_rxsoft[i]; in sip_rxintr()
2623 rxs = &sc->sc_rxsoft[i]; in sipcom_init()
2809 rxs = &sc->sc_rxsoft[i]; in sipcom_rxdrain()
[all …]