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

/freebsd-10.0-release/sys/dev/ipw/
H A Dif_ipw.c524 struct ipw_soft_bd *sbd; local
691 sbd = &sc->stbd_list[i];
692 sbd->bd = &sc->tbd_list[i];
693 sbd->type = IPW_SBD_TYPE_NOASSOC;
708 sbd = &sc->srbd_list[i];
710 sbd->bd = &sc->rbd_list[i];
736 sbd->type = IPW_SBD_TYPE_DATA;
737 sbd->priv = sbuf;
738 sbd->bd->physaddr = htole32(physaddr);
739 sbd
1186 ipw_rx_data_intr(struct ipw_softc *sc, struct ipw_status *status, struct ipw_soft_bd *sbd, struct ipw_soft_buf *sbuf) argument
1278 struct ipw_soft_bd *sbd; local
1334 ipw_release_sbd(struct ipw_softc *sc, struct ipw_soft_bd *sbd) argument
1376 struct ipw_soft_bd *sbd; local
1520 struct ipw_soft_bd *sbd; local
1596 struct ipw_soft_bd *sbd; local
[all...]

Completed in 161 milliseconds