Home
last modified time | relevance | path

Searched refs:stridx (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/
H A Dfdt.c801 int stridx = 0; in fdt_parse_prop() local
809 while ((*newp != '>') && (stridx < count)) { in fdt_parse_prop()
815 newp = newval[++stridx]; in fdt_parse_prop()
849 while ((stridx < count) && (*newp != ']')) { in fdt_parse_prop()
853 newp = newval[++stridx]; in fdt_parse_prop()
872 while (stridx < count) { in fdt_parse_prop()
877 newp = newval[++stridx]; in fdt_parse_prop()
/openbmc/linux/include/linux/mlx5/
H A Ddevice.h854 __be16 stridx; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c170 title->wqe_counter = mini_cqe->stridx; in mlx5e_decompress_cqe()