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()
159 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()
6822 u_int cs_count; in ahc_loadseq() local6834 cs_count = 0; in ahc_loadseq()6887 if (begin_set[cs_count] == TRUE in ahc_loadseq()6888 && end_set[cs_count] == FALSE) { in ahc_loadseq()6889 cs_table[cs_count].end = downloaded; in ahc_loadseq()6890 end_set[cs_count] = TRUE; in ahc_loadseq()6891 cs_count++; in ahc_loadseq()6896 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6897 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6898 begin_set[cs_count] = TRUE; in ahc_loadseq()[all …]
9306 u_int cs_count; in ahd_loadseq() local9329 cs_count = 0; in ahd_loadseq()9422 if (begin_set[cs_count] == TRUE in ahd_loadseq()9423 && end_set[cs_count] == FALSE) { in ahd_loadseq()9424 cs_table[cs_count].end = downloaded; in ahd_loadseq()9425 end_set[cs_count] = TRUE; in ahd_loadseq()9426 cs_count++; in ahd_loadseq()9431 && begin_set[cs_count] == FALSE) { in ahd_loadseq()9432 cs_table[cs_count].begin = downloaded; in ahd_loadseq()9433 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]
4415 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()4572 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
8445 u32 cs_count; in nl80211_channel_switch() local8492 cs_count = nla_get_u32(info->attrs[NL80211_ATTR_CH_SWITCH_COUNT]); in nl80211_channel_switch()8493 if (cs_count > 255) in nl80211_channel_switch()8496 params.count = cs_count; in nl80211_channel_switch()