HomeSort by: relevance | last modified time | path
    Searched refs:ipw_soft_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ipwvar.h 58 struct ipw_soft_buf { struct
62 TAILQ_ENTRY(ipw_soft_buf) next;
134 struct ipw_soft_buf tx_sbuf_list[IPW_NDATA];
136 struct ipw_soft_buf rx_sbuf_list[IPW_NRBD];
140 TAILQ_HEAD(, ipw_soft_buf) sc_free_sbuf;
if_ipw.c 101 static void ipw_command_intr(struct ipw_softc *, struct ipw_soft_buf *);
102 static void ipw_newstate_intr(struct ipw_softc *, struct ipw_soft_buf *);
104 struct ipw_soft_bd *, struct ipw_soft_buf *);
378 struct ipw_soft_buf *sbuf;
654 struct ipw_soft_buf *sbuf;
901 ipw_command_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
919 ipw_newstate_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
1006 struct ipw_soft_bd *sbd, struct ipw_soft_buf *sbuf)
1112 struct ipw_soft_buf *sbuf;
1181 struct ipw_soft_buf *sbuf
    [all...]

Completed in 13 milliseconds