Lines Matching full:scatter

52 	/* scatter request list head */
233 "hif-scatter: (%s) addr: 0x%X, (block len: %d, block count: %d) , (tot:%d,sg:%d)\n", in ath6kl_sdio_setup_scat_data()
255 /* set scatter-gather table for request */ in ath6kl_sdio_setup_scat_data()
335 ath6kl_err("Scatter write request failed:%d\n", in ath6kl_sdio_scat_rw()
363 /* allocate the scatter request */ in ath6kl_sdio_alloc_prep_scat_req()
387 /* allocate a bus request for this scatter request */ in ath6kl_sdio_alloc_prep_scat_req()
396 /* assign the scatter request to this bus request */ in ath6kl_sdio_alloc_prep_scat_req()
402 /* add it to the scatter pool */ in ath6kl_sdio_alloc_prep_scat_req()
671 /* scatter gather read write request */
683 "hif-scatter: total len: %d scatter entries: %d\n", in ath6kl_sdio_async_rw_scatter()
698 /* clean up scatter support */
730 /* setup of HIF scatter resources */
743 /* check if host supports scatter and it meets our requirements */ in ath6kl_sdio_enable_scatter()
745 ath6kl_err("host only supports scatter of :%d entries, need: %d\n", in ath6kl_sdio_enable_scatter()
758 "hif-scatter enabled requests %d entries %d\n", in ath6kl_sdio_enable_scatter()
767 ath6kl_warn("hif scatter resource setup failed, trying virtual scatter method\n"); in ath6kl_sdio_enable_scatter()
777 ath6kl_err("failed to alloc virtual scatter resources !\n"); in ath6kl_sdio_enable_scatter()
783 "virtual scatter enabled requests %d entries %d\n", in ath6kl_sdio_enable_scatter()
1238 /* this is a scatter gather request */ in ath6kl_sdio_stop()