Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtc.h61 static inline unsigned int ath10k_htc_get_bundle_count(u8 max_msgs, u8 flags) in ath10k_htc_get_bundle_count() argument
67 if (max_msgs > 16) in ath10k_htc_get_bundle_count()
Dsdio.c506 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle; in ath10k_sdio_mbox_alloc_bundle() local
508 *bndl_cnt = ath10k_htc_get_bundle_count(max_msgs, htc_hdr->flags); in ath10k_sdio_mbox_alloc_bundle()
510 if (*bndl_cnt > max_msgs) { in ath10k_sdio_mbox_alloc_bundle()
514 max_msgs); in ath10k_sdio_mbox_alloc_bundle()
/drivers/firmware/
Dti_sci.c79 int max_msgs; member
322 info->desc->max_msgs); in ti_sci_get_one_xfer()
3276 .max_msgs = 20,
3286 .max_msgs = 20,
3347 if (WARN_ON(desc->max_msgs >= in ti_sci_probe()
3352 desc->max_msgs, in ti_sci_probe()
3359 BITS_TO_LONGS(desc->max_msgs), in ti_sci_probe()
3364 bitmap_zero(minfo->xfer_alloc_table, desc->max_msgs); in ti_sci_probe()
3367 for (i = 0, xfer = minfo->xfer_block; i < desc->max_msgs; i++, xfer++) { in ti_sci_probe()
3390 sema_init(&minfo->sem_xfer_count, desc->max_msgs); in ti_sci_probe()