Home
last modified time | relevance | path

Searched refs:i40iw_arp_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw.h185 struct i40iw_arp_entry { struct
255 struct i40iw_arp_entry *arp_table;
Di40iw_hw.c66 resources_size = sizeof(struct i40iw_arp_entry) * arp_table_size; in i40iw_initialize_hw_resources()
83 iwdev->arp_table = (struct i40iw_arp_entry *)iwdev->mem_resources; in i40iw_initialize_hw_resources()
84 resource_ptr = iwdev->mem_resources + (sizeof(struct i40iw_arp_entry) * arp_table_size); in i40iw_initialize_hw_resources()