Searched refs:sbd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c487 struct ipw_soft_bd *sbd; local
654 sbd = &sc->stbd_list[i];
655 sbd->bd = &sc->tbd_list[i];
656 sbd->type = IPW_SBD_TYPE_NOASSOC;
671 sbd = &sc->srbd_list[i];
673 sbd->bd = &sc->rbd_list[i];
699 sbd->type = IPW_SBD_TYPE_DATA;
700 sbd->priv = sbuf;
701 sbd->bd->physaddr = htole32(physaddr);
702 sbd
1155 ipw_rx_data_intr(struct ipw_softc *sc, struct ipw_status *status, struct ipw_soft_bd *sbd, struct ipw_soft_buf *sbuf) argument
1243 struct ipw_soft_bd *sbd; local
1299 ipw_release_sbd(struct ipw_softc *sc, struct ipw_soft_bd *sbd) argument
1337 struct ipw_soft_bd *sbd; local
1473 struct ipw_soft_bd *sbd; local
1548 struct ipw_soft_bd *sbd; local
[all...]

Completed in 48 milliseconds