| /linux/drivers/block/ |
| H A D | nbd.c | 70 struct nbd_device *nbd; member 149 struct nbd_device *nbd; member 163 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument 171 static int nbd_dev_dbg_init(struct nbd_device *nbd); 172 static void nbd_dev_dbg_close(struct nbd_device *nbd); 173 static void nbd_config_put(struct nbd_device *nbd); 177 static void nbd_disconnect_and_put(struct nbd_device *nbd); 179 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument 181 return disk_to_dev(nbd->disk); in nbd_to_dev() 240 struct nbd_device *nbd = disk->private_data; in pid_show() local [all …]
|
| H A D | Makefile | 25 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
| H A D | Kconfig | 211 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information, 219 module will be called nbd.
|
| /linux/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/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 134 int nbd, bool data_split) in qede_free_failed_tx_pkt() argument 151 nbd--; in qede_free_failed_tx_pkt() 158 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt() 1489 u8 nbd = 0; in qede_start_xmit() local 1539 nbd++; in qede_start_xmit() 1550 nbd++; in qede_start_xmit() 1555 nbd++; in qede_start_xmit() 1670 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() 1684 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit() 1694 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() [all …]
|
| /linux/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() 216 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt() 221 new_cons = nbd + tx_buf->first_bd; 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() 250 while (nbd > 0) { in bnx2x_free_tx_pkt() 255 if (--nbd) in bnx2x_free_tx_pkt() 3765 int nbd, txq_index; in bnx2x_start_xmit() local [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/include/trace/events/ |
| H A D | nbd.h | 3 #define TRACE_SYSTEM nbd
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-bdi | 112 trusted to play fair, or a nbd device.
|
| /linux/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 149 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
| /linux/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/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 353 0xAB 00-1F linux/nbd.h
|
| /linux/Documentation/ |
| H A D | .renames.txt | 114 blockdev/nbd admin-guide/blockdev/nbd
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 4945 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|
| /linux/ |
| H A D | MAINTAINERS | 16170 M: Felix Fietkau <nbd@nbd.name> 16285 M: Felix Fietkau <nbd@nbd.name> 18293 L: nbd@other.debian.org 18295 F: Documentation/admin-guide/blockdev/nbd.rst 18296 F: drivers/block/nbd.c 18297 F: include/trace/events/nbd.h 18298 F: include/uapi/linux/nbd.h 18468 F: include/uapi/linux/nbd-netlink.h
|