page_ptr_mask 348 drivers/net/ethernet/sfc/falcon/net_driver.h unsigned int page_ptr_mask; page_ptr_mask 113 drivers/net/ethernet/sfc/falcon/rx.c index = rx_queue->page_remove & rx_queue->page_ptr_mask; page_ptr_mask 253 drivers/net/ethernet/sfc/falcon/rx.c index = rx_queue->page_add & rx_queue->page_ptr_mask; page_ptr_mask 256 drivers/net/ethernet/sfc/falcon/rx.c rx_queue->page_ptr_mask; page_ptr_mask 729 drivers/net/ethernet/sfc/falcon/rx.c rx_queue->page_ptr_mask = page_ring_size - 1; page_ptr_mask 748 drivers/net/ethernet/sfc/falcon/rx.c rx_queue->page_add = rx_queue->page_ptr_mask + 1; page_ptr_mask 795 drivers/net/ethernet/sfc/falcon/rx.c for (i = 0; i <= rx_queue->page_ptr_mask; i++) { page_ptr_mask 387 drivers/net/ethernet/sfc/net_driver.h unsigned int page_ptr_mask; page_ptr_mask 113 drivers/net/ethernet/sfc/rx.c index = rx_queue->page_remove & rx_queue->page_ptr_mask; page_ptr_mask 253 drivers/net/ethernet/sfc/rx.c index = rx_queue->page_add & rx_queue->page_ptr_mask; page_ptr_mask 256 drivers/net/ethernet/sfc/rx.c rx_queue->page_ptr_mask; page_ptr_mask 727 drivers/net/ethernet/sfc/rx.c rx_queue->page_ptr_mask = page_ring_size - 1; page_ptr_mask 746 drivers/net/ethernet/sfc/rx.c rx_queue->page_add = rx_queue->page_ptr_mask + 1; page_ptr_mask 793 drivers/net/ethernet/sfc/rx.c for (i = 0; i <= rx_queue->page_ptr_mask; i++) {