Home
last modified time | relevance | path

Searched refs:seq_start (Results 1 – 21 of 21) sorted by relevance

/linux/net/hsr/ !
H A Dprp_dup_discard_test.c23 data->node.seq_start[HSR_PT_SLAVE_A] = 1; in build_prp_test_data()
25 data->node.seq_start[HSR_PT_SLAVE_B] = 1; in build_prp_test_data()
39 KUNIT_EXPECT_EQ(test, data->node.seq_start[HSR_PT_SLAVE_A], in check_prp_counters()
41 KUNIT_EXPECT_EQ(test, data->node.seq_start[HSR_PT_SLAVE_B], in check_prp_counters()
88 data->node.seq_start[HSR_PT_SLAVE_A] = 1234; in prp_dup_discard_node_timeout()
90 data->node.seq_start[HSR_PT_SLAVE_B] = 1234; in prp_dup_discard_node_timeout()
110 data->node.seq_start[HSR_PT_SLAVE_A] = 10; in prp_dup_discard_out_of_sequence()
112 data->node.seq_start[HSR_PT_SLAVE_B] = 10; in prp_dup_discard_out_of_sequence()
161 data->node.seq_start[HSR_PT_SLAVE_A] = 9; in prp_dup_discard_lan_b_late()
163 data->node.seq_start[HSR_PT_SLAVE_B] = 9; in prp_dup_discard_lan_b_late()
H A Dhsr_framereg.c183 new_node->seq_start[i] = seq_out + 1; in hsr_add_node()
558 (node->seq_start[rcv_port] == node->seq_expected[rcv_port] && in prp_register_frame_out()
559 node->seq_start[other_port] == node->seq_expected[other_port])) { in prp_register_frame_out()
563 node->seq_start[rcv_port] = sequence_nr; in prp_register_frame_out()
565 seq_nr_before_or_eq(node->seq_start[other_port], sequence_nr)) { in prp_register_frame_out()
569 node->seq_start[other_port] = sequence_exp; in prp_register_frame_out()
571 node->seq_start[rcv_port] = node->seq_expected[rcv_port]; in prp_register_frame_out()
579 node->seq_start[other_port] = node->seq_expected[other_port]; in prp_register_frame_out()
581 sequence_diff = sequence_exp - node->seq_start[rcv_port]; in prp_register_frame_out()
583 node->seq_start[rcv_port] = sequence_exp - PRP_DROP_WINDOW_LEN; in prp_register_frame_out()
H A Dhsr_framereg.h95 u16 seq_start[HSR_PT_PORTS]; member
/linux/drivers/misc/sgi-gru/ !
H A Dgruprocfs.c213 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start() function
229 .start = seq_start,
236 .start = seq_start,
/linux/drivers/md/ !
H A Draid1.h49 sector_t seq_start; member
H A Draid1.c586 info->seq_start = this_sector; in update_read_sectors()
734 return opt_iosize > 0 && mirror->seq_start != MaxSector && in should_choose_next()
736 mirror->next_seq_sect - opt_iosize >= mirror->seq_start; in should_choose_next()
1891 info->seq_start = MaxSector; in raid1_add_conf()
/linux/drivers/net/wireless/rsi/ !
H A Drsi_91x_mac80211.c1099 u16 seq_no = 0, seq_start = 0; in rsi_mac80211_ampdu_action() local
1158 common->vif_info[ii].seq_start = seq_no; in rsi_mac80211_ampdu_action()
1161 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action()
1181 seq_start = common->vif_info[ii].seq_start; in rsi_mac80211_ampdu_action()
1184 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action()
1187 seq_start, in rsi_mac80211_ampdu_action()
1465 rsta->seq_start[cnt] = 0; in rsi_mac80211_sta_add()
1574 common->vif_info[0].seq_start = 0; in rsi_mac80211_sta_remove()
H A Drsi_main.h28 u16 seq_start[IEEE80211_NUM_TIDS]; member
193 u16 seq_start; member
H A Drsi_mgmt.h380 __le16 seq_start; member
H A Drsi_91x_mgmt.c641 aggr_params->seq_start = cpu_to_le16(ssn); in rsi_send_aggregation_params_frame()
645 aggr_params->seq_start = cpu_to_le16(ssn); in rsi_send_aggregation_params_frame()
/linux/sound/firewire/dice/ !
H A Ddice-proc.c101 u32 seq_start; in dice_proc_read() member
206 snd_iprintf(buffer, " sequence start: %u\n", buf.rx.seq_start); in dice_proc_read()
/linux/drivers/net/wireless/ath/ath9k/ !
H A Dxmit.c312 ath_send_bar(tid, tid->seq_start); in ath_tx_flush_tid()
326 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_update_baw()
332 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in ath_tx_update_baw()
348 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_addto_baw()
531 seq_first = tid->seq_start; in ath_tx_complete_aggr()
578 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno) || in ath_tx_complete_aggr()
689 if (BAW_WITHIN(tid->seq_start, tid->baw_size, bar_seq)) in ath_tx_complete_aggr()
690 tid->bar_index = ATH_BA_INDEX(tid->seq_start, bar_seq); in ath_tx_complete_aggr()
990 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno)) { in ath_tx_get_tid_subframe()
1005 if (tid->bar_index > ATH_BA_INDEX(tid->seq_start, seqno)) { in ath_tx_get_tid_subframe()
[all …]
H A Ddebug_sta.c63 tid->seq_start, in read_file_node_aggr()
H A Dath9k.h240 u16 seq_start; member
/linux/net/netfilter/ !
H A Dnf_log.c348 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function
415 .start = seq_start,
H A Dnfnetlink_log.c1076 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function
1109 .start = seq_start,
H A Dnfnetlink_queue.c1703 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function
1736 .start = seq_start,
/linux/include/linux/ !
H A Dcgroup-defs.h696 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
H A Dkernfs.h297 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
/linux/kernel/cgroup/ !
H A Dcgroup-v1.c634 .seq_start = cgroup_pidlist_start,
653 .seq_start = cgroup_pidlist_start,
H A Dcgroup.c4229 return seq_cft(seq)->seq_start(seq, ppos); in cgroup_seqfile_start()
4275 .seq_start = cgroup_seqfile_start,
4424 if (cft->seq_start) in cgroup_init_cftypes()
5313 .seq_start = cgroup_procs_start,
5322 .seq_start = cgroup_threads_start,