HomeSort by relevance Sort by last modified time
    Searched refs:ath5k_buf (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/ath5k/
base.h 55 struct ath5k_buf { struct
97 struct ath5k_buf *bufptr; /* allocated buffer ptr */
ath5k.c 216 static int ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf);
217 static int ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf);
220 struct ath5k_buf *bf)
230 struct ath5k_buf *bf)
812 ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
857 ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
915 struct ath5k_buf *bf;
934 bf = calloc(ATH_TXBUF + ATH_RXBUF + 1, sizeof(struct ath5k_buf));
969 struct ath5k_buf *bf;
1037 struct ath5k_buf *bf, *bf0
    [all...]

Completed in 63 milliseconds