Lines Matching refs:rx_page_order
97 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_queue_reset()
320 if (il->hw_params.rx_page_order > 0) in il4965_rx_allocate()
324 page = alloc_pages(gfp_mask, il->hw_params.rx_page_order); in il4965_rx_allocate()
328 il->hw_params.rx_page_order); in il4965_rx_allocate()
346 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_allocate()
349 __free_pages(page, il->hw_params.rx_page_order); in il4965_rx_allocate()
358 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_allocate()
360 __free_pages(page, il->hw_params.rx_page_order); in il4965_rx_allocate()
412 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_queue_free()
596 len, PAGE_SIZE << il->hw_params.rx_page_order); in il4965_pass_packet_to_mac80211()
4252 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_handle()
4300 rx_page_order, PCI_DMA_FROMDEVICE); in il4965_rx_handle()
6436 il->hw_params.rx_page_order = get_order(IL_RX_BUF_SIZE_8K); in il4965_set_hw_params()
6438 il->hw_params.rx_page_order = get_order(IL_RX_BUF_SIZE_4K); in il4965_set_hw_params()