Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/blockdev/
Dnbd.txt21 For more information, or to download the nbd-client and nbd-server
22 tools, go to http://nbd.sf.net/.
24 Howto: To setup nbd, you can simply do the following:
28 nbd-server <port-number> <device-or-file-to-serve-to-client>
31 root@server1 # nbd-server 1234 /dev/sdb1
37 nbd-client <server-name-or-IP> <server-port-number> /dev/nb[0-n]
40 root@client1 # nbd-client server1 1234 /dev/nb0
44 The nbd kernel module need only be installed on the client
45 system, as the nbd-server is completely in userspace. In fact,
46 the nbd-server has been successfully ported to other operating
D00-INDEX13 nbd.txt
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c41 int nbd; in bnx2x_free_tx_pkt() local
55 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt()
57 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt()
62 new_cons = nbd + tx_buf->first_bd; in bnx2x_free_tx_pkt()
68 --nbd; in bnx2x_free_tx_pkt()
73 --nbd; in bnx2x_free_tx_pkt()
78 while (nbd > 0) { in bnx2x_free_tx_pkt()
84 if (--nbd) in bnx2x_free_tx_pkt()
1805 u16 bd_prod, int nbd) in bnx2x_tx_split() argument
1813 h_tx_bd->nbd = cpu_to_le16(nbd); in bnx2x_tx_split()
[all …]
Dbnx2x_ethtool.c1649 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
Dbnx2x_hsi.h2425 __le16 nbd; member
/linux-2.6.39/drivers/block/
DMakefile29 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
DKconfig291 Read <file:Documentation/blockdev/nbd.txt> for more information,
299 module will be called nbd.
/linux-2.6.39/Documentation/zh_CN/
Dmagic-number.txt104 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h
142 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h
149 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
/linux-2.6.39/Documentation/
Dmagic-number.txt104 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h
142 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h
149 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
/linux-2.6.39/include/linux/
DKbuild250 header-y += nbd.h
/linux-2.6.39/Documentation/ioctl/
Dioctl-number.txt298 0xAB 00-1F linux/nbd.h
/linux-2.6.39/
DMAINTAINERS4351 F: Documentation/blockdev/nbd.txt
4352 F: drivers/block/nbd.c
4353 F: include/linux/nbd.h
DCREDITS2181 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
/linux-2.6.39/drivers/net/
Dcnic.c4628 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()