Lines Matching refs:rx_page_order
113 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_queue_reset()
336 if (il->hw_params.rx_page_order > 0) in il4965_rx_allocate()
340 page = alloc_pages(gfp_mask, il->hw_params.rx_page_order); in il4965_rx_allocate()
344 il->hw_params.rx_page_order); in il4965_rx_allocate()
362 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_allocate()
365 __free_pages(page, il->hw_params.rx_page_order); in il4965_rx_allocate()
374 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_allocate()
376 __free_pages(page, il->hw_params.rx_page_order); in il4965_rx_allocate()
428 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_queue_free()
612 len, PAGE_SIZE << il->hw_params.rx_page_order); in il4965_pass_packet_to_mac80211()
4269 PAGE_SIZE << il->hw_params.rx_page_order, in il4965_rx_handle()
4317 rx_page_order, PCI_DMA_FROMDEVICE); in il4965_rx_handle()
6456 il->hw_params.rx_page_order = get_order(IL_RX_BUF_SIZE_8K); in il4965_set_hw_params()
6458 il->hw_params.rx_page_order = get_order(IL_RX_BUF_SIZE_4K); in il4965_set_hw_params()