Searched refs:rx_owner_map (Results 1 – 2 of 2) sorted by relevance
74 unsigned long *rx_owner_map; member
2364 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv()2366 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()2485 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()4365 unsigned long *rx_owner_map = NULL; in packet_set_ring() local4452 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()4454 if (!rx_owner_map) in packet_set_ring()4487 swap(rb->rx_owner_map, rx_owner_map); in packet_set_ring()4520 bitmap_free(rx_owner_map); in packet_set_ring()