Home
last modified time | relevance | path

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

/linux/drivers/block/
A Dnbd.c156 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument
264 kfree(nbd); in nbd_dev_remove()
401 struct nbd_device *nbd = cmd->nbd; in nbd_xmit_timeout() local
826 struct nbd_device *nbd = args->nbd; in recv_work() local
960 struct nbd_device *nbd = cmd->nbd; in nbd_handle_cmd() local
1199 args->nbd = nbd; in nbd_reconnect_socket()
1385 args->nbd = nbd; in nbd_start_device()
1541 if (!nbd) { in nbd_open()
1731 if (!nbd) in nbd_dev_add()
1741 nbd->tag_set.driver_data = nbd; in nbd_dev_add()
[all …]
A DMakefile26 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
A DKconfig223 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information,
231 module will be called nbd.
/linux/Documentation/admin-guide/blockdev/
A 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
A Dindex.rst11 nbd
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c132 int nbd, bool data_split) in qede_free_failed_tx_pkt() argument
149 nbd--; in qede_free_failed_tx_pkt()
156 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt()
1485 u8 nbd = 0; in qede_start_xmit() local
1535 nbd++; in qede_start_xmit()
1546 nbd++; in qede_start_xmit()
1551 nbd++; in qede_start_xmit()
1666 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit()
1680 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit()
1690 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit()
[all …]
/linux/Documentation/translations/zh_CN/process/
A Dmagic-number.rst89 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
122 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
127 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/linux/Documentation/translations/zh_TW/process/
A Dmagic-number.rst92 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
125 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
130 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/linux/drivers/net/ethernet/broadcom/bnx2x/
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()
227 --nbd; in bnx2x_free_tx_pkt()
232 --nbd; in bnx2x_free_tx_pkt()
240 --nbd; in bnx2x_free_tx_pkt()
255 if (--nbd) in bnx2x_free_tx_pkt()
3973 nbd++; in bnx2x_start_xmit()
4091 first_bd->nbd = cpu_to_le16(nbd); in bnx2x_start_xmit()
4107 nbd++; in bnx2x_start_xmit()
4118 first_bd->nbd = cpu_to_le16(nbd); in bnx2x_start_xmit()
[all …]
A Dbnx2x_ethtool.c2589 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
A Dbnx2x_hsi.h4498 __le16 nbd; member
/linux/Documentation/process/
A Dmagic-number.rst99 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
132 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
137 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/linux/Documentation/translations/it_IT/process/
A Dmagic-number.rst105 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
138 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h``
143 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/linux/include/trace/events/
A Dnbd.h3 #define TRACE_SYSTEM nbd
/linux/Documentation/devicetree/bindings/net/wireless/
A Dmediatek,mt76.yaml12 - Felix Fietkau <nbd@nbd.name>
/linux/arch/arm/boot/dts/
A Dbcm4709-buffalo-wxr-1900dhp.dts6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
/linux/arch/sparc/kernel/
A Dleon_pci_grpci2.c147 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst335 0xAB 00-1F linux/nbd.h
/linux/Documentation/vm/
A Dfrontswap.rst208 or maybe swap-over-nbd/NFS)?
/linux/
A DMAINTAINERS11967 M: Felix Fietkau <nbd@nbd.name>
12023 M: Felix Fietkau <nbd@nbd.name>
13215 L: nbd@other.debian.org
13217 F: Documentation/admin-guide/blockdev/nbd.rst
13218 F: drivers/block/nbd.c
13219 F: include/trace/events/nbd.h
13220 F: include/uapi/linux/nbd.h
A DCREDITS2385 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd,
/linux/drivers/net/ethernet/broadcom/
A Dcnic.c4942 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()

Completed in 112 milliseconds