Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ipw/
H A Dipw2100.c1011 struct ipw2100_bd *txbd; in ipw2100_cmd() local
1050 txbd = &sc->sc_txbd[idx]; in ipw2100_cmd()
1051 txbd->phyaddr = LE_32(sc->sc_dma_cmd.dr_pbase); in ipw2100_cmd()
1052 txbd->len = LE_32(sizeof (struct ipw2100_cmd)); in ipw2100_cmd()
1053 txbd->flags = IPW2100_BD_FLAG_TX_FRAME_COMMAND in ipw2100_cmd()
1055 txbd->nfrag = 1; in ipw2100_cmd()
2029 struct ipw2100_bd *txbd[2]; in ipw2100_send() local
2142 txbd[0] = &sc->sc_txbd[idx]; in ipw2100_send()
2152 txbd[1] = &sc->sc_txbd[idx]; in ipw2100_send()
2219 txbd[0]->phyaddr = LE_32(dr->dr_pbase + in ipw2100_send()
[all …]