Searched refs:arp_table_size (Results 1 – 3 of 3) sorted by relevance
56 u32 arp_table_size; in i40iw_initialize_hw_resources() local63 arp_table_size = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_ARP].cnt; in i40iw_initialize_hw_resources()66 resources_size = sizeof(struct i40iw_arp_entry) * arp_table_size; in i40iw_initialize_hw_resources()71 resources_size += sizeof(unsigned long) * BITS_TO_LONGS(arp_table_size); in i40iw_initialize_hw_resources()82 iwdev->arp_table_size = arp_table_size; in i40iw_initialize_hw_resources()84 resource_ptr = iwdev->mem_resources + (sizeof(struct i40iw_arp_entry) * arp_table_size); 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()
78 for (arp_index = 0; (u32)arp_index < iwdev->arp_table_size; arp_index++) in i40iw_arp_table()83 if (arp_index != iwdev->arp_table_size) in i40iw_arp_table()88 iwdev->arp_table_size, in i40iw_arp_table()99 if (arp_index == iwdev->arp_table_size) in i40iw_arp_table()103 if (arp_index == iwdev->arp_table_size) in i40iw_arp_table()
261 u32 arp_table_size; member