Lines Matching defs:rdes0
113 __le32 rdes0, rdes1, rdes2, rdes3; /* Data for the card */
807 u32 rdes0;
812 rdes0 = le32_to_cpu(rxptr->rdes0);
813 if (rdes0 & 0x80000000) /* packet owner check */
823 if ( (rdes0 & 0x300) != 0x300) {
826 ULI526X_DBUG(0, "Reuse SK buffer, rdes0", rdes0);
830 rxlen = ( (rdes0 >> 16) & 0x3fff) - 4;
833 if (rdes0 & 0x8000) {
836 if (rdes0 & 1)
838 if (rdes0 & 2)
840 if (rdes0 & 0x80)
844 if ( !(rdes0 & 0x8000) ||
871 ULI526X_DBUG(0, "Reuse SK buffer, rdes0", rdes0);
1244 if (!(rxptr->rdes0 & cpu_to_le32(0x80000000))) {
1249 rxptr->rdes0 = cpu_to_le32(0x80000000);
1307 tmp_rx->rdes0 = cpu_to_le32(0);
1422 rxptr->rdes0 = cpu_to_le32(0x80000000);