Searched refs:nbd (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/Documentation/blockdev/ |
D | nbd.txt | 21 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
|
D | 00-INDEX | 13 nbd.txt
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_cmn.c | 41 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 …]
|
D | bnx2x_ethtool.c | 1649 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
|
D | bnx2x_hsi.h | 2425 __le16 nbd; member
|
/linux-2.6.39/drivers/block/ |
D | Makefile | 29 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
D | Kconfig | 291 Read <file:Documentation/blockdev/nbd.txt> for more information, 299 module will be called nbd.
|
/linux-2.6.39/Documentation/zh_CN/ |
D | magic-number.txt | 104 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/ |
D | magic-number.txt | 104 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/ |
D | Kbuild | 250 header-y += nbd.h
|
/linux-2.6.39/Documentation/ioctl/ |
D | ioctl-number.txt | 298 0xAB 00-1F linux/nbd.h
|
/linux-2.6.39/ |
D | MAINTAINERS | 4351 F: Documentation/blockdev/nbd.txt 4352 F: drivers/block/nbd.c 4353 F: include/linux/nbd.h
|
D | CREDITS | 2181 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
|
/linux-2.6.39/drivers/net/ |
D | cnic.c | 4628 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|