/net/atm/ |
D | common.c | 103 return (vcc->qos.txtp.max_sdu + in vcc_writable() 158 vcc->qos.txtp.max_sdu = 1 << 16; /* for meta VCs */ in vcc_create() 323 walk->vci == vci && ((walk->qos.txtp.traffic_class != in check_ci() 324 ATM_NONE && vcc->qos.txtp.traffic_class != ATM_NONE) || in check_ci() 325 (walk->qos.rxtp.traffic_class != ATM_NONE && in check_ci() 326 vcc->qos.rxtp.traffic_class != ATM_NONE))) in check_ci() 407 switch (vcc->qos.aal) { in __vcc_connect() 418 vcc->qos.aal = ATM_AAL5; in __vcc_connect() 428 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal); in __vcc_connect() 430 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect() [all …]
|
D | mpc.c | 176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument 182 entry->qos = *qos; in atm_mpoa_add_qos() 193 entry->qos = *qos; in atm_mpoa_add_qos() 203 struct atm_mpoa_qos *qos; in atm_mpoa_search_qos() local 205 qos = qos_head; in atm_mpoa_search_qos() 206 while (qos) { in atm_mpoa_search_qos() 207 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos() 209 qos = qos->next; in atm_mpoa_search_qos() 212 return qos; in atm_mpoa_search_qos() 246 struct atm_mpoa_qos *qos; in atm_mpoa_disp_qos() local [all …]
|
D | mpoa_proc.c | 250 struct atm_qos qos; in parse_qos() local 252 memset(&qos, 0, sizeof(struct atm_qos)); in parse_qos() 269 qos.txtp.traffic_class = ATM_CBR; in parse_qos() 270 qos.txtp.max_pcr = tx_pcr; in parse_qos() 271 qos.txtp.max_sdu = tx_sdu; in parse_qos() 272 qos.rxtp.traffic_class = ATM_CBR; in parse_qos() 273 qos.rxtp.max_pcr = rx_pcr; in parse_qos() 274 qos.rxtp.max_sdu = rx_sdu; in parse_qos() 275 qos.aal = ATM_AAL5; in parse_qos() 277 qos.txtp.max_pcr, qos.txtp.max_sdu, in parse_qos() [all …]
|
D | mpoa_caches.c | 135 struct atm_mpoa_qos *qos; in cache_hit() local 147 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 148 if (qos != NULL) in cache_hit() 149 msg.qos = qos->qos; in cache_hit() 170 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 171 if (qos != NULL) in cache_hit() 172 msg.qos = qos->qos; in cache_hit() 254 struct atm_mpoa_qos *qos; in check_resolving_entries() local 288 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries() 289 if (qos != NULL) in check_resolving_entries() [all …]
|
D | signaling.c | 49 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos, in modify_qos() 94 session_vcc->qos = msg->qos; in sigd_send() 144 const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, in sigd_enq2() argument 159 if (qos) in sigd_enq2() 160 msg->qos = *qos; in sigd_enq2() 183 sigd_enq2(vcc, type, listen_vcc, pvc, svc, vcc ? &vcc->qos : NULL, 0); in sigd_enq()
|
D | svc.c | 68 sigd_enq2(NULL, as_reject, vcc, NULL, NULL, &vcc->qos, 0); in svc_disconnect() 195 if (vcc->qos.txtp.traffic_class == ATM_ANYCLASS || in svc_connect() 196 vcc->qos.rxtp.traffic_class == ATM_ANYCLASS) { in svc_connect() 200 if (!vcc->qos.txtp.traffic_class && in svc_connect() 201 !vcc->qos.rxtp.traffic_class) { in svc_connect() 268 vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp); in svc_connect() 269 vcc->qos.txtp.pcr = 0; in svc_connect() 270 vcc->qos.txtp.min_pcr = 0; in svc_connect() 375 new_vcc->qos = msg->qos; in svc_accept() 387 &old_vcc->qos, error); in svc_accept() [all …]
|
D | mpc.h | 44 struct atm_qos qos; member 49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos); 51 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
|
D | proc.c | 167 vcc->qos.aal >= ARRAY_SIZE(aal_name) ? "err" : in pvc_info() 168 aal_name[vcc->qos.aal], vcc->qos.rxtp.min_pcr, in pvc_info() 169 class_name[vcc->qos.rxtp.traffic_class], in pvc_info() 170 vcc->qos.txtp.min_pcr, in pvc_info() 171 class_name[vcc->qos.txtp.traffic_class]); in pvc_info()
|
D | signaling.h | 25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
|
D | common.h | 52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
|
D | pppoatm.c | 421 pvcc->chan.mtu = atmvcc->qos.txtp.max_sdu - PPP_HDRLEN - in pppoatm_assign_vcc()
|
/net/mac80211/ |
D | wme.c | 151 bool qos = false; in ieee80211_select_queue() local 165 qos = sta->sta.wme; in ieee80211_select_queue() 176 qos = true; in ieee80211_select_queue() 183 qos = sta->sta.wme; in ieee80211_select_queue() 192 qos = true; in ieee80211_select_queue() 201 qos = sta->sta.wme; in ieee80211_select_queue() 204 if (!qos) { in ieee80211_select_queue()
|
D | sta_info.c | 1301 bool qos = sta->sta.wme; in ieee80211_send_null_response() local 1305 if (qos) { in ieee80211_send_null_response() 1332 if (qos) { in ieee80211_send_null_response()
|
D | tx.c | 4449 bool qos = false; in ieee80211_nullfunc_get() local 4463 qos = sta && sta->sta.wme; in ieee80211_nullfunc_get() 4478 if (qos) { in ieee80211_nullfunc_get() 4479 __le16 qos = cpu_to_le16(7); in ieee80211_nullfunc_get() local 4488 skb_put_data(skb, &qos, sizeof(qos)); in ieee80211_nullfunc_get()
|
D | trace.h | 419 __field(bool, qos); 459 __entry->qos = info->qos;
|
D | cfg.c | 3378 bool qos; in ieee80211_probe_client() local 3397 qos = sta->sta.wme; in ieee80211_probe_client() 3403 if (qos) { in ieee80211_probe_client() 3440 if (qos) in ieee80211_probe_client()
|
D | mlme.c | 1896 sdata->vif.bss_conf.qos = true; in ieee80211_sta_wmm_params() 2143 sdata->vif.bss_conf.qos = false; in ieee80211_set_disassoc()
|
D | util.c | 1225 sdata->vif.bss_conf.qos = enable_qos; in ieee80211_set_wmm_default()
|
/net/core/ |
D | rtnetlink.c | 1142 vf_vlan.qos = ivi.qos; in rtnl_fill_vfinfo() 1144 vf_vlan_info.qos = ivi.qos; in rtnl_fill_vfinfo() 1788 ivv->qos, in do_setvfinfo() 1820 ivvl[0]->qos, ivvl[0]->vlan_proto); in do_setvfinfo()
|
/net/wireless/ |
D | util.c | 535 const u8 *bssid, bool qos) in ieee80211_data_from_8023() argument 588 if (qos) { in ieee80211_data_from_8023()
|
/net/sched/ |
D | Kconfig | 69 <http://luxik.cdi.cz/~devik/qos/htb/> for complete manual and
|