/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_roce_gid_mgmt.c | 57 if_t ndev; member 92 u8 port, union ib_gid *gid, if_t ndev) in update_gid() argument 99 gid_attr.ndev = ndev; in update_gid() 122 if_t ndev = (if_t )cookie; in roce_gid_match_netdev() local 125 return (ndev == idev); in roce_gid_match_netdev() 158 if_t ndev; member 177 entry->ndev = ifa->ifa_ifp; in roce_gid_update_addr_ifa4_cb() 198 entry->ndev = ifa->ifa_ifp; in roce_gid_update_addr_ifa6_cb() 212 if_t ndev, void *cookie) in roce_gid_update_addr_callback() argument 230 default_gids = roce_gid_enum_netdev_default(device, port, ndev); in roce_gid_update_addr_callback() [all …]
|
H A D | ib_cache.c | 206 old_net_dev = table->data_vec[ix].attr.ndev; in write_gid() 208 if (old_net_dev && old_net_dev != attr->ndev) in write_gid() 224 if (table->data_vec[ix].attr.ndev && in write_gid() 225 table->data_vec[ix].attr.ndev != old_net_dev) in write_gid() 226 dev_hold(table->data_vec[ix].attr.ndev); in write_gid() 295 attr->ndev != val->ndev) in find_gid() 401 if_t ndev) in ib_cache_gid_del_all_netdev_gids() argument 414 if (table->data_vec[ix].attr.ndev == ndev) in ib_cache_gid_del_all_netdev_gids() 447 if (attr->ndev != NULL && in __ib_cache_gid_get() 448 (if_getflags(attr->ndev) & IFF_DYING) == 0 && in __ib_cache_gid_get() [all …]
|
H A D | ib_sysfs.c | 55 struct attribute_group ndev; member 369 if (!gid_attr->ndev) in print_ndev() 372 return sprintf(buf, "%s\n", if_name(gid_attr->ndev)); in print_ndev() 400 if (gid_attr.ndev) in _show_port_gid_attr() 401 dev_put(gid_attr.ndev); in _show_port_gid_attr() 697 if (g->ndev.attrs) { in ib_port_gid_attr_release() 698 for (i = 0; (a = g->ndev.attrs[i]); ++i) in ib_port_gid_attr_release() 701 kfree(g->ndev.attrs); in ib_port_gid_attr_release() 1088 p->gid_attr_group->ndev.name = "ndevs"; in add_port() 1089 p->gid_attr_group->ndev.attrs = alloc_group_attrs(show_port_gid_attr_ndev, in add_port() [all …]
|
H A D | ib_cma.c | 462 static int cma_igmp_send(if_t ndev, const union ib_gid *mgid, bool join) in cma_igmp_send() argument 466 if (ndev) { in cma_igmp_send() 471 CURVNET_SET_QUIET(if_getvnet(ndev)); in cma_igmp_send() 473 retval = -if_addmulti(ndev, &addr._sockaddr, NULL); in cma_igmp_send() 475 retval = -if_delmulti(ndev, &addr._sockaddr); in cma_igmp_send() 604 if_t ndev; in cma_validate_port() local 614 ndev = dev_get_by_index(dev_addr->net, dev_addr->bound_dev_if); in cma_validate_port() 616 ndev = NULL; in cma_validate_port() 621 ndev, NULL); in cma_validate_port() 623 if (ndev) in cma_validate_port() [all …]
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_netdev.c | 329 linuxkpi_netif_napi_add(struct net_device *ndev, struct napi_struct *napi, in linuxkpi_netif_napi_add() argument 333 napi->dev = ndev; in linuxkpi_netif_napi_add() 342 NAPI_LOCK(ndev); in linuxkpi_netif_napi_add() 343 TAILQ_INSERT_TAIL(&ndev->napi_head, napi, entry); in linuxkpi_netif_napi_add() 344 NAPI_UNLOCK(ndev); in linuxkpi_netif_napi_add() 346 /* Anything else to do on the ndev? */ in linuxkpi_netif_napi_add() 353 struct net_device *ndev; in lkpi_netif_napi_del_locked() local 355 ndev = napi->dev; in lkpi_netif_napi_del_locked() 356 NAPI_LOCK_ASSERT(ndev); in lkpi_netif_napi_del_locked() 359 TAILQ_REMOVE(&ndev->napi_head, napi, entry); in lkpi_netif_napi_del_locked() [all …]
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 492 if_t ndev = txq->ndev; in mana_xmit() local 494 struct mana_port_context *apc = if_getsoftc(ndev); in mana_xmit() 514 while ((mbuf = drbr_peek(ndev, txq->txq_br)) != NULL) { in mana_xmit() 516 (if_getdrvflags(ndev) & MANA_TXQ_FULL) != IFF_DRV_RUNNING) { in mana_xmit() 517 drbr_putback(ndev, txq->txq_br, mbuf); in mana_xmit() 523 if_setdrvflagbits(apc->ndev, IFF_DRV_OACTIVE, 0); in mana_xmit() 536 drbr_putback(ndev, txq->txq_br, mbuf); in mana_xmit() 557 drbr_advance(ndev, txq->txq_br); in mana_xmit() 629 if_printf(ndev, "Failed to post TX OOB: %d\n", err); in mana_xmit() 633 drbr_advance(ndev, txq->txq_br); in mana_xmit() [all …]
|
/freebsd/sys/dev/ow/ |
H A D | ow.c | 46 * ndev - network / transport device (this module) 65 static int ow_acquire_bus(device_t ndev, device_t pdev, int how); 66 static void ow_release_bus(device_t ndev, device_t pdev); 235 ow_send_command(device_t ndev, device_t pdev, struct ow_cmd *cmd) in ow_send_command() argument 241 lldev = device_get_parent(ndev); in ow_send_command() 250 device_printf(ndev, "Reset said no device on bus?.\n"); in ow_send_command() 253 device_printf(ndev, "Reset said the device wasn't there.\n"); in ow_send_command() 257 device_printf(ndev, "Reset discovered bus wired wrong.\n"); in ow_send_command() 388 ow_crc(device_t ndev, device_t pdev, uint8_t *buffer, size_t len) in ow_crc() argument 542 ow_attach(device_t ndev) in ow_attach() argument [all …]
|
H A D | own.h | 40 device_t ndev = device_get_parent(pdev); in own_send_command() local 42 return OWN_SEND_COMMAND(ndev, pdev, cmd); in own_send_command() 54 device_t ndev = device_get_parent(pdev); in own_acquire_bus() local 56 return OWN_ACQUIRE_BUS(ndev, pdev, how); in own_acquire_bus() 62 device_t ndev = device_get_parent(pdev); in own_release_bus() local 64 OWN_RELEASE_BUS(ndev, pdev); in own_release_bus() 70 device_t ndev = device_get_parent(pdev); in own_crc() local 72 return OWN_CRC(ndev, pdev, buffer, len); in own_crc()
|
H A D | own_if.m | 46 device_t ndev; /* Network (bus) level device */ 55 device_t ndev; 64 device_t ndev; 72 device_t ndev;
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 313 netdev_mc_count(struct net_device *ndev) in netdev_mc_count() argument 316 return (netdev_hw_addr_list_count(&ndev->mc)); in netdev_mc_count() 322 #define netdev_for_each_mc_addr(na, ndev) \ argument 323 netdev_hw_addr_list_for_each(na, &(ndev)->mc) 349 ether_setup(struct net_device *ndev) in ether_setup() argument 356 dev_net_set(struct net_device *ndev, void *p) in dev_net_set() argument 363 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded() argument 373 netif_carrier_ok(struct net_device *ndev) in netif_carrier_ok() argument 380 netif_carrier_off(struct net_device *ndev) in netif_carrier_off() argument 386 netif_carrier_on(struct net_device *ndev) in netif_carrier_on() argument [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare_add_002_pos.ksh | 73 cleanup_devices $ndev 75 log_must $ZPOOL add "$TESTPOOL" spare $ndev 76 log_must $ZPOOL remove "$TESTPOOL" $ndev 78 cleanup_devices $ndev 80 log_must $ZPOOL add -f "$TESTPOOL" spare $ndev 81 log_must $ZPOOL remove "$TESTPOOL" $ndev 91 typeset ndev=${devarray[2]}
|
H A D | hotspare_detach_004_pos.ksh | 80 log_must $ZPOOL replace $TESTPOOL $dev $ndev 84 log_must check_hotspare_state "$TESTPOOL" "$ndev" "INUSE" 85 log_must $ZPOOL detach $TESTPOOL $ndev 88 log_assert "'zpool replace <pool> <vdev> <ndev>' against a hot spare device that have been activate… 93 typeset ndev=${devarray[2]} 96 setup_hotspares "$keyword" "${sparedevs[@]} $ndev" 103 log_pass "'zpool replace <pool> <vdev> <ndev>' against a hot spare device that have been activated …
|
H A D | hotspare_detach_003_pos.ksh | 73 log_must $ZPOOL replace -f $TESTPOOL $odev $ndev 81 log_must iscontained "$TESTPOOL" "$ndev" 83 log_must $ZPOOL replace $TESTPOOL $ndev $odev 87 log_assert "'zpool replace <pool> <vdev> <ndev>' against a functioning device that have spared shou… 92 typeset ndev=${devarray[2]} 102 log_pass "'zpool replace <pool> <vdev> <ndev>' against a functioning device that have spared succes…
|
H A D | hotspare_replace_001_neg.ksh | 35 # 'zpool replace <pool> <odev> <ndev>...' should return fail if 83 log_assert "'zpool replace <pool> <odev> <ndev>' should fail with inapplicable scenarios." 97 for ndev in $dev_nonexist ; do 98 log_mustnot $ZPOOL replace $TESTPOOL $odev $ndev 107 log_pass "'zpool replace <pool> <odev> <ndev>' fail with inapplicable scenarios."
|
H A D | hotspare_replace_002_neg.ksh | 35 # 'zpool replace <pool> <odev> <ndev>...' should return fail if 73 log_assert "'zpool replace <pool> <odev> <ndev>' should fail while the hot spares smaller than the … 92 log_pass "'zpool replace <pool> <odev> <ndev>' should fail while the hot spares smaller than the ba…
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 195 struct nexus_device *ndev; in nexus_add_child() local 197 ndev = malloc(sizeof(struct nexus_device), M_NEXUSDEV, M_NOWAIT|M_ZERO); in nexus_add_child() 198 if (!ndev) in nexus_add_child() 200 resource_list_init(&ndev->nx_resources); in nexus_add_child() 204 device_set_ivars(child, ndev); in nexus_add_child() 232 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local 242 if (device_get_parent(child) != bus || ndev == NULL) in nexus_alloc_resource() 244 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource() 335 struct nexus_device *ndev = DEVTONX(child); in nexus_get_reslist() local 337 return (&ndev->nx_resources); in nexus_get_reslist()
|
H A D | plic.c | 102 int ndev; member 236 if (irq > sc->ndev) { in plic_map_intr() 237 device_printf(dev, "irq (%u) > sc->ndev (%u)", in plic_map_intr() 238 daf->cells[0], sc->ndev); in plic_map_intr() 312 if ((OF_getencprop(node, "riscv,ndev", &sc->ndev, in plic_attach() 313 sizeof(sc->ndev))) < 0) { in plic_attach() 319 if (sc->ndev >= PLIC_MAX_IRQS) { in plic_attach() 321 "Error: invalid ndev (%d)\n", sc->ndev); in plic_attach() 338 for (irq = 1; irq <= sc->ndev; irq++) { in plic_attach()
|
H A D | aplic.c | 73 int ndev; member 287 if (daf->ncells != 2 || daf->cells[0] > sc->ndev) { in aplic_map_intr() 333 if ((OF_getencprop(node, "riscv,num-sources", &sc->ndev, in aplic_setup_direct_mode() 334 sizeof(sc->ndev))) < 0) { in aplic_setup_direct_mode() 339 if (sc->ndev > APLIC_MAX_IRQS) { in aplic_setup_direct_mode() 340 device_printf(dev, "Error: invalid ndev (%d)\n", sc->ndev); in aplic_setup_direct_mode() 361 for (irq = 1; irq <= sc->ndev; irq++) { in aplic_setup_direct_mode()
|
/freebsd/include/ |
H A D | Makefile | 383 .for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/ve… 419 .for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec:Nd…
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 201 struct nexus_device *ndev; in nexus_add_child() local 203 ndev = malloc(sizeof(struct nexus_device), M_NEXUSDEV, M_NOWAIT|M_ZERO); in nexus_add_child() 204 if (!ndev) in nexus_add_child() 206 resource_list_init(&ndev->nx_resources); in nexus_add_child() 211 device_set_ivars(child, ndev); in nexus_add_child() 239 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local 249 if (device_get_parent(child) != bus || ndev == NULL) in nexus_alloc_resource() 251 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource() 376 struct nexus_device *ndev = DEVTONX(child); in nexus_get_reslist() local 378 return (&ndev->nx_resources); in nexus_get_reslist()
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 281 struct nexus_device *ndev = DEVTONX(dev); in nexus_print_all_resources() local 282 struct resource_list *rl = &ndev->nx_resources; in nexus_print_all_resources() 313 struct nexus_device *ndev; in nexus_add_child() local 315 ndev = malloc(sizeof(struct nexus_device), M_NEXUSDEV, M_NOWAIT|M_ZERO); in nexus_add_child() 316 if (!ndev) in nexus_add_child() 318 resource_list_init(&ndev->nx_resources); in nexus_add_child() 323 device_set_ivars(child, ndev); in nexus_add_child() 354 struct nexus_device *ndev = DEVTONX(child); in nexus_alloc_resource() local 364 if (device_get_parent(child) != bus || ndev == NULL) in nexus_alloc_resource() 366 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource() [all …]
|
/freebsd/share/man/man9/ |
H A D | own.9 | 56 .Fn OWN_SEND_COMMAND "device_t ndev" "device_t pdev" "struct ow_cmd *cmd" 58 .Fn OWN_ACQUIRE_BUS "device_t ndev" "device_t pdev" "int how" 60 .Fn OWN_RELEASE_BUS "device_t ndev" "device_t pdev" 62 .Fn OWN_CRC "device_t ndev" "device_t pdev" "uint8_t *buffer" "size_t len"
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cache.h | 66 * @ndev: In RoCE, the net device of the device. NULL means ignore. 77 if_t ndev, 89 * @ndev: In RoCE, the net device of the device. Null means ignore. 100 if_t ndev,
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 208 struct nexus_device *ndev; in nexus_add_child() local 210 ndev = malloc(sizeof(struct nexus_device), M_NEXUSDEV, M_NOWAIT|M_ZERO); in nexus_add_child() 211 if (!ndev) in nexus_add_child() 213 resource_list_init(&ndev->nx_resources); in nexus_add_child() 217 device_set_ivars(child, ndev); in nexus_add_child()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | sifive,plic-1.0.0.yaml | 97 riscv,ndev: 115 - riscv,ndev 173 riscv,ndev = <10>;
|