Lines Matching defs:cmdsts
425 uint32_t cmdsts, cflags = 0;
482 cmdsts = RGE_TDCMDSTS_OWN;
483 cmdsts |= txmap->dm_segs[i].ds_len;
486 cmdsts |= RGE_TDCMDSTS_EOR;
488 cmdsts |= RGE_TDCMDSTS_EOF;
491 d->rge_cmdsts = htole32(cmdsts);
500 cmdsts = RGE_TDCMDSTS_SOF;
501 cmdsts |= txmap->dm_segs[0].ds_len;
504 cmdsts |= RGE_TDCMDSTS_EOR;
506 cmdsts |= RGE_TDCMDSTS_EOF;
509 d->rge_cmdsts = htole32(cmdsts);
524 cmdsts |= RGE_TDCMDSTS_OWN;
526 d->rge_cmdsts = htole32(cmdsts);
1139 uint32_t cmdsts;
1166 cmdsts = rxmap->dm_segs[0].ds_len;
1168 cmdsts |= RGE_RDCMDSTS_EOR;
1170 r->hi_qword1.rx_qword4.rge_cmdsts = htole32(cmdsts);
1181 cmdsts |= RGE_RDCMDSTS_OWN;
1182 r->hi_qword1.rx_qword4.rge_cmdsts = htole32(cmdsts);