Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnbd.c66 struct nbd_device *nbd; member
128 struct nbd_device *nbd; member
142 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument
152 static int nbd_dev_dbg_init(struct nbd_device *nbd);
153 static void nbd_dev_dbg_close(struct nbd_device *nbd);
154 static void nbd_config_put(struct nbd_device *nbd);
158 static void nbd_disconnect_and_put(struct nbd_device *nbd);
160 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument
162 return disk_to_dev(nbd->disk); in nbd_to_dev()
210 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show() local
[all …]
DMakefile25 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
DKconfig264 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information,
272 module will be called nbd.
/Linux-v5.4/Documentation/admin-guide/blockdev/
Dnbd.rst16 For more information, or to download the nbd-client and nbd-server
17 tools, go to http://nbd.sf.net/.
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
Dindex.rst11 nbd
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c157 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()
1439 u8 nbd = 0; in qede_start_xmit() local
1489 nbd++; in qede_start_xmit()
1500 nbd++; in qede_start_xmit()
1505 nbd++; in qede_start_xmit()
1613 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit()
1627 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit()
1637 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit()
[all …]
/Linux-v5.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst95 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
128 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
134 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c203 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()
3747 int nbd, txq_index; in bnx2x_start_xmit() local
[all …]
Dbnx2x_ethtool.c2591 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
Dbnx2x_hsi.h4498 __le16 nbd; member
/Linux-v5.4/include/trace/events/
Dnbd.h3 #define TRACE_SYSTEM nbd
/Linux-v5.4/Documentation/process/
Dmagic-number.rst106 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
139 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
145 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.4/Documentation/translations/it_IT/process/
Dmagic-number.rst112 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
145 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
151 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.4/arch/arm/boot/dts/
Dbcm4709-buffalo-wxr-1900dhp.dts6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
/Linux-v5.4/arch/sparc/kernel/
Dleon_pci_grpci2.c147 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
/Linux-v5.4/Documentation/ioctl/
Dioctl-number.rst325 0xAB 00-1F linux/nbd.h
/Linux-v5.4/Documentation/vm/
Dfrontswap.rst208 or maybe swap-over-nbd/NFS)?
/Linux-v5.4/include/
DKbuild1040 header-test- += trace/events/nbd.h
/Linux-v5.4/
DMAINTAINERS10258 M: Felix Fietkau <nbd@openwrt.org>
10305 M: Felix Fietkau <nbd@nbd.name>
11268 L: nbd@other.debian.org
11269 F: Documentation/admin-guide/blockdev/nbd.rst
11270 F: drivers/block/nbd.c
11271 F: include/trace/events/nbd.h
11272 F: include/uapi/linux/nbd.h
DCREDITS2330 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd,
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dcnic.c4945 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()