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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1268 static bool validate_ipv4_net_dev(struct net_device *net_dev, argument
1286 dst_dev = ip_dev_find(net_dev->if_vnet, daddr);
1287 if (dst_dev != net_dev) {
1306 CURVNET_SET(net_dev->if_vnet);
1309 ret = (rte->rt_ifp == net_dev);
1321 static bool validate_ipv6_net_dev(struct net_device *net_dev, argument
1332 dst_dev = ip6_dev_find(net_dev->if_vnet, dst_tmp.sin6_addr,
1333 net_dev->if_index);
1334 if (dst_dev != net_dev) {
1341 CURVNET_SET(net_dev
1383 validate_net_dev(struct net_device *net_dev, const struct sockaddr *daddr, const struct sockaddr *saddr) argument
1432 struct net_device *net_dev; local
1519 cma_match_net_dev(const struct rdma_cm_id *id, const struct net_device *net_dev, u8 port_num) argument
1536 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
1566 cma_id_from_event(struct ib_cm_id *cm_id, struct ib_cm_event *ib_event, struct net_device **net_dev) argument
1863 cma_new_conn_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event, struct net_device *net_dev) argument
1924 cma_new_udp_id(struct rdma_cm_id *listen_id, struct ib_cm_event *ib_event, struct net_device *net_dev) argument
1994 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-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1200 struct net_device *net_dev; local
1203 net_dev = priv->parent;
1205 net_dev = priv->dev;
1206 *found_net_dev = net_dev;
1207 dev_hold(net_dev);
1229 * net_device in the @net_dev parameter, holding a reference to the
1235 const struct sockaddr *addr, struct net_device **net_dev)
1240 *net_dev = NULL;
1247 addr, net_dev);
1260 struct net_device *net_dev; local
1233 __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-11-stable/sys/dev/lmc/
H A Dif_lmc.c3248 sc->net_dev->mtu = HDLC_MAX_MTU;
3249 if ((error = hdlc_open(sc->net_dev)))
3286 hdlc_close(sc->net_dev);
3287 setup_netdev(sc->net_dev);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c288 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, argument
291 struct mlx4_en_priv *priv = netdev_priv(net_dev);

Completed in 100 milliseconds