Searched refs:tin (Results 1 – 12 of 12) sorted by relevance
| /linux/include/net/ |
| H A D | fq_impl.h | 19 struct fq_tin *tin = flow->tin; in __fq_adjust_removal() local 22 tin->backlog_bytes -= bytes; in __fq_adjust_removal() 23 tin->backlog_packets -= packets; in __fq_adjust_removal() 31 if (flow == &tin->default_flow) { in __fq_adjust_removal() 32 list_del_init(&tin->tin_list); in __fq_adjust_removal() 67 struct fq_tin *tin = flow->tin; in fq_flow_drop() local 82 free_func(fq, tin, flow, skb); in fq_flow_drop() 91 struct fq_tin *tin, in fq_tin_dequeue() argument 101 head = &tin->new_flows; in fq_tin_dequeue() 103 head = &tin->old_flows; in fq_tin_dequeue() [all …]
|
| H A D | fq.h | 32 struct fq_tin *tin; member
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 1564 u32 idx = 0, tin = 0, len; in cake_drop() local 1580 tin = qq.t; in cake_drop() 1583 b = &q->tins[tin]; in cake_drop() 1589 return idx + (tin << 16); in cake_drop() 1612 return idx + (tin << 16); in cake_drop() 1676 u32 tin, mark; in cake_select_tin() local 1690 tin = 0; in cake_select_tin() 1693 tin = qd->tin_order[mark - 1]; in cake_select_tin() 1698 tin = qd->tin_order[TC_H_MIN(skb->priority) - 1]; in cake_select_tin() 1703 tin = qd->tin_index[dscp]; in cake_select_tin() [all …]
|
| /linux/net/mac80211/ |
| H A D | debugfs_netdev.c | 635 txqi->tin.backlog_bytes, in ieee80211_if_fmt_aqm() 636 txqi->tin.backlog_packets, in ieee80211_if_fmt_aqm() 637 txqi->tin.flows, in ieee80211_if_fmt_aqm() 640 txqi->tin.overlimit, in ieee80211_if_fmt_aqm() 641 txqi->tin.collisions, in ieee80211_if_fmt_aqm() 642 txqi->tin.tx_bytes, in ieee80211_if_fmt_aqm() 643 txqi->tin.tx_packets); in ieee80211_if_fmt_aqm()
|
| H A D | tx.c | 1379 flow = &txqi->tin.default_flow; in codel_dequeue_func() 1401 struct fq_tin *tin, in fq_tin_dequeue_func() argument 1411 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func() 1415 if (flow == &tin->default_flow) in fq_tin_dequeue_func() 1432 struct fq_tin *tin, in fq_skb_free_func() argument 1447 struct fq_tin *tin = &txqi->tin; in ieee80211_txq_enqueue() local 1465 fq_tin_enqueue(fq, tin, flow_idx, skb, in ieee80211_txq_enqueue() 1471 static bool fq_vlan_filter_func(struct fq *fq, struct fq_tin *tin, in fq_vlan_filter_func() argument 1485 struct fq_tin *tin; in ieee80211_txq_remove_vlan() local 1497 tin = &txqi->tin; in ieee80211_txq_remove_vlan() [all …]
|
| H A D | debugfs_sta.c | 164 txqi->tin.backlog_bytes, in sta_aqm_read() 165 txqi->tin.backlog_packets, in sta_aqm_read() 166 txqi->tin.flows, in sta_aqm_read() 169 txqi->tin.overlimit, in sta_aqm_read() 170 txqi->tin.collisions, in sta_aqm_read() 171 txqi->tin.tx_bytes, in sta_aqm_read() 172 txqi->tin.tx_packets, in sta_aqm_read()
|
| H A D | cfg.c | 4925 txqstats->backlog_bytes = txqi->tin.backlog_bytes; in ieee80211_fill_txq_stats() 4930 txqstats->backlog_packets = txqi->tin.backlog_packets; in ieee80211_fill_txq_stats() 4935 txqstats->flows = txqi->tin.flows; in ieee80211_fill_txq_stats() 4950 txqstats->overlimit = txqi->tin.overlimit; in ieee80211_fill_txq_stats() 4955 txqstats->collisions = txqi->tin.collisions; in ieee80211_fill_txq_stats() 4960 txqstats->tx_bytes = txqi->tin.tx_bytes; in ieee80211_fill_txq_stats() 4965 txqstats->tx_packets = txqi->tin.tx_packets; in ieee80211_fill_txq_stats()
|
| H A D | ieee80211_i.h | 958 struct fq_tin tin; member 1891 return !(skb_queue_empty(&txqi->frags) && !txqi->tin.backlog_packets); in txq_has_queue()
|
| H A D | util.c | 4377 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth() 4380 *byte_cnt = txqi->tin.backlog_bytes + frag_bytes; in ieee80211_txq_get_depth()
|
| /linux/drivers/hwmon/ |
| H A D | nct6694-hwmon.c | 117 } tin; member 339 .len = cpu_to_le16(sizeof(data->rpt->tin)) in nct6694_temp_read() 342 &data->rpt->tin); in nct6694_temp_read() 346 temp_raw = data->rpt->tin.msb << 3; in nct6694_temp_read() 347 temp_raw |= FIELD_GET(NCT6694_LSB_REG_MASK, data->rpt->tin.lsb); in nct6694_temp_read()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcs.h | 592 struct bfa_fcs_tin_s *tin; /* ITN initiator mode role */ member
|
| /linux/ |
| H A D | CREDITS | 1211 E: fizban@tin.it
|