Lines Matching defs:softmac
57 struct softmac *sl_softmac;
94 #define SMAC_NONZERO_NODECNT(softmac) \
95 ((softmac->smac_softmac[0] != NULL) + \
96 (softmac->smac_softmac[1] != NULL))
99 * The softmac structure allows all minor nodes (at most two, style-1 and
112 typedef struct softmac {
214 * stream list over this softmac.
239 #define DATAPATH_MODE(softmac) \
240 ((((softmac)->smac_fp_disable_clients != 0) || \
241 (softmac)->smac_fastpath_admin_disabled) ? SOFTMAC_SLOWPATH : \
267 * List of all IP/ARP upperstreams on the same softmac (including
355 * Because softmac is pushed right above the underlying device and
364 #define SOFTMAC_DEV_NAME "softmac"