Lines Matching refs:descwb
1016 framesize = le16_to_cpu(rxdesc->descwb.framesize)
1023 if (jme_rxsum_ok(jme, le16_to_cpu(rxdesc->descwb.flags), skb))
1028 if (rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_TAGON)) {
1029 u16 vid = le16_to_cpu(rxdesc->descwb.vlan);
1036 if ((rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_DEST)) ==
1069 if ((rxdesc->descwb.flags & cpu_to_le16(RXWBFLAG_OWN)) ||
1070 !(rxdesc->descwb.desccnt & RXWBDCNT_WBCPL))
1075 desccnt = rxdesc->descwb.desccnt & RXWBDCNT_DCNT;
1078 rxdesc->descwb.errstat & RXWBERR_ALLERR)) {
1080 if (rxdesc->descwb.errstat & RXWBERR_CRCERR)
1082 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN)
1440 !(txdesc[i].descwb.flags & TXWBFLAG_OWN))) {
1445 err = txdesc[i].descwb.flags & TXWBFLAG_ALLERR;