Home
last modified time | relevance | path

Searched defs:ndev (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h313 netdev_mc_count(struct net_device *ndev) in netdev_mc_count()
322 #define netdev_for_each_mc_addr(na, ndev) \ argument
349 ether_setup(struct net_device *ndev) in ether_setup()
356 dev_net_set(struct net_device *ndev, void *p) in dev_net_set()
363 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded()
373 netif_carrier_ok(struct net_device *ndev) in netif_carrier_ok()
380 netif_carrier_off(struct net_device *ndev) in netif_carrier_off()
386 netif_carrier_on(struct net_device *ndev) in netif_carrier_on()
394 netif_queue_stopped(struct net_device *ndev) in netif_queue_stopped()
401 netif_stop_queue(struct net_device *ndev) in netif_stop_queue()
[all …]
/freebsd/sys/dev/ow/
H A Down.h40 device_t ndev = device_get_parent(pdev); in own_send_command() local
54 device_t ndev = device_get_parent(pdev); in own_acquire_bus() local
62 device_t ndev = device_get_parent(pdev); in own_release_bus() local
70 device_t ndev = device_get_parent(pdev); in own_crc() local
H A Dow.c235 ow_send_command(device_t ndev, device_t pdev, struct ow_cmd *cmd) in ow_send_command()
388 ow_crc(device_t ndev, device_t pdev, uint8_t *buffer, size_t len) in ow_crc()
542 ow_attach(device_t ndev) in ow_attach()
566 ow_detach(device_t ndev) in ow_detach()
621 ow_print_child(device_t ndev, device_t pdev) in ow_print_child()
636 ow_probe_nomatch(device_t ndev, device_t pdev) in ow_probe_nomatch()
645 ow_acquire_bus(device_t ndev, device_t pdev, int how) in ow_acquire_bus()
671 ow_release_bus(device_t ndev, device_t pdev) in ow_release_bus()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c57 if_t ndev; member
92 u8 port, union ib_gid *gid, if_t ndev) in update_gid()
122 if_t ndev = (if_t )cookie; in roce_gid_match_netdev() local
158 if_t ndev; member
212 if_t ndev, void *cookie) in roce_gid_update_addr_callback()
330 roce_gid_queue_scan_event(if_t ndev) in roce_gid_queue_scan_event()
373 roce_gid_delete_all_event(if_t ndev) in roce_gid_delete_all_event()
395 if_t ndev = netdev_notifier_info_to_ifp(ptr); in inetaddr_event() local
H A Dib_cache.c401 if_t ndev) in ib_cache_gid_del_all_netdev_gids()
491 if_t ndev, u8 *port, in ib_cache_gid_find()
508 u8 port, if_t ndev, in ib_find_cached_gid_by_port()
673 if_t ndev, in ib_cache_gid_set_default_gid()
900 if_t ndev, in ib_find_cached_gid()
H A Dib_device.c780 void ib_cache_gid_del_all_by_netdev(if_t ndev) in ib_cache_gid_del_all_by_netdev()
876 enum ib_gid_type gid_type, if_t ndev, in ib_find_gid()
H A Dib_cma.c462 static int cma_igmp_send(if_t ndev, const union ib_gid *mgid, bool join) in cma_igmp_send()
604 if_t ndev; in cma_validate_port() local
1866 if_t ndev = NULL; in cma_leave_mc_groups() local
2733 static int iboe_tos_to_sl(if_t ndev, int tos) in iboe_tos_to_sl()
2760 if_t ndev = NULL; in cma_resolve_iboe_route() local
4085 if_t ndev = in cma_ib_mc_handler() local
4312 if_t ndev = NULL; in cma_iboe_join_multicast() local
4458 if_t ndev = NULL; in rdma_leave_multicast() local
H A Dib_addr.c669 if_t ndev = NULL; in addr_resolve() local
H A Dib_multicast.c724 if_t ndev, in ib_init_ah_from_mcmember()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_netdev.c329 linuxkpi_netif_napi_add(struct net_device *ndev, struct napi_struct *napi, in linuxkpi_netif_napi_add()
353 struct net_device *ndev; in lkpi_netif_napi_del_locked() local
367 struct net_device *ndev; in linuxkpi_netif_napi_del() local
378 linuxkpi_init_dummy_netdev(struct net_device *ndev) in linuxkpi_init_dummy_netdev()
399 struct net_device *ndev; in linuxkpi_alloc_netdev() local
419 linuxkpi_free_netdev(struct net_device *ndev) in linuxkpi_free_netdev()
/freebsd/sys/dev/mana/
H A Dmana_en.c496 if_t ndev = txq->ndev; in mana_xmit() local
673 if_t ndev = txq->ndev; in mana_xmit_taskfunc() local
1149 if_t ndev = apc->ndev; in mana_cfg_vport_steering() local
1216 if_t ndev = apc->ndev; in mana_create_wq_obj() local
1268 if_t ndev = apc->ndev; in mana_destroy_wq_obj() local
1432 if_t ndev; in mana_poll_tx_cq() local
1619 if_t ndev = rxq->ndev; in mana_rx_mbuf() local
1786 if_t ndev = rxq->ndev; in mana_process_rx_cqe() local
2364 struct mana_eq *eq, if_t ndev) in mana_create_rxq()
2538 mana_add_rx_queues(struct mana_port_context *apc, if_t ndev) in mana_add_rx_queues()
[all …]
H A Dmana.h173 if_t ndev; member
438 if_t ndev; member
492 if_t ndev; member
/freebsd/sys/riscv/riscv/
H A Dnexus.c195 struct nexus_device *ndev; in nexus_add_child() local
231 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local
333 struct nexus_device *ndev = DEVTONX(child); in nexus_get_reslist() local
H A Dplic.c102 int ndev; member
H A Daplic.c73 int ndev; member
/freebsd/sys/x86/x86/
H A Dnexus.c279 struct nexus_device *ndev = DEVTONX(dev); in nexus_print_all_resources() local
311 struct nexus_device *ndev; in nexus_add_child() local
352 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local
552 struct nexus_device *ndev = DEVTONX(child); in nexus_get_reslist() local
/freebsd/sys/arm64/arm64/
H A Dnexus.c201 struct nexus_device *ndev; in nexus_add_child() local
238 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local
374 struct nexus_device *ndev = DEVTONX(child); in nexus_get_reslist() local
/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.c124 char ndev[128], fdstr[15]; in main() local
/freebsd/lib/libmixer/
H A Dmixer.h80 int ndev; /* number of devices */ member
/freebsd/sys/arm/arm/
H A Dnexus.c208 struct nexus_device *ndev; in nexus_add_child() local
/freebsd/usr.sbin/ppp/
H A Dphysical.h111 int ndev; /* number of devices in list */ member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c88 static bool mlx5_netdev_match(if_t ndev, in mlx5_netdev_match()
102 if_t ndev = netdev_notifier_info_to_ifp(ptr); in mlx5_netdev_event() local
145 if_t ndev; in mlx5_ib_get_netdev() local
290 if_t ndev; in mlx5_query_port_roce() local
/freebsd/sys/dev/xen/pcifront/
H A Dpcifront.c98 device_t ndev; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c694 if_t ndev; in eth_link_query_port() local
1255 if_t ndev; in mlx4_ib_add_mc() local
1871 if_t ndev; in mlx4_ib_mcg_detach() local
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1794 cfg80211_connect_done(struct net_device *ndev, in cfg80211_connect_done()
1807 cfg80211_disconnected(struct net_device *ndev, uint16_t reason, in cfg80211_disconnected()
1822 cfg80211_ibss_joined(struct net_device *ndev, const uint8_t *addr, in cfg80211_ibss_joined()
1857 cfg80211_michael_mic_failure(struct net_device *ndev, const uint8_t *addr, in cfg80211_michael_mic_failure()
1864 cfg80211_new_sta(struct net_device *ndev, const uint8_t *addr, in cfg80211_new_sta()
1871 cfg80211_del_sta(struct net_device *ndev, const uint8_t *addr, gfp_t gfp) in cfg80211_del_sta()
1877 cfg80211_port_authorized(struct net_device *ndev, const uint8_t *bssid, in cfg80211_port_authorized()
1905 cfg80211_roamed(struct net_device *ndev, struct cfg80211_roam_info *roam_info, in cfg80211_roamed()
2166 cfg80211_rx_unprot_mlme_mgmt(struct net_device *ndev, const uint8_t *hdr, in cfg80211_rx_unprot_mlme_mgmt()

12