Searched defs:hole (Results 1 – 2 of 2) sorted by relevance
892 struct hole { struct894 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ argument895 u16 next_hole; /* index of next (in 8-b blocks), 0 == none */ argument896 u16 prev_hole; /* index of prev, 0 == none */ argument904 struct hole *payload, *thisfrag, *h, *newh; in __net_defragment() argument
53 const struct da9063_reg_hole *hole = &da9063_reg_holes[i]; in da9063_reg_valid() local
Completed in 5 milliseconds