/linux-4.4.14/drivers/block/ |
D | nbd.c | 76 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument 96 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument 98 return disk_to_dev(nbd->disk); in nbd_to_dev() 113 static void nbd_end_request(struct nbd_device *nbd, struct request *req) in nbd_end_request() argument 119 dev_dbg(nbd_to_dev(nbd), "request %p: %s\n", req, in nbd_end_request() 130 static void sock_shutdown(struct nbd_device *nbd) in sock_shutdown() argument 132 if (!nbd->sock) in sock_shutdown() 135 dev_warn(disk_to_dev(nbd->disk), "shutting down socket\n"); in sock_shutdown() 136 kernel_sock_shutdown(nbd->sock, SHUT_RDWR); in sock_shutdown() 137 nbd->sock = NULL; in sock_shutdown() [all …]
|
D | Makefile | 29 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
D | Kconfig | 301 Read <file:Documentation/blockdev/nbd.txt> for more information, 309 module will be called nbd.
|
/linux-4.4.14/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-4.4.14/Documentation/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-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 206 int nbd; in bnx2x_free_tx_pkt() local 217 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt() 219 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt() 224 new_cons = nbd + tx_buf->first_bd; in bnx2x_free_tx_pkt() 230 --nbd; in bnx2x_free_tx_pkt() 235 --nbd; in bnx2x_free_tx_pkt() 243 --nbd; in bnx2x_free_tx_pkt() 253 while (nbd > 0) { in bnx2x_free_tx_pkt() 258 if (--nbd) in bnx2x_free_tx_pkt() 3796 int nbd, txq_index; in bnx2x_start_xmit() local [all …]
|
D | bnx2x_ethtool.c | 2530 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
|
D | bnx2x_hsi.h | 4483 __le16 nbd; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 261 int nbd, in qede_free_failed_tx_pkt() argument 280 nbd--; in qede_free_failed_tx_pkt() 287 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt() 397 u8 nbd = 0; in qede_start_xmit() local 438 nbd++; in qede_start_xmit() 449 nbd++; in qede_start_xmit() 454 nbd++; in qede_start_xmit() 532 qede_free_failed_tx_pkt(edev, txq, first_bd, nbd, in qede_start_xmit() 546 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit() 556 qede_free_failed_tx_pkt(edev, txq, first_bd, nbd, in qede_start_xmit() [all …]
|
/linux-4.4.14/Documentation/ |
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-4.4.14/arch/arm/boot/dts/ |
D | bcm4709-buffalo-wxr-1900dhp.dts | 5 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
/linux-4.4.14/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 146 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 275 header-y += nbd.h
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 311 0xAB 00-1F linux/nbd.h
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 193 or maybe swap-over-nbd/NFS)?
|
/linux-4.4.14/ |
D | MAINTAINERS | 7375 L: nbd-general@lists.sourceforge.net 7376 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git 7377 F: Documentation/blockdev/nbd.txt 7378 F: drivers/block/nbd.c 7379 F: include/uapi/linux/nbd.h
|
D | CREDITS | 2269 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4944 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|