Home
last modified time | relevance | path

Searched refs:hcf_status (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_main.c420 int hcf_status = HCF_SUCCESS; in wl_insert() local
808 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 …]
Dwl_cs.c309 int hcf_status = HCF_SUCCESS; in wl_adapter_open() local
324 hcf_status = wl_open(dev); in wl_adapter_open()
326 if (hcf_status != HCF_SUCCESS) { in wl_adapter_open()
Dwl_pci.c309 int hcf_status = HCF_SUCCESS; in wl_adapter_open() local
317 hcf_status = wl_open( dev ); in wl_adapter_open()
319 if( hcf_status != HCF_SUCCESS ) { in wl_adapter_open()