Searched refs:ltvp (Results 1 - 4 of 4) 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 Ddhf.c348 LTVP ltvp; local
362 while ((rc == HCF_SUCCESS) && ((ltvp = pp->ltvp) != NULL)) {
363 ltvp->len = pp++->len; /* Set len to original len. This len is changed to real len by GET_INFO() */
364 rc = GET_INFO(ltvp);
366 MMDASSERT(rc == HCF_SUCCESS, ltvp->typ)
367 MMDASSERT(rc == HCF_SUCCESS, ltvp->len)
H A Dhcf.c106 HCF_STATIC int put_info( IFBP ifbp, LTVP ltvp );
108 HCF_STATIC int put_info_mb( IFBP ifbp, CFG_MB_INFO_STRCT FAR * ltvp );
132 static int fw_printf(IFBP ifbp, CFG_FW_PRINTF_STRCT FAR *ltvp);
135 HCF_STATIC int download( IFBP ifbp, CFG_PROG_STRCT FAR *ltvp );
1914 *.MODULE int hcf_get_info( IFBP ifbp, LTVP ltvp )
1919 * ltvp address of LengthTypeValue structure specifying the "what" and the "how much" of the
1932 * The T-field of the LTV-record (provided by the MSF in parameter ltvp) specifies the RID wanted. The RID
1957 * - ltvp is a NULL pointer.
2017 hcf_get_info( IFBP ifbp, LTVP ltvp )
2021 hcf_16 len = ltvp
3795 fw_printf(IFBP ifbp, CFG_FW_PRINTF_STRCT FAR *ltvp) argument
[all...]
H A Ddhf.h107 LTVP ltvp; member in struct:__anon16055
H A Dhcf.h388 EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp );
391 EXTERN_C int hcf_put_info (IFBP ifbp, LTVP ltvp );

Completed in 68 milliseconds