• 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:cmd_exe

104 HCF_STATIC int			cmd_exe( IFBP ifbp, hcf_16 cmd_code, hcf_16 par_0 );
788 cmd_exe( ifbp, HCMD_SLEEP, 0 );
826 cmd_exe( ifbp, HCMD_INQUIRE, action - HCF_ACT_TALLIES + CFG_TALLIES );
871 *!! via cmd_exe
969 /*6*/ rc = cmd_exe( ifbp, cmd, 0 );
1113 * next cmd_exe will fail, causing the HCF to go into DEFUNCT mode
1123 * The return status of cmd_exe is ignored. It is assumed that if cmd_exe fails, init fails too
1125 * the call to init and its subsequent call of cmd_exe will return HCF_ERR_NO_NIC if appropriate. This status
1231 IF_PROT_TIME( HCFASSERT( prot_cnt, IPW( HREG_EV_STAT) ) ) /* if prot_cnt == 0, cmd_exe will fail, causing DEFUNCT */
1235 (void)cmd_exe( ifbp, HCMD_INI, 0 );
1925 *!! via cmd_exe ( type >= CFG_RID_FW_MIN )
1928 *!! via cmd_exe and setup_bap (type >= CFG_RID_FW_MIN )
1995 * for cmd_exe errors is supposed superfluous because problems in cmd_exe are already caught or will be
2103 //;? by using HCMD_BUSY option when calling cmd_exe, using a get_frag with length 0 just to set up the
2105 //;? would be the optimal sequence in cmd_exe and get_frag) would have to be MEASURED
2106 /*17*/ if ( ( rc = cmd_exe( ifbp, HCMD_ACCESS, type ) ) == HCF_SUCCESS &&
2140 *!! via cmd_exe
2288 rc = cmd_exe( ifbp, P->cmd, P->parm0 );
2681 rc = cmd_exe( ifbp, HCMD_THESEUS | HCMD_BUSY | HCMD_STARTPREAMBLE, fid );
2782 /*16*/ rc = cmd_exe( ifbp, HCMD_BUSY | HCMD_TX | HCMD_RECL, fid );
3631 *.SUBMODULE int cmd_exe( IFBP ifbp, int cmd_code, int par_0 )
3661 *1: skip the body of cmd_exe when in defunct mode or when - based on the S/W Support register write and
3679 cmd_exe( IFBP ifbp, hcf_16 cmd_code, hcf_16 par_0 ) //if HCMD_BUSY of cmd_code set, then do NOT wait for completion
3705 } // cmd_exe
3749 rc = cmd_exe( ifbp, HCMD_INI, 0 ); /* HCMD_INI can not be part of init() because that is called on
3757 rc = cmd_exe( ifbp, HCMD_EXECUTE, (hcf_16) ltvp->nic_addr );
3759 rc = init( ifbp ); /*;? do we really want to skip init if cmd_exe failed, i.e.
4093 rc = cmd_exe( ifbp, HCMD_ALLOC, 0 );
4106 cmd_exe( ifbp, HCMD_ALLOC, 0 );
4516 rc = cmd_exe( ifbp, HCMD_ACCESS + HCMD_ACCESS_WRITE, ltvp->typ );