Searched refs:pg_vec_pos (Results 1 – 2 of 2) sorted by relevance
410 unsigned int pg_vec_pos, frame_off; in __netlink_lookup_frame() local412 pg_vec_pos = pos / ring->frames_per_block; in __netlink_lookup_frame()415 return ring->pg_vec[pg_vec_pos] + (frame_off * ring->frame_size); in __netlink_lookup_frame()
400 unsigned int pg_vec_pos, frame_offset; in packet_lookup_frame() local403 pg_vec_pos = position / rb->frames_per_block; in packet_lookup_frame()406 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()