Lines Matching defs:rdes0
113 __le32 rdes0, rdes1, rdes2, rdes3; /* Data for the card */
804 u32 rdes0;
809 rdes0 = le32_to_cpu(rxptr->rdes0);
810 if (rdes0 & 0x80000000) /* packet owner check */
820 if ( (rdes0 & 0x300) != 0x300) {
823 ULI526X_DBUG(0, "Reuse SK buffer, rdes0", rdes0);
827 rxlen = ( (rdes0 >> 16) & 0x3fff) - 4;
830 if (rdes0 & 0x8000) {
833 if (rdes0 & 1)
835 if (rdes0 & 2)
837 if (rdes0 & 0x80)
841 if ( !(rdes0 & 0x8000) ||
868 ULI526X_DBUG(0, "Reuse SK buffer, rdes0", rdes0);
1241 if (!(rxptr->rdes0 & cpu_to_le32(0x80000000))) {
1246 rxptr->rdes0 = cpu_to_le32(0x80000000);
1304 tmp_rx->rdes0 = cpu_to_le32(0);
1419 rxptr->rdes0 = cpu_to_le32(0x80000000);