Lines Matching refs:sdret
6239 int sdret; in dhdsdio_read_control() local
6304 sdret = dhd_bcmsdh_recv_buf(bus, bcmsdh_cur_sbwad(sdh), SDIO_FUNC_2, F2SYNC, in dhdsdio_read_control()
6307 ASSERT(sdret != BCME_PENDING); in dhdsdio_read_control()
6310 if (sdret < 0) { in dhdsdio_read_control()
6311 DHD_ERROR(("%s: read %d control bytes failed: %d\n", __FUNCTION__, rdlen, sdret)); in dhdsdio_read_control()
6776 int sdret; /* Return code from bcmsdh calls */ in dhdsdio_readframes() local
6936 sdret = dhd_bcmsdh_recv_buf(bus, in dhdsdio_readframes()
6942 ASSERT(sdret != BCME_PENDING); in dhdsdio_readframes()
6963 if (sdret < 0) { in dhdsdio_readframes()
6965 __FUNCTION__, rdlen, sdret)); in dhdsdio_readframes()
6991 sdret = dhd_bcmsdh_recv_buf(bus, bcmsdh_cur_sbwad(sdh), in dhdsdio_readframes()
6996 ASSERT(sdret != BCME_PENDING); in dhdsdio_readframes()
7014 if (sdret < 0) { in dhdsdio_readframes()
7016 __FUNCTION__, rdlen, sdret)); in dhdsdio_readframes()
7242 sdret = dhd_bcmsdh_recv_buf(bus, bcmsdh_cur_sbwad(sdh), SDIO_FUNC_2, F2SYNC, in dhdsdio_readframes()
7245 ASSERT(sdret != BCME_PENDING); in dhdsdio_readframes()
7247 if (sdret < 0) { in dhdsdio_readframes()
7248 DHD_ERROR(("%s: RXHEADER FAILED: %d\n", __FUNCTION__, sdret)); in dhdsdio_readframes()
7405 sdret = dhd_bcmsdh_recv_buf(bus, bcmsdh_cur_sbwad(sdh), SDIO_FUNC_2, F2SYNC, in dhdsdio_readframes()
7408 ASSERT(sdret != BCME_PENDING); in dhdsdio_readframes()
7410 if (sdret < 0) { in dhdsdio_readframes()
7413 ((chan == SDPCM_DATA_CHANNEL) ? "data" : "test")), sdret)); in dhdsdio_readframes()