Home
last modified time | relevance | path

Searched refs:nbd (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/block/
Dnbd.c76 #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 …]
DMakefile29 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
DKconfig301 Read <file:Documentation/blockdev/nbd.txt> for more information,
309 module will be called nbd.
/linux-4.4.14/Documentation/blockdev/
Dnbd.txt15 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
D00-INDEX13 nbd.txt
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt98 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/
Dbnx2x_cmn.c206 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 …]
Dbnx2x_ethtool.c2530 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
Dbnx2x_hsi.h4483 __le16 nbd; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c261 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/
Dmagic-number.txt98 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/
Dbcm4709-buffalo-wxr-1900dhp.dts5 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
/linux-4.4.14/arch/sparc/kernel/
Dleon_pci_grpci2.c146 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
/linux-4.4.14/include/uapi/linux/
DKbuild275 header-y += nbd.h
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt311 0xAB 00-1F linux/nbd.h
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt193 or maybe swap-over-nbd/NFS)?
/linux-4.4.14/
DMAINTAINERS7375 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
DCREDITS2269 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c4944 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()