Searched refs:seq_out (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/hsr/ |
H A D | hsr_framereg.c | 141 u16 seq_out, bool san, in hsr_add_node() argument 164 new_node->seq_out[i] = seq_out; in hsr_add_node() 206 u16 seq_out; in hsr_get_node() local 238 seq_out = hsr_get_skb_sequence_nr(skb) - 1; in hsr_get_node() 242 seq_out = prp_get_skb_sequence_nr(rct); in hsr_get_node() 246 seq_out = HSR_SEQNR_START; in hsr_get_node() 362 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame() 363 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame() 468 node->seq_out[port->type] = sequence_nr; in hsr_register_frame_out() 626 *if1_seq = node->seq_out[HSR_PT_SLAVE_B]; in hsr_get_node_data() [all …]
|
H A D | hsr_framereg.h | 84 u16 seq_out[HSR_PT_PORTS]; member
|
/openbmc/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 434 u64 *seq_out, u32 *caller_id_out) in desc_read() argument 481 if (seq_out) in desc_read() 482 *seq_out = info->seq; /* also part of desc_read:C */ in desc_read()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 3945 + unsigned int seq_out; // Seq of last frame received (1-15) [Init=15] 4338 + // seq_out is last frame we removed from Q 4339 + // So after 4 frames sent (1st time we want to wait), 0 rx seq_in=5, seq_out=15, delta=5 4341 + while ((out_buf = (seq_delta(sys->seq_in, sys->seq_out) >= 5 ? mmal_queue_timedwait(sys->o… 4343 + const unsigned int seq_out = (out_buf->flags / MMAL_BUFFER_HEADER_FLAG_USER0) & 0xf; 4401 …"-- %s: Q pic=%p: seq_in=%d, seq_out=%d, delta=%d", __func__, out_pic, sys->seq_in, seq_out, seq_d… 4409 + if (seq_out != 0) 4410 + sys->seq_out = seq_out; 4414 + assert(ret_pics != NULL || seq_delta(sys->seq_in, sys->seq_out) < 5); 4480 + sys->seq_out = 15; [all …]
|