Home
last modified time | relevance | path

Searched refs:allocated_arps (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_hw.c93 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()
Di40iw.h247 unsigned long *allocated_arps; member
Di40iw_utils.c87 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()