Searched refs:cs_count (Results 1 – 9 of 9) sorted by relevance
236 sch_ep->cs_count = 0; in setup_sch_info()255 sch_ep->cs_count = 0; in setup_sch_info()305 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()306 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()392 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()401 for (i = 0; i < sch_ep->cs_count; i++) in check_sch_tt()406 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt() local417 last_cs = start_cs + cs_count - 1; in check_sch_tt()427 cs_count += extra_cs_count; in check_sch_tt()428 if (cs_count > 7) in check_sch_tt()[all …]
96 u32 cs_count; member
19 unsigned int cs_count; member27 .cs_count = 6,33 .cs_count = 6,39 .cs_count = 4,47 .cs_count = 6,141 if (WARN_ON(devtype->cs_count > MAX_CS_COUNT)) in weim_timing_setup()165 if (cs_idx >= devtype->cs_count) in weim_timing_setup()
188 u8 cs_count; member
190 __le16 cs_count; in dln2_spi_get_cs_num() member202 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num()
6794 u_int cs_count; in ahc_loadseq() local6806 cs_count = 0; in ahc_loadseq()6859 if (begin_set[cs_count] == TRUE in ahc_loadseq()6860 && end_set[cs_count] == FALSE) { in ahc_loadseq()6861 cs_table[cs_count].end = downloaded; in ahc_loadseq()6862 end_set[cs_count] = TRUE; in ahc_loadseq()6863 cs_count++; in ahc_loadseq()6868 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6869 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6870 begin_set[cs_count] = TRUE; in ahc_loadseq()[all …]
9266 u_int cs_count; in ahd_loadseq() local9289 cs_count = 0; in ahd_loadseq()9382 if (begin_set[cs_count] == TRUE in ahd_loadseq()9383 && end_set[cs_count] == FALSE) { in ahd_loadseq()9384 cs_table[cs_count].end = downloaded; in ahd_loadseq()9385 end_set[cs_count] = TRUE; in ahd_loadseq()9386 cs_count++; in ahd_loadseq()9391 && begin_set[cs_count] == FALSE) { in ahd_loadseq()9392 cs_table[cs_count].begin = downloaded; in ahd_loadseq()9393 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]
4503 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()4660 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
8989 u32 cs_count; in nl80211_channel_switch() local9036 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()9037 if (cs_count > 255) in nl80211_channel_switch()9040 params.count = cs_count; in nl80211_channel_switch()