Searched refs:psk_qos (Results 1 – 6 of 6) sorted by relevance
167 dhd->psk_qos = MALLOCZ(dhd->pub.osh, sizeof(dhd_sock_qos_info_t)); in dhd_init_sock_flows_buf()168 if (dhd->psk_qos == NULL) { in dhd_init_sock_flows_buf()172 dhd->psk_qos->max_sock_fl = MAX_SOCK_FLOW; in dhd_init_sock_flows_buf()174 dhd->psk_qos->sk_fl = MALLOCZ(dhd->pub.osh, sz); in dhd_init_sock_flows_buf()175 if (dhd->psk_qos->sk_fl == NULL) { in dhd_init_sock_flows_buf()180 sk_fl = dhd->psk_qos->sk_fl; in dhd_init_sock_flows_buf()185 dhd->psk_qos->sock_idle_thresh = SOCK_IDLE_THRESHOLD_MS; in dhd_init_sock_flows_buf()187 dhd->psk_qos->skfl_upgrade_thresh = SOCK_FLOW_UPGRADE_THRESHOLD; in dhd_init_sock_flows_buf()189 INIT_LIST_HEAD(&dhd->psk_qos->sk_fl_list_head); in dhd_init_sock_flows_buf()190 dhd->psk_qos->list_lock = osl_spin_lock_init(dhd->pub.osh); in dhd_init_sock_flows_buf()[all …]
82 #define QOS_PARAMS(x) (&x->psk_qos->qos_params);
448 struct dhd_sock_qos_info *psk_qos; member
446 struct dhd_sock_qos_info *psk_qos; member