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

/freebsd-10.0-release/sys/dev/txp/
H A Dif_txpreg.h265 struct txp_rx_desc { struct
277 /* txp_rx_desc.rx_flags */
290 /* txp_rx_desc.rx_stat (if rx_flags & RX_FLAGS_ERROR bit set) */
301 /* txp_rx_desc.rx_stat (if rx_flags & RX_FLAGS_ERROR not bit set) */
577 struct txp_rx_desc *r_desc; /* base address of descs */
595 struct txp_rx_desc *txp_rxhiring;
597 struct txp_rx_desc *txp_rxloring;
H A Dif_txp.c895 struct txp_rx_desc *rxd;
909 rxd = r->r_desc + roff / sizeof(struct txp_rx_desc);
970 roff += sizeof(struct txp_rx_desc);
971 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
1393 roundup(sizeof(struct txp_rx_desc), 16), 0,
1395 sizeof(struct txp_rx_desc) * RX_ENTRIES,
1404 htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
1414 roundup(sizeof(struct txp_rx_desc), 16), 0,
1416 sizeof(struct txp_rx_desc) * RX_ENTRIES,
1425 htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
[all...]

Completed in 161 milliseconds