Searched refs:HCF_ERR_LEN (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/wlags49_h2/
H A Dhcfcfg.h378 #define UIL_ERR_LEN HCF_ERR_LEN
H A Dwl_util.c397 case HCF_ERR_LEN:
H A Dhcf.c1857 * HCF_ERR_LEN The provided buffer was too small
1878 * as fits is copied, and an error status of HCF_ERR_LEN is returned.
1917 * Note the HCF_ERR_LEN is NOT adequately set, when L >= 2 but less than needed
2053 rc = HCF_ERR_LEN;
2056 HCFASSERT( rc == HCF_SUCCESS || ( rc == HCF_ERR_LEN && ifbp->IFB_AssertTrace & 1<<HCF_TRACE_PUT_INFO ),
3674 if ( ltvp->len - 4 < i ) rc = HCF_ERR_LEN;
3680 rc = HCF_ERR_LEN;
3950 * HCF_ERR_LEN
4633 rc = HCF_ERR_LEN;
H A Dmdd.h851 #define HCF_ERR_LEN 0x08 /* buffer size insufficient macro

Completed in 35 milliseconds