| /linux-6.15/drivers/block/ |
| H A D | nbd.c | 163 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument 454 struct nbd_device *nbd = cmd->nbd; in nbd_xmit_timeout() local 810 struct nbd_device *nbd = cmd->nbd; in nbd_pending_cmd_work() local 972 struct nbd_device *nbd = args->nbd; in recv_work() local 1117 struct nbd_device *nbd = cmd->nbd; in nbd_handle_cmd() local 1342 args->nbd = nbd; in nbd_reconnect_socket() 1514 args->nbd = nbd; in nbd_start_device() 1692 if (!nbd) { in nbd_open() 1743 kfree(nbd); in nbd_free_disk() 1899 if (!nbd) in nbd_dev_add() [all …]
|
| H A D | Makefile | 29 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
| H A D | Kconfig | 210 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information, 218 module will be called nbd.
|
| /linux-6.15/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 16 For more information, or to download the nbd-client and nbd-server 17 tools, go to https://github.com/NetworkBlockDevice/nbd. 19 The nbd kernel module need only be installed on the client 20 system, as the nbd-server is completely in userspace. In fact, 21 the nbd-server has been successfully ported to other operating
|
| H A D | index.rst | 11 nbd
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | airoha,en7523-scu.yaml | 10 - Felix Fietkau <nbd@nbd.name> 11 - John Crispin <nbd@nbd.name>
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | airoha.yaml | 10 - Felix Fietkau <nbd@nbd.name>
|
| /linux-6.15/Documentation/devicetree/bindings/arm/mediatek/ |
| H A D | mediatek,mt7622-pcie-mirror.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| H A D | mediatek,mt7986-wed-pcie.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| H A D | mediatek,mt7622-wed.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| /linux-6.15/Documentation/devicetree/bindings/soc/mediatek/ |
| H A D | mediatek,mt7986-wo-ccif.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| /linux-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 133 int nbd, bool data_split) in qede_free_failed_tx_pkt() argument 150 nbd--; in qede_free_failed_tx_pkt() 157 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt() 1488 u8 nbd = 0; in qede_start_xmit() local 1538 nbd++; in qede_start_xmit() 1549 nbd++; in qede_start_xmit() 1554 nbd++; in qede_start_xmit() 1669 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() 1683 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit() 1693 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() [all …]
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 203 int nbd; in bnx2x_free_tx_pkt() local 214 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt() 227 --nbd; in bnx2x_free_tx_pkt() 232 --nbd; in bnx2x_free_tx_pkt() 240 --nbd; in bnx2x_free_tx_pkt() 255 if (--nbd) in bnx2x_free_tx_pkt() 3987 nbd++; in bnx2x_start_xmit() 4105 first_bd->nbd = cpu_to_le16(nbd); in bnx2x_start_xmit() 4121 nbd++; in bnx2x_start_xmit() 4132 first_bd->nbd = cpu_to_le16(nbd); in bnx2x_start_xmit() [all …]
|
| H A D | bnx2x_ethtool.c | 2591 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
|
| H A D | bnx2x_hsi.h | 4499 __le16 nbd; member
|
| /linux-6.15/include/trace/events/ |
| H A D | nbd.h | 3 #define TRACE_SYSTEM nbd
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
| /linux-6.15/Documentation/devicetree/bindings/net/wireless/ |
| H A D | mediatek,mt76.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | mediatek,net.yaml | 11 - Felix Fietkau <nbd@nbd.name>
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-bdi | 112 trusted to play fair, or a nbd device.
|
| /linux-6.15/Documentation/block/ |
| H A D | ublk.rst | 12 such as loop, nbd and similar can be very helpful. It can help to implement 34 included, such as loop and null. Richard W.M. Jones wrote userspace nbd device
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 149 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
| /linux-6.15/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 351 0xAB 00-1F linux/nbd.h
|
| /linux-6.15/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 4949 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 15039 M: Felix Fietkau <nbd@nbd.name> 15154 M: Felix Fietkau <nbd@nbd.name> 16932 L: nbd@other.debian.org 16934 F: Documentation/admin-guide/blockdev/nbd.rst 16935 F: drivers/block/nbd.c 16936 F: include/trace/events/nbd.h 16937 F: include/uapi/linux/nbd.h 17100 F: include/uapi/linux/nbd-netlink.h
|