Searched refs:sge_cmdsts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sge/
H A Dif_sge.c1117 desc->sge_cmdsts = htole32(RDC_OWN | RDC_INTR);
1131 desc->sge_cmdsts = htole32(RDC_OWN | RDC_INTR);
1161 rxinfo = le32toh(cur_rx->sge_cmdsts);
1252 txstat = le32toh(ld->sge_tx_ring[cons].sge_cmdsts);
1276 ld->sge_tx_ring[cons].sge_cmdsts = 0;
1512 desc->sge_cmdsts = 0;
1515 desc->sge_cmdsts = htole32(TDC_OWN);
1533 desc->sge_cmdsts |= htole32(TDC_DEF | TDC_CRC | TDC_PAD | cflags);
1536 desc->sge_cmdsts |= htole32(TDC_BST);
1539 desc->sge_cmdsts |
[all...]
H A Dif_sgereg.h279 uint32_t sge_cmdsts; member in struct:sge_desc

Completed in 62 milliseconds