Home
last modified time | relevance | path

Searched refs:AT_PAGE_NUM_PER_QUEUE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h85 #define AT_PAGE_NUM_PER_QUEUE 2 macro
390 struct atl1e_rx_page rx_page[AT_PAGE_NUM_PER_QUEUE];
H A Datl1e_main.c37 atl1e_rx_page_vld_regs[AT_MAX_RECEIVE_QUEUE][AT_PAGE_NUM_PER_QUEUE] =
54 atl1e_rx_page_lo_addr_regs[AT_MAX_RECEIVE_QUEUE][AT_PAGE_NUM_PER_QUEUE] =
63 atl1e_rx_page_write_offset_regs[AT_MAX_RECEIVE_QUEUE][AT_PAGE_NUM_PER_QUEUE] =
697 for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) { in atl1e_clean_rx_ring()
711 + adapter->rx_ring.real_page_size * AT_PAGE_NUM_PER_QUEUE * in atl1e_cal_ring_size()
714 + (1 + AT_PAGE_NUM_PER_QUEUE * adapter->num_rx_queues) * in atl1e_cal_ring_size()
757 for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) { in atl1e_init_ring_ptrs()
841 for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) { in atl1e_setup_ring_resources()
856 for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) { in atl1e_setup_ring_resources()
908 for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) { in atl1e_configure_des_ring()