Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Droce_gid_mgmt.c121 struct net_device *rdma_ndev, void *cookie) in is_eth_port_of_netdev() argument
127 if (!rdma_ndev) in is_eth_port_of_netdev()
135 res = ((is_upper_dev_rcu(rdma_ndev, event_ndev) && in is_eth_port_of_netdev()
136 (is_eth_active_slave_of_bonding_rcu(rdma_ndev, real_dev) & in is_eth_port_of_netdev()
138 real_dev == rdma_ndev); in is_eth_port_of_netdev()
145 struct net_device *rdma_ndev, void *cookie) in is_eth_port_inactive_slave() argument
150 if (!rdma_ndev) in is_eth_port_inactive_slave()
154 master_dev = netdev_master_upper_dev_get_rcu(rdma_ndev); in is_eth_port_inactive_slave()
155 res = is_eth_active_slave_of_bonding_rcu(rdma_ndev, master_dev) == in is_eth_port_inactive_slave()
163 struct net_device *rdma_ndev, void *cookie) in pass_all_filter() argument
[all …]