Searched refs:hcf_action (Results 1 - 6 of 6) 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 Dhcf.h383 EXTERN_C int hcf_action (IFBP ifbp, hcf_16 cmd );
H A Dwl_internal.h1030 hcf_action( &lp->hcfCtx, HCF_ACT_INT_ON );
1042 hcf_action( &lp->hcfCtx, HCF_ACT_INT_OFF );
H A Dhcf.c517 *.MODULE int hcf_action( IFBP ifbp, hcf_16 action )
541 * Except for hcf_action with HCF_ACT_INT_FORCE_ON or HCF_ACT_INT_OFF as parameter or hcf_connect with an I/O
542 * address (i.e. not HCF_DISCONNECT), all hcf-function calls MUST be preceeded by a call of hcf_action with
544 * Note that hcf_connect defaults to NIC interrupt disabled mode, i.e. as if hcf_action( HCF_ACT_INT_OFF )
548 * hcf_action supports the following mode changing action-code pairs that are antonyms
552 * Additionally hcf_action can start the following actions in the NIC:
580 * An MSF based on a interrupt strategy must call hcf_action with INT_ON in its initialization logic.
701 hcf_action( IFBP ifbp, hcf_16 action ) function
795 // rc = hcf_action( ifbp, HCF_ACT_INT_OFF ); /*bogus, IFB_IntOffCnt == 0xFFFF, so if you carefully look
836 } // hcf_action
[all...]
H A Dwl_wext.c733 ret = hcf_action( &( lp->hcfCtx ), MDD_ACT_SCAN );
735 ret = hcf_action( &( lp->hcfCtx ), HCF_ACT_ACS_SCAN );
2523 status = hcf_action( &( lp->hcfCtx ), HCF_ACT_ACS_SCAN );
H A Dwl_priv.c324 urq->result = hcf_action( &( lp->hcfCtx ), MDD_ACT_SCAN );
H A Dwl_main.c1788 events = hcf_action( &lp->hcfCtx, HCF_ACT_INT_OFF );
1796 hcf_action( &lp->hcfCtx, HCF_ACT_INT_ON );
1918 hcf_action( &lp->hcfCtx, HCF_ACT_INT_ON );

Completed in 112 milliseconds