• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/

Lines Matching refs:hcf_connect

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
544 * Note that hcf_connect defaults to NIC interrupt disabled mode, i.e. as if hcf_action( HCF_ACT_INT_OFF )
579 * The interrupt generation mechanism is initially (i.e. after hcf_connect) disabled.
582 *! The INT_OFF/INT_ON housekeeping is initialized at 0x0000 by hcf_connect, causing the interrupt generation
1023 *.MODULE int hcf_connect( IFBP ifbp, hcf_io io_base )
1058 * Note: hcf_connect defaults to NIC interrupt disabled mode, i.e. as if hcf_action( HCF_ACT_INT_OFF )
1062 * hcf_connect passes the MSF-defined location of the IFB to the HCF and grants or revokes access right for the
1064 * io_base. Every call of hcf_connect in "connect" mode, must eventually be followed by a call of hcf_connect
1065 * in "disconnect" mode. Clalling hcf_connect in "connect"/"disconnect" mode can not be nested.
1082 *0: Throughout hcf_connect you need to distinguish the connect from the disconnect case, which requires
1124 *14: use io_base as a flag to merge hcf_connect and hcf_disconnect into 1 routine
1138 * There are a number of problems when asserting and logging hcf_connect, e.g.
1139 * - Asserting on re-entrancy of hcf_connect by means of
1144 * Therefore HCFTRACE nor HCFLOGENTRY is called by hcf_connect.
1149 hcf_connect( IFBP ifbp, hcf_io io_base )
1158 /* is assumed to cause an assert later on if hcf_connect is called without intervening hcf_disconnect.
1221 HCFASSERT( xa != CFG_FW_IDENTITY, 0 ) // assert if hcf_connect is called without intervening hcf_disconnect.
1260 } // hcf_connect
2177 * - hcf_put_info was called without prior call to hcf_connect
2249 // ifbp->IFB_AssertLvl = P->lvl; //TODO not yet supported so default is set in hcf_connect
2930 * - hcf_service_nic is called without a prior call to hcf_connect.
3419 *1: IFB_TickIni is initialized at INI_TICK_INI by hcf_connect. If calibrate succeeds, IFB_TickIni is
3451 * initial value at INI_TICK_INI (by hcf_connect). This approach is considered safe, because: