Searched refs:arp_table_size (Results 1 – 6 of 6) 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
691 for (arp_index = 0; (u32) arp_index < nesadapter->arp_table_size; arp_index++) { in nes_arp_table()697 if (arp_index != nesadapter->arp_table_size) { in nes_arp_table()703 nesadapter->arp_table_size, (u32 *)&arp_index, &nesadapter->next_arp_index, NES_RESOURCE_ARP); in nes_arp_table()716 if (arp_index == nesadapter->arp_table_size) { in nes_arp_table()
260 u32 arp_table_size; in nes_init_adapter() local339 arp_table_size = 1 << u32temp; in nes_init_adapter()347 adapter_size += sizeof(unsigned long) * BITS_TO_LONGS(arp_table_size); in nes_init_adapter()404 nesadapter->arp_table_size = arp_table_size; in nes_init_adapter()436 …nesadapter->qp_table = (struct nes_qp **)(&nesadapter->allocated_arps[BITS_TO_LONGS(arp_table_size… in nes_init_adapter()
1090 u32 arp_table_size; member