Lines Matching defs:x
167 #define WL_TXSTATUS_SET_STATUS(x, status) ((x) = \ argument
170 #define WL_TXSTATUS_GET_STATUS(x) (((x) >> WL_TXSTATUS_STATUS_SHIFT) & \ argument
182 #define WL_TXSTATUS_SET_GENERATION(x, gen) ((x) = \ argument
186 #define WL_TXSTATUS_GET_GENERATION(x) (((x) >> WL_TXSTATUS_GENERATION_SHIFT) & \ argument
192 #define WL_TXSTATUS_SET_FLAGS(x, flags) ((x) = \ argument
195 #define WL_TXSTATUS_GET_FLAGS(x) (((x) >> WL_TXSTATUS_FLAGS_SHIFT) & \ argument
201 #define WL_TXSTATUS_SET_FIFO(x, flags) ((x) = \ argument
204 #define WL_TXSTATUS_GET_FIFO(x) (((x) >> WL_TXSTATUS_FIFO_SHIFT) & WL_TXSTATUS_FIFO_MASK) argument
207 #define WL_TXSTATUS_SET_PKTID(x, num) ((x) = \ argument
209 #define WL_TXSTATUS_GET_PKTID(x) ((x) & WL_TXSTATUS_PKTID_MASK) argument
214 #define WL_TXSTATUS_SET_HSLOT(x, hslot) ((x) = \ argument
217 #define WL_TXSTATUS_GET_HSLOT(x) (((x) >> WL_TXSTATUS_HSLOT_SHIFT)& \ argument
222 #define WL_TXSTATUS_SET_FREERUNCTR(x, ctr) ((x) = \ argument
225 #define WL_TXSTATUS_GET_FREERUNCTR(x) ((x)& WL_TXSTATUS_FREERUNCTR_MASK) argument
230 #define WL_SEQ_SET_AMSDU(x, val) ((x) = \ argument
234 #define WL_SEQ_IS_AMSDU(x) (((x) >> WL_SEQ_AMSDU_SHIFT) & \ argument
240 #define WL_SEQ_SET_VALIDSUPPR(x, val) ((x) = \ argument
243 #define WL_SEQ_GET_VALIDSUPPR(x) (((x) >> WL_SEQ_VALIDSUPPR_SHIFT) & \ argument
248 #define WL_SEQ_SET_FROMFW(x, val) ((x) = \ argument
252 #define SET_WL_HAS_ASSIGNED_SEQ(x) WL_SEQ_SET_FROMFW((x), 1) argument
255 #define GET_WL_HAS_ASSIGNED_SEQ(x) (((x) >> WL_SEQ_FROMFW_SHIFT) & WL_SEQ_FROMFW_MASK) argument
272 #define WL_SEQ_SET_REUSE(x, val) ((x) = \ argument
275 #define SET_WL_TO_REUSE_SEQ(x) WL_SEQ_SET_REUSE((x), 1) argument
276 #define RESET_WL_TO_REUSE_SEQ(x) WL_SEQ_SET_REUSE((x), 0) argument
279 #define IS_WL_TO_REUSE_SEQ(x) (((x) >> WL_SEQ_FROMDRV_SHIFT) & \ argument
285 #define WL_SEQ_SET_NUM(x, val) ((x) = \ argument
289 #define WL_SEQ_GET_NUM(x) (((x) >> WL_SEQ_NUM_SHIFT) & \ argument
302 #define WLFC_MAC_DESC_GET_LOOKUP_INDEX(x) ((x) & 0x1f) argument
304 #define WLFC_PKTFLAG_SET_PKTREQUESTED(x) (x) |= \ argument
307 #define WLFC_PKTFLAG_CLR_PKTREQUESTED(x) (x) &= \ argument
335 #define WLFC_DBGMESG(x) printf x argument
337 #define WLFC_BREADCRUMB(x) do {if ((x) == NULL) \ argument
342 #define WLFC_DBGMESG(x) argument
343 #define WLFC_BREADCRUMB(x) argument
370 #define WLFC_IS_OLD_DEF(x) ((x & 1) || (x & 2)) argument
373 #define WLFC_SET_AFQ(x, val) ((x) = \ argument
377 #define WLFC_GET_AFQ(x) (((x) >> WLFC_MODE_AFQ_SHIFT) & 1) argument
380 #define WLFC_SET_REUSESEQ(x, val) ((x) = \ argument
387 #define WLFC_GET_REUSESEQ(x) (TRUE) argument
389 #define WLFC_GET_REUSESEQ(x) (((x) >> WLFC_MODE_REUSESEQ_SHIFT) & 1) argument
393 #define WLFC_SET_REORDERSUPP(x, val) ((x) = \ argument
397 #define WLFC_GET_REORDERSUPP(x) (((x) >> WLFC_MODE_REORDERSUPP_SHIFT) & 1) argument