Searched defs:_l (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath_tx_edma.c | 135 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument 136 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_rx_edma.c | 135 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument 136 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_tx.h | 37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_tdma.c | 359 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument
|
H A D | if_ath_beacon.c | 939 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
|
H A D | if_athvar.h | 1413 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \ argument
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah_osdep.h | 84 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
|