Searched refs:allocated_arps (Results 1 – 6 of 6) sorted by relevance
93 iwdev->allocated_arps = &iwdev->allocated_pds[BITS_TO_LONGS(num_pds)]; in i40iw_initialize_hw_resources()94 iwdev->qp_table = (struct i40iw_qp **)(&iwdev->allocated_arps[BITS_TO_LONGS(arp_table_size)]); in i40iw_initialize_hw_resources()99 set_bit(0, iwdev->allocated_arps); in i40iw_initialize_hw_resources()
247 unsigned long *allocated_arps; member
87 err = i40iw_alloc_resource(iwdev, iwdev->allocated_arps, in i40iw_arp_table()108 i40iw_free_resource(iwdev, iwdev->allocated_arps, arp_index); in i40iw_arp_table()
702 err = nes_alloc_resource(nesadapter, nesadapter->allocated_arps, in nes_arp_table()732 nes_free_resource(nesadapter, nesadapter->allocated_arps, arp_index); in nes_arp_table()
1057 unsigned long *allocated_arps; member
435 nesadapter->allocated_arps = &nesadapter->allocated_pds[BITS_TO_LONGS(num_pds)]; in nes_init_adapter()436 …nesadapter->qp_table = (struct nes_qp **)(&nesadapter->allocated_arps[BITS_TO_LONGS(arp_table_size… in nes_init_adapter()