Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dnbd.c70 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 DMakefile25 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
H A DKconfig211 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information,
219 module will be called nbd.
/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst16 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 Dindex.rst11 nbd
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c134 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 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()
3765 int nbd, txq_index; in bnx2x_start_xmit() local
[all …]
H A Dbnx2x_ethtool.c2591 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
H A Dbnx2x_hsi.h4499 __le16 nbd; member
/linux/include/trace/events/
H A Dnbd.h3 #define TRACE_SYSTEM nbd
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4709-buffalo-wxr-1900dhp.dts6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi112 trusted to play fair, or a nbd device.
/linux/arch/sparc/kernel/
H A Dleon_pci_grpci2.c149 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
/linux/Documentation/block/
H A Dublk.rst12 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 Dioctl-number.rst353 0xAB 00-1F linux/nbd.h
/linux/Documentation/
H A D.renames.txt114 blockdev/nbd admin-guide/blockdev/nbd
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c4945 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
/linux/
H A DMAINTAINERS16170 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