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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c151 static int ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype,
153 static int ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype);
156 HAL_RX_QUEUE qtype, int dosched);
158 HAL_RX_QUEUE qtype, int dosched);
207 ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) argument
209 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
223 qtype,
226 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype);
314 ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, argument
317 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; qtype
411 ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, int dosched) argument
550 ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype, int dosched) argument
817 ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs) argument
884 ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype) argument
918 ath_edma_setup_rxfifo(struct ath_softc *sc, HAL_RX_QUEUE qtype) argument
958 ath_edma_rxfifo_free(struct ath_softc *sc, HAL_RX_QUEUE qtype) argument
[all...]
H A Dif_ath_rx.h63 HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype,
H A Dif_ath_rx.c659 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
669 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
658 ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, struct mbuf *m) argument
H A Dif_ath.c185 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
3970 ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
4000 qnum = ath_hal_setuptxqueue(ah, qtype, &qi);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c35 ar5211GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype) argument
38 HALASSERT(qtype == HAL_RX_QUEUE_HP);
46 ar5211SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) argument
49 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv.c31 ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype) argument
33 if (qtype == HAL_RX_QUEUE_HP) {
44 ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype) argument
46 HALASSERT((qtype == HAL_RX_QUEUE_HP) || (qtype == HAL_RX_QUEUE_LP));
48 if (qtype == HAL_RX_QUEUE_HP) {
H A Dar9300desc.h563 extern u_int32_t ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype);
564 extern void ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype);
H A Dar9300_stub_funcs.c664 ar9300_Stub_GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype) argument
672 ar9300_Stub_SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c35 ar5210GetRxDP(struct ath_hal *ah, HAL_RX_QUEUE qtype) argument
38 HALASSERT(qtype == HAL_RX_QUEUE_HP);
46 ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) argument
49 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c35 ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE qtype) argument
38 HALASSERT(qtype == HAL_RX_QUEUE_HP);
46 ar5212SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype) argument
49 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c221 int qclass, qtype; /* class and type of query */ member in struct:res_target
1727 int qtype, const struct addrinfo *pai)
1756 switch (qtype) {
1787 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1823 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
1842 if (qtype
1726 getanswer(res_state res, const querybuf *answer, int anslen, const char *qname, int qtype, const struct addrinfo *pai) argument
[all...]
H A Dgethnamaddr.c215 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, argument
240 switch (qtype) {
272 if (qtype == T_A || qtype == T_AAAA) {
312 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
341 if (qtype == T_PTR && type == T_CNAME) {
362 if (type != qtype) {
366 qname, p_class(C_IN), p_type(qtype),
478 if (res->nsort && haveanswer > 1 && qtype
[all...]
/haiku/headers/posix/arpa/
H A Dnameser.h586 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, ns_type qtype,

Completed in 146 milliseconds