Lines Matching refs:descwb
1021 framesize = le16_to_cpu(rxdesc->descwb.framesize)
1028 if (jme_rxsum_ok(jme, le16_to_cpu(rxdesc->descwb.flags), skb))
1033 if (rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_TAGON)) {
1034 u16 vid = le16_to_cpu(rxdesc->descwb.vlan);
1041 if ((rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_DEST)) ==
1074 if ((rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_OWN)) ||
1075 !(rxdesc->descwb.desccnt & RXWBDCNT_WBCPL))
1080 desccnt = rxdesc->descwb.desccnt & RXWBDCNT_DCNT;
1083 rxdesc->descwb.errstat & RXWBERR_ALLERR)) {
1085 if (rxdesc->descwb.errstat & RXWBERR_CRCERR)
1087 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN)
1445 !(txdesc[i].descwb.flags & TXWBFLAG_OWN))) {
1450 err = txdesc[i].descwb.flags & TXWBFLAG_ALLERR;