Searched refs:net_dev (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1350 static bool validate_ipv4_net_dev(struct net_device *net_dev, argument
1367 dst_dev = ip_dev_find(net_dev->if_vnet, daddr);
1368 if (dst_dev != net_dev) {
1381 CURVNET_SET(net_dev->if_vnet);
1384 ret = (nh->nh_ifp == net_dev);
1394 static bool validate_ipv6_net_dev(struct net_device *net_dev, argument
1405 dst_dev = ip6_dev_find(net_dev->if_vnet, dst_tmp.sin6_addr,
1406 net_dev->if_index);
1407 if (dst_dev != net_dev) {
1414 CURVNET_SET(net_dev
1448 validate_net_dev(struct net_device *net_dev, const struct sockaddr *daddr, const struct sockaddr *saddr) argument
1497 struct net_device *net_dev; local
1626 cma_match_net_dev(const struct rdma_cm_id *id, const struct net_device *net_dev, u8 port_num) argument
1652 cma_find_listener( const struct rdma_bind_list *bind_list, const struct ib_cm_id *cm_id, const struct ib_cm_event *ib_event, const struct cma_req_info *req, const struct net_device *net_dev) argument
1682 cma_id_from_event(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event, struct net_device **net_dev) argument
2004 cma_new_conn_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event, struct net_device *net_dev) argument
2065 cma_new_udp_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event, struct net_device *net_dev) argument
2135 struct net_device *net_dev; local
[all...]
H A Dib_device.c950 * ib_get_net_dev_by_params() - Return the appropriate net_dev
955 * @gid: A GID that the net_dev uses to communicate.
965 struct net_device *net_dev = NULL; local
980 net_dev = client->get_net_dev_by_params(dev, port, pkey,
983 if (net_dev)
990 return net_dev;
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1149 struct net_device *net_dev; local
1152 net_dev = priv->parent;
1154 net_dev = priv->dev;
1155 *found_net_dev = net_dev;
1156 dev_hold(net_dev);
1178 * net_device in the @net_dev parameter, holding a reference to the
1184 const struct sockaddr *addr, struct net_device **net_dev)
1189 *net_dev = NULL;
1196 addr, net_dev);
1209 struct net_device *net_dev; local
1182 __ipoib_get_net_dev_by_params(struct list_head *dev_list, u8 port, u16 pkey_index, const union ib_gid *gid, const struct sockaddr *addr, struct net_device **net_dev) argument
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c291 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, argument
294 struct mlx4_en_priv *priv = netdev_priv(net_dev);

Completed in 142 milliseconds