Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h49 ath_buf_type_t btype);
51 ath_buf_type_t btype);
H A Dif_ath.c3159 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) in _ath_getbuf_locked() argument
3165 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3180 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3212 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3301 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) in ath_getbuf() argument
3306 bf = _ath_getbuf_locked(sc, btype); in ath_getbuf()
3311 if (bf == NULL && btype == ATH_BUFTYPE_MGMT) in ath_getbuf()
/haiku/src/add-ons/kernel/drivers/network/ether/vmx/dev/vmxnet3/
H A Dif_vmxreg.h129 uint32_t btype:1; /* Buffer type */ member
H A Dif_vmx.c1684 uint8_t btype; in vmxnet3_isc_rxd_refill() local
1700 btype = (flid == 0) ? VMXNET3_BTYPE_HEAD : VMXNET3_BTYPE_BODY; in vmxnet3_isc_rxd_refill()
1715 rxd[idx].btype = btype; in vmxnet3_isc_rxd_refill()