Lines Matching defs:cmdsts
457 uint32_t cmdsts, cflags = 0;
504 cmdsts = RGE_TDCMDSTS_SOF;
513 cmdsts |= txmap->dm_segs[i].ds_len;
516 cmdsts |= RGE_TDCMDSTS_EOR;
518 d->rge_cmdsts = htole32(cmdsts);
521 cmdsts = RGE_TDCMDSTS_OWN;
1109 uint32_t cmdsts;
1111 cmdsts = rxmap->dm_segs[0].ds_len | RGE_RDCMDSTS_OWN;
1113 cmdsts |= RGE_RDCMDSTS_EOR;
1117 r->hi_qword1.rx_qword4.rge_cmdsts = htole32(cmdsts);