Searched refs:actp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmmd.h76 EXTERN_C CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp );
H A Dmmd.c86 *.MODULE CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp )
90 * actp
100 * actp address of the actor specification
104 * supplier. mmd_check_comp is independent of the endianess of the actp and supp structures. This is
181 mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp ) argument
184 CFG_RANGE_SPEC_BYTE_STRCT *actq = (CFG_RANGE_SPEC_BYTE_STRCT*)actp->var_rec;
190 act_endian = actp->role == COMP_ROLE_ACT; //true if native endian /* 1a */
195 MMDASSERT( actp->len >= 6 && actp->len%3 == 0, actp
[all...]

Completed in 60 milliseconds