Searched refs:hcf_status (Results 1 – 3 of 3) sorted by relevance
420 int hcf_status = HCF_SUCCESS; in wl_insert() local808 hcf_status = hcf_connect( &lp->hcfCtx, dev->base_addr ); in wl_insert()811 if ( hcf_status != HCF_SUCCESS && hcf_status != HCF_ERR_INCOMP_FW ) { in wl_insert()812 DBG_ERROR( DbgInfo, "hcf_connect() failed, status: 0x%x\n", hcf_status ); in wl_insert()836 hcf_status = wl_go( lp ); in wl_insert()838 if ( hcf_status != HCF_SUCCESS ) { in wl_insert()852 hcf_status = wl_enable( lp ); in wl_insert()854 if ( hcf_status != HCF_SUCCESS ) { in wl_insert()855 DBG_TRACE( DbgInfo, "Enable port 0 failed: 0x%x\n", hcf_status ); in wl_insert()921 wl_hcf_error( dev, hcf_status ); in wl_insert()[all …]
309 int hcf_status = HCF_SUCCESS; in wl_adapter_open() local324 hcf_status = wl_open(dev); in wl_adapter_open()326 if (hcf_status != HCF_SUCCESS) { in wl_adapter_open()
309 int hcf_status = HCF_SUCCESS; in wl_adapter_open() local317 hcf_status = wl_open( dev ); in wl_adapter_open()319 if( hcf_status != HCF_SUCCESS ) { in wl_adapter_open()