Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2174 static struct device_attribute *i40iw_dev_attributes[] = { variable
2861 for (i = 0; i < ARRAY_SIZE(i40iw_dev_attributes); ++i) in i40iw_unregister_rdma_device()
2863 i40iw_dev_attributes[i]); in i40iw_unregister_rdma_device()
2904 for (i = 0; i < ARRAY_SIZE(i40iw_dev_attributes); ++i) { in i40iw_register_rdma_device()
2907 i40iw_dev_attributes[i]); in i40iw_register_rdma_device()
2911 device_remove_file(&iwibdev->ibdev.dev, i40iw_dev_attributes[i]); in i40iw_register_rdma_device()