Searched full:av_buf (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | ackvec.h | 57 * @av_buf: circular buffer storage area 58 * @av_buf_head: head index; begin of live portion in @av_buf 59 * @av_buf_tail: tail index; first index _after_ the live portion in @av_buf 60 * @av_buf_ackno: highest seqno of acknowledgeable packet recorded in @av_buf 61 * @av_tail_ackno: lowest seqno of acknowledgeable packet recorded in @av_buf 63 * %DCCP_SINGLE_OPT_MAXLEN cells in the live portion of @av_buf 68 u8 av_buf[DCCPAV_MAX_ACKVEC_LEN]; member 87 * @avr_ack_ptr: pointer into @av_buf where this record starts
|
H A D | ackvec.c | 63 avr->avr_ack_runlen = dccp_ackvec_runlen(av->av_buf + av->av_buf_head); in dccp_ackvec_update_records() 141 u8 runlen = dccp_ackvec_runlen(av->av_buf + ptr); in dccp_ackvec_update_old() 159 if (av->av_buf[ptr] == DCCPAV_NOT_RECEIVED) in dccp_ackvec_update_old() 160 av->av_buf[ptr] = state; in dccp_ackvec_update_old() 181 memset(av->av_buf + start, DCCPAV_NOT_RECEIVED, len); in dccp_ackvec_reserve_seats() 186 memset(av->av_buf + start, DCCPAV_NOT_RECEIVED, num); in dccp_ackvec_reserve_seats() 221 av->av_buf[av->av_buf_head] = DCCPAV_NOT_RECEIVED | len; in dccp_ackvec_add_new() 236 av->av_buf[av->av_buf_head] = state; in dccp_ackvec_add_new() 259 u8 *current_head = av->av_buf + av->av_buf_head; in dccp_ackvec_input() 310 runlen_now = dccp_ackvec_runlen(av->av_buf + avr->avr_ack_ptr); in dccp_ackvec_clear_state() [all …]
|
H A D | options.c | 431 from = av->av_buf + av->av_buf_head; in dccp_insert_option_ackvec() 432 tail = av->av_buf + DCCPAV_MAX_ACKVEC_LEN; in dccp_insert_option_ackvec() 457 from = av->av_buf; in dccp_insert_option_ackvec()
|
/openbmc/linux/Documentation/devicetree/bindings/display/xlnx/ |
H A D | xlnx,zynqmp-dpsub.yaml | 57 - const: av_buf 187 reg-names = "dp", "blend", "av_buf", "aud";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp.dtsi | 942 reg-names = "blend", "av_buf", "aud";
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_disp.c | 1246 disp->avbuf.base = devm_platform_ioremap_resource_byname(pdev, "av_buf"); in zynqmp_disp_probe()
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp.dtsi | 1039 reg-names = "dp", "blend", "av_buf", "aud";
|