Searched refs:drop (Results 1 - 15 of 15) sorted by relevance

/u-boot/lib/zlib/
H A Dinftrees.c41 unsigned drop; /* code bits to drop for sub-table */ local
148 with length len. That code is converted to an index by dropping drop
149 bits off of the bottom. For codes where len is less than drop + curr,
150 those top drop + curr - len bits are incremented through all values to
156 new sub-table should be started. drop is zero when the root table is
157 being filled, and drop is root when sub-tables are being filled.
200 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
[all...]
/u-boot/drivers/net/pfe_eth/
H A Dpfe_cmd.c163 * This function is used to read the drop statistics from the TMU
164 * hw drop counter. Since the hw counter is always cleared afer
165 * reading, this function maintains the previous drop count, and
204 printf("(teq) drop: %10u, tx: %10u (llm) head: %08x, tail: %08x, drop: %10u\n",
287 u32 drop; local
322 drop = pe_dmem_read(id, dmem_addr, 4);
333 printf("%d: pc=1%04x ldst=%04x state=%4s ctr=%08x rx=%x tx=%x drop=%x\n",
338 cpu_to_be32(drop));
/u-boot/drivers/net/
H A Dcortina_ni.h86 u32 drop : 1; /* bits 20:20 */ member in struct:NI_PACKET_STATUS
H A Dcortina_ni.c728 if (packet_status.drop ||
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-fpa3.h474 aura_level.s.drop = drop_thresh >> shift;
H A Dcvmx-fpa-defs.h288 u64 drop : 8; member in struct:cvmx_fpa_aurax_cnt_levels::cvmx_fpa_aurax_cnt_levels_s
383 u64 drop : 8; member in struct:cvmx_fpa_aurax_pool_levels::cvmx_fpa_aurax_pool_levels_s
H A Dcvmx-agl-defs.h597 * MII/Half Duplex drop packet apply filters
1568 * AGL_GMX_RX_BP_DROP = FIFO mark for packet drop
1600 * AGL_GMX_RX_BP_OFF = Lowater mark for packet drop
1675 u64 drop : 2; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_s
1683 u64 drop : 1; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_cn56xx
H A Dcvmx-gmxx-defs.h2360 * Half Duplex drop packet apply filters
3817 * GMX_RX_BP_DROP = FIFO mark for packet drop
3823 * FIFO so as ports are added or removed, the drop point may change.
3860 * GMX_RX_BP_OFF = Lowater mark for packet drop
4034 u64 drop : 16; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_s
4039 u64 drop : 3; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cn30xx
4048 u64 drop : 4; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cn52xx
4067 u64 drop : 2; member in struct:cvmx_gmxx_rx_prt_info::cvmx_gmxx_rx_prt_info_cnf71xx
H A Dcvmx-ipd-defs.h292 * the RED Unit will drop packets for that port.
1499 * Set the pass-drop marks for qos level.
1505 u64 drop : 32; member in struct:cvmx_ipd_qosx_red_marks::cvmx_ipd_qosx_red_marks_s
1573 * Set the pass-drop marks for qos level.
1591 * Set the pass-drop marks for qos level.
1609 * Set the pass-drop marks for qos level.
1644 * Set the pass-drop marks for qos level.
H A Dcvmx-pki-defs.h773 u64 drop : 1; member in struct:cvmx_pki_clx_stylex_cfg::cvmx_pki_clx_stylex_cfg_s
/u-boot/drivers/usb/gadget/
H A Dether.c1679 goto drop;
1717 drop:
2335 goto drop;
2381 drop:
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pki.c579 style_cfg->parm_cfg.force_drop = scfg.s.drop;
651 scfg.s.drop = style_cfg->parm_cfg.force_drop;
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npa.h207 u64 drop : 1; member in struct:npa_aura_op_wdata_s::npa_aura_op_wdata_s_s
H A Dcsrs-nix.h688 u64 drop : 8; member in struct:nix_cq_ctx_s::nix_cq_ctx_s_s
9467 u64 drop : 1; member in struct:nixx_lf_gint::nixx_lf_gint_s
9490 u64 drop : 1; member in struct:nixx_lf_gint_ena_w1c::nixx_lf_gint_ena_w1c_s
9513 u64 drop : 1; member in struct:nixx_lf_gint_ena_w1s::nixx_lf_gint_ena_w1s_s
9536 u64 drop : 1; member in struct:nixx_lf_gint_w1s::nixx_lf_gint_w1s_s
/u-boot/drivers/net/octeontx2/
H A Dnix_af.c603 cq_req.cq.s.drop = 255 * 7 / 8;

Completed in 351 milliseconds