Home
last modified time | relevance | path

Searched refs:txdp (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_urtwn.c1459 (*txdp) += sizeof(*txd); in urtwn_tx_fill_desc()
1562 (*txdp) += sizeof(*txd); in urtwn_tx_fill_desc_gen2()
1645 uint8_t *txdp; in urtwn_tx() local
1677 txdp = data->buf; in urtwn_tx()
1714 txdp += headerlen; in urtwn_tx()
1717 txdp[0] = k->k_tsc; in urtwn_tx()
1718 txdp[1] = k->k_tsc >> 8; in urtwn_tx()
1719 txdp[2] = 0; in urtwn_tx()
1721 txdp[4] = k->k_tsc >> 16; in urtwn_tx()
1722 txdp[5] = k->k_tsc >> 24; in urtwn_tx()
[all …]
/openbsd/sys/dev/pci/
H A Dif_xge.c1205 bus_addr_t txdp; in xge_alloc_txmem() local
1230 txdp = seg.ds_addr; in xge_alloc_txmem()
1233 sc->sc_txdp[i] = txdp; in xge_alloc_txmem()
1235 txdp += (NTXFRAGS * sizeof(struct txd)); in xge_alloc_txmem()