Searched refs:hcf_get_info (Results 1 - 7 of 7) 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.h91 #define GET_INFO(pp) hcf_get_info(ifbp, (LTVP)pp)
H A Dwl_wext.c323 ret = hcf_get_info( &(lp->hcfCtx), (LTVP)&( lp->ltvRecord ));
406 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
488 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
638 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1056 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1085 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1511 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1690 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
2111 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
2334 status = hcf_get_info(
[all...]
H A Dhcf.h388 EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp );
H A Dwl_util.c384 rc = hcf_get_info( ifbp, (LTVP) &ltv );
1488 status = hcf_get_info(&(lp->hcfCtx), (LTVP)&(lp->ltvRecord));
H A Dwl_priv.c1238 /* Determine if hcf_get_info() is needed or not */
1310 urq->result = hcf_get_info( &( lp->hcfCtx ), (LTVP) pLtv );
1744 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1859 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
1984 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord ));
H A Dhcf.c616 * See also hcf_get_info with CFG_TALLIES as parameter.
1242 (void)hcf_get_info( ifbp, &x );
1914 *.MODULE int hcf_get_info( IFBP ifbp, LTVP ltvp )
1948 * hcf_get_info is in progress. Therefore, the HCF performs its own check on Card presence after the read
1949 * operation of the NIC data. If the Card is not present or removed during the execution of hcf_get_info,
1966 * reflected in the return status. Note that hcf_get_info guarantees the length of the PC RAM buffer meets
1976 * the HCFASSERT in hcf_put_info which calls hcf_get_info to figure out whether the RID exists at all.
2010 * In case of USB, HCF_MAX_MSG ;?USED;? to limit the amount of data that can be retrieved via hcf_get_info.
2017 hcf_get_info( IFBP ifbp, LTVP ltvp ) function
2126 } // hcf_get_info
[all...]
H A Dwl_main.c900 // hcf_get_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord ));
1007 hcf_status = hcf_get_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord ));
2479 hcf_status = hcf_get_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord ));
2482 DBG_ERROR( DbgInfo, "hcf_get_info returned 0x%x\n", hcf_status );

Completed in 134 milliseconds