search for: rcd

Displaying 20 results from an estimated 27 matches for "rcd".

Did you mean: rc
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2009 Sep 30
4
[PATCH 2.6.32-rc1] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2009 Sep 30
4
[PATCH 2.6.32-rc1] net: VMware virtual Ethernet NIC driver: vmxnet3
...6 */ + u32 v4:1; /* IPv4 */ + u32 frg:1; /* IP Fragment */ + u32 fcs:1; /* Frame CRC correct */ + u32 type:7; /* completion type */ + u32 gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT | \ +...
2001 Nov 20
2
rename file1 -> file2: No such file or directory
...occes he gives me a lotte of the following errors (with different filenames): rename realother/Maildir/cur/.1005882149.8001_0.nyx.wildape,S=3080:2,.001002 -> realother/Maildir/cur/1005882149.8001_0.nyx.wildape,S=3080:2, : No such file or directory I user the command: rsync -cru pietje@host1:/rcd/ /lcd any Ideas what is the problem? thx Willem
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...uint32_t frg:1; /* IP Fragment */ + uint32_t fcs:1; /* Frame CRC correct */ + uint32_t type:7; /* completion type */ + uint32_t gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT |...
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...uint32_t frg:1; /* IP Fragment */ + uint32_t fcs:1; /* Frame CRC correct */ + uint32_t type:7; /* completion type */ + uint32_t gen:1; /* generation bit */ +}; + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */ +#define VMXNET3_RCD_TUC_SHIFT 16 +#define VMXNET3_RCD_IPC_SHIFT 19 + +/* fields in RxCompDesc we access via Vmxnet3_GenericDesc.qword[1] */ +#define VMXNET3_RCD_TYPE_SHIFT 56 +#define VMXNET3_RCD_GEN_SHIFT 63 + +/* csum OK for TCP/UDP pkts over IP */ +#define VMXNET3_RCD_CSUM_OK (1 << VMXNET3_RCD_TUC_SHIFT |...
2009 Nov 20
1
ULTRA 2000 ULT33046 configuration
...# Start with # # # upsdrvctl -u nut -D start MEGATEC MODE=netserver user=nut # Ultra ULT33046 2000 VA 1200 W Backup UPS with AVR (B000GC98H8) # From stickers: # Label: ULTRA # Model: RCD-UPS2000D # Serial Number: 40206430906 # # lsusb -vd 0d9f:0002|sed -ne '/^\w/p;/\bi/p' # Bus 002 Device 002: ID 0d9f:0002 Powercom Co., Ltd # Device Descriptor: # idVendor 0x0d9f Powercom Co., Ltd # idProduct 0x...
2002 Sep 12
3
Such a nice codec! Soundcard recommendations?
Wow! Ogg is sounding _really_ fine these days. Waaaay past my ability to tell from CD on my crappy sound card, even at pretty low bitrates. Which leads to my question: there's a huge difference between what my sound card puts out and what my CD player can do (Rotel RCD-950 to Classe' Audio Twenty preamp to Acurus A80 amp to Epos ES-12 speakers, in case anyone cares). If my computer is feeding such a system, what's a good sound card to have? Requirements: * Has to work with Linux!!! * Not too expensive. This is fuzzy: I'd pay a few hundred for _...
2013 Aug 23
1
[PATCH] VMXNET3: Add support for virtual IOMMU
...pe = VMXNET3_MAP_SINGLE; - tbi->dma_addr = pci_map_single(adapter->pdev, + tbi->dma_addr = dma_map_single(&adapter->pdev->dev, skb->data + buf_offset, buf_size, PCI_DMA_TODEVICE); @@ -1221,7 +1228,8 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq, goto rcd_done; } - pci_unmap_single(adapter->pdev, rbi->dma_addr, rbi->len, + dma_unmap_single(&adapter->pdev->dev, rbi->dma_addr, + rbi->len, PCI_DMA_FROMDEVICE); #ifdef VMXNET3_RSS @@ -1233,7 +1241,7 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq,...
2013 Aug 23
1
[PATCH] VMXNET3: Add support for virtual IOMMU
...pe = VMXNET3_MAP_SINGLE; - tbi->dma_addr = pci_map_single(adapter->pdev, + tbi->dma_addr = dma_map_single(&adapter->pdev->dev, skb->data + buf_offset, buf_size, PCI_DMA_TODEVICE); @@ -1221,7 +1228,8 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq, goto rcd_done; } - pci_unmap_single(adapter->pdev, rbi->dma_addr, rbi->len, + dma_unmap_single(&adapter->pdev->dev, rbi->dma_addr, + rbi->len, PCI_DMA_FROMDEVICE); #ifdef VMXNET3_RSS @@ -1233,7 +1241,7 @@ vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq,...
2013 Aug 20
2
[PATCH] VMXNET3: Add support for virtual IOMMU
...uct vmxnet3_tx_buf_info *buf_info; + dma_addr_t buf_info_pa; struct vmxnet3_tx_data_ring data_ring; struct vmxnet3_comp_ring comp_ring; struct Vmxnet3_TxQueueCtrl *shared; @@ -277,6 +278,7 @@ struct vmxnet3_rx_queue { u32 qid; /* rqID in RCD for buffer from 1st ring */ u32 qid2; /* rqID in RCD for buffer from 2nd ring */ struct vmxnet3_rx_buf_info *buf_info[2]; + dma_addr_t buf_info_pa; struct Vmxnet3_RxQueueCtrl *shared; struct vmxnet3_rq_driver_stats stats; } __attribute__((__al...
2013 Aug 20
2
[PATCH] VMXNET3: Add support for virtual IOMMU
...uct vmxnet3_tx_buf_info *buf_info; + dma_addr_t buf_info_pa; struct vmxnet3_tx_data_ring data_ring; struct vmxnet3_comp_ring comp_ring; struct Vmxnet3_TxQueueCtrl *shared; @@ -277,6 +278,7 @@ struct vmxnet3_rx_queue { u32 qid; /* rqID in RCD for buffer from 1st ring */ u32 qid2; /* rqID in RCD for buffer from 2nd ring */ struct vmxnet3_rx_buf_info *buf_info[2]; + dma_addr_t buf_info_pa; struct Vmxnet3_RxQueueCtrl *shared; struct vmxnet3_rq_driver_stats stats; } __attribute__((__al...
1999 Jul 07
0
Migrating from 1.9.19-prealpha
...No such file or directory [1999/07/07 16:26:02, 0] locking/locking_shm.c:shm_get_share_modes(241) get_share_modes: file with dev 800040 inode 199845 empty [1999/07/07 16:41:50, 0] smbd/nttrans.c:map_share_mode(410) map_share_mode: Incorrect value 100000 for desired_access to file \960008\SLD\RCD If anyone is interested I can send more detailed logs, I am continuing to investigate but just wondered if anyone saw anything like this before (I have seen references to 'desired_access' in the archives but it's mostly threads from last year). It's only the first day with 2.0.4b...
2006 Dec 28
1
modifying initrd.img to run custom application
Im n/w booting machine with kernel - vmlinuz and initrd initrd.img. I copied vmlinuz & initrd.img from RHEL4 iso. I want to modify initrd.img so that when 2nd stage boot loader loads initrd, my custom application gets executed. linuxrc in initrd.img is sym-link to /sbin/init. My steps: 1. Renamed linuxrc to linuxrc1 2. created new linuxrc script & invoked "/linuxrc1" from
2001 Nov 14
0
OPEN ssh pkg
...U-0_VHWK80"A2*^J$-:LCMHAR2%2883<LA'V((?4*_2R2&F(MJX5% MJ"5V5!+*HMI8$T5+?:DN#9(=C7V74]LHC/VQE_"GRBJ?.$Z]JM-JK.HKJ8(* MIGIMY.I3K:M2E*K"N6JZ5_$#5IU=6A6P=E5*=3_!:GP:JPJ5LIK5^9)6^2F& M;:M(%,LHT3)@;)PJ78VJ89:*CEDK:F;[JAY2L^-TL'Y1R>ID>^P7H+.,-=$^ MUL*:HAKM)'RCD!:SRM'KRC4Z:VG]K*%U,I!6)@6)3JL@?1&JM2^P5DX+6Q=& M9WFD'O&>W%9G94EW*R:%#)KTM[ZO8L9IAVLH-:X]PY2ZQ-B:2IOK*OVCLR&Z M]E58.CXY;2W=KFDE(.A22M%+Q^POU1'CM1.5UV(*5H[I 90.BZW!SLEG^EZE M*;&EIO15O-W7_-I-[0)_-1;@]+^Z5EMI3GL1.F4IZO38'%C7E&#AZ2LE+>*6 M3*98F;EBZ:%%O;2),--...
1999 Jul 08
1
SAMBA digest 2158
...t; [1999/07/07 16:26:02, 0] locking/locking_shm.c:shm_get_share_modes(241) > get_share_modes: file with dev 800040 inode 199845 empty > > [1999/07/07 16:41:50, 0] smbd/nttrans.c:map_share_mode(410) > map_share_mode: Incorrect value 100000 for desired_access to file > \960008\SLD\RCD > > If anyone is interested I can send more detailed logs, I am continuing > to > investigate but just wondered if anyone saw anything like this before (I > have seen references to 'desired_access' in the archives but it's mostly > threads from last year). > >...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...Lp9Wr?y-hpjS$QpPX0& z;tMUpu?{Ofe*uiMfdy)@Gu$gO8G613tX}UFw^}MJaz|R8>cuS14{%U^eyp}fj^1z4 zl$Iwyz@TJ$M@L*G99CyH585}~*WNhKHdavV!EwQCdx_fvw!T}f?6MA>wVE!*IX)3A zV45_-pn&Xt{GNY0uBz;F^$)994VIr?rHY79zZdGvhyLdE(O}H*7EB-M3rTk;RE+8O z!+Kv1UCe%vIHoCEy>7s4Of$vE#@Ue{n+`Z&zh?YPLiCT<IF1fC9?W+rCd=BDnwr{) zKd94?_R{n2sNILnxG_3PQ5<7JR|}^>uXd&nPLIv?;Ag{X57F0rFH<k5mmkiUj5=qa z5(-D`2}i5~A|W9$TcOVQ`gmD!e>xxfyoEX#%=PVHDY%*$(~>oh10Lr#uWaKROnQZo zRmou;{zva9;YLAk0kr#|LIH#mlRoLC0j$^Kh2eNIJqbNMV!~)4NNKrNxy4$$m3ZC0 zK5|97f}hE^Fhl=(PR`$}`U0U8Dma;&D;$<Ird>Wt!kMvgLtp#kPXMg1z0(BH...