Lines Matching defs:cmdsts
465 uint32_t cmdsts, cflags = 0;
512 cmdsts = RGE_TDCMDSTS_SOF;
521 cmdsts |= txmap->dm_segs[i].ds_len;
524 cmdsts |= RGE_TDCMDSTS_EOR;
526 d->rge_cmdsts = htole32(cmdsts);
529 cmdsts = RGE_TDCMDSTS_OWN;
1151 uint32_t cmdsts;
1153 cmdsts = rxmap->dm_segs[0].ds_len | RGE_RDCMDSTS_OWN;
1155 cmdsts |= RGE_RDCMDSTS_EOR;
1159 r->hi_qword1.rx_qword4.rge_cmdsts = htole32(cmdsts);