Searched refs:ss_params (Results 1 – 3 of 3) sorted by relevance
82 KASSERT(strq->ss_params.scheduled, ("strq %p not scheduled", (void *)strq)); in sctp_ss_default_clear()83 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_clear()84 strq->ss_params.scheduled = false; in sctp_ss_default_clear()103 strq->ss_params.scheduled = false; in sctp_ss_default_init_stream()115 if (!TAILQ_EMPTY(&strq->outqueue) && !strq->ss_params.scheduled) { in sctp_ss_default_add()117 strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_add()118 strq->ss_params.scheduled = true; in sctp_ss_default_add()142 if (TAILQ_EMPTY(&strq->outqueue) && strq->ss_params.scheduled) { in sctp_ss_default_remove()146 ss_params.ss.rr.next_spoke); in sctp_ss_default_remove()158 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_remove()[all …]
629 struct scheduling_parameters ss_params; member
679 /* Single Stream Tx Parameters (lq_cmd->ss_params)709 /* Bit 31: ss_params field is valid. Used for FW backward compatibility710 * with other drivers which don't support the ss_params API yet739 * @ss_params: single stream features. declare whether STBC or BFER are allowed.757 __le32 ss_params; member