Searched refs:ss_next (Results 1 – 5 of 5) sorted by relevance
212 ss->ss_next = 0; in ieee80211_swscan_start_scan_locked()380 if (ss->ss_next >= ss->ss_last) { in ieee80211_swscan_bg_scan()390 ss->ss_next = 0; in ieee80211_swscan_bg_scan()636 if (ss->ss_next == ss->ss_last) { in scan_start()695 scandone = (ss->ss_next >= ss->ss_last) || in scan_curchan_task()697 scanstop = (ss->ss_next >= ss->ss_last) || in scan_curchan_task()706 (uint32_t) ss->ss_next, in scan_curchan_task()718 chan = ss->ss_chans[ss->ss_next++]; in scan_curchan_task()924 if (ss->ss_next >= ss->ss_last) { in scan_done()928 (uint32_t) ss->ss_next, in scan_done()[all …]
288 for (i = ss->ss_next; i < ss->ss_last; i++) { in ieee80211_scan_dump_channels()502 ss->ss_next = ss->ss_last; /* all channels are complete */ in ieee80211_scan_done()
145 uint16_t ss_next; /* ix of next chan to scan */ member
822 TAILQ_REMOVE(&asoc->ss_data.out.list, sp, ss_next); in sctp_ss_fcfs_clear()823 sp->ss_next.tqe_next = NULL; in sctp_ss_fcfs_clear()824 sp->ss_next.tqe_prev = NULL; in sctp_ss_fcfs_clear()857 if (sp && (sp->ss_next.tqe_next == NULL) && in sctp_ss_fcfs_add()858 (sp->ss_next.tqe_prev == NULL)) { in sctp_ss_fcfs_add()886 ((sp->ss_next.tqe_next != NULL) || in sctp_ss_fcfs_remove()887 (sp->ss_next.tqe_prev != NULL))) { in sctp_ss_fcfs_remove()888 TAILQ_REMOVE(&asoc->ss_data.out.list, sp, ss_next); in sctp_ss_fcfs_remove()889 sp->ss_next.tqe_next = NULL; in sctp_ss_fcfs_remove()890 sp->ss_next.tqe_prev = NULL; in sctp_ss_fcfs_remove()[all …]
515 TAILQ_ENTRY(sctp_stream_queue_pending) ss_next;