Lines Matching refs:hw_params
143 if (sta_id == il->hw_params.bcast_id) in il3945_set_ccmp_dynamic_key_info()
1024 if (il->hw_params.rx_page_order > 0) in il3945_rx_allocate()
1028 page = alloc_pages(gfp_mask, il->hw_params.rx_page_order); in il3945_rx_allocate()
1046 PAGE_SIZE << il->hw_params.rx_page_order, in il3945_rx_allocate()
1050 __free_pages(page, il->hw_params.rx_page_order); in il3945_rx_allocate()
1059 PAGE_SIZE << il->hw_params.rx_page_order, in il3945_rx_allocate()
1061 __free_pages(page, il->hw_params.rx_page_order); in il3945_rx_allocate()
1093 PAGE_SIZE << il->hw_params.rx_page_order, in il3945_rx_queue_reset()
1142 PAGE_SIZE << il->hw_params.rx_page_order, in il3945_rx_queue_free()
1244 PAGE_SIZE << il->hw_params.rx_page_order, in il3945_rx_handle()
1291 PAGE_SIZE << il->hw_params. in il3945_rx_handle()
2612 scan->tx_cmd.sta_id = il->hw_params.bcast_id; in il3945_request_scan()