/Linux-v4.19/drivers/block/ |
D | nbd.c | 63 struct nbd_device *nbd; member 118 struct nbd_device *nbd; member 131 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument 140 static int nbd_dev_dbg_init(struct nbd_device *nbd); 141 static void nbd_dev_dbg_close(struct nbd_device *nbd); 142 static void nbd_config_put(struct nbd_device *nbd); 146 static void nbd_disconnect_and_put(struct nbd_device *nbd); 148 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument 150 return disk_to_dev(nbd->disk); in nbd_to_dev() 198 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show() local [all …]
|
D | Makefile | 26 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
D | Kconfig | 276 Read <file:Documentation/blockdev/nbd.txt> for more information, 284 module will be called nbd.
|
/Linux-v4.19/Documentation/blockdev/ |
D | nbd.txt | 15 For more information, or to download the nbd-client and nbd-server 16 tools, go to http://nbd.sf.net/. 18 The nbd kernel module need only be installed on the client 19 system, as the nbd-server is completely in userspace. In fact, 20 the nbd-server has been successfully ported to other operating
|
D | 00-INDEX | 13 nbd.txt
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 157 int nbd, bool data_split) in qede_free_failed_tx_pkt() argument 174 nbd--; in qede_free_failed_tx_pkt() 181 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt() 1448 u8 nbd = 0; in qede_start_xmit() local 1498 nbd++; in qede_start_xmit() 1509 nbd++; in qede_start_xmit() 1514 nbd++; in qede_start_xmit() 1622 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() 1636 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit() 1646 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() [all …]
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | magic-number.txt | 98 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h 132 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h 138 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 204 int nbd; in bnx2x_free_tx_pkt() local 215 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt() 217 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt() 222 new_cons = nbd + tx_buf->first_bd; in bnx2x_free_tx_pkt() 228 --nbd; in bnx2x_free_tx_pkt() 233 --nbd; in bnx2x_free_tx_pkt() 241 --nbd; in bnx2x_free_tx_pkt() 251 while (nbd > 0) { in bnx2x_free_tx_pkt() 256 if (--nbd) in bnx2x_free_tx_pkt() 3745 int nbd, txq_index; in bnx2x_start_xmit() local [all …]
|
D | bnx2x_ethtool.c | 2560 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
|
D | bnx2x_hsi.h | 4491 __le16 nbd; member
|
/Linux-v4.19/Documentation/process/ |
D | magic-number.rst | 104 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h`` 137 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h`` 143 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm4709-buffalo-wxr-1900dhp.dts | 6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
/Linux-v4.19/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 147 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 314 0xAB 00-1F linux/nbd.h
|
/Linux-v4.19/Documentation/vm/ |
D | frontswap.rst | 208 or maybe swap-over-nbd/NFS)?
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4942 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|
/Linux-v4.19/ |
D | MAINTAINERS | 9215 M: Felix Fietkau <nbd@openwrt.org> 10055 L: nbd@other.debian.org 10056 F: Documentation/blockdev/nbd.txt 10057 F: drivers/block/nbd.c 10058 F: include/uapi/linux/nbd.h
|
D | CREDITS | 2314 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd,
|