Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pcn/
HDif_pcn.c756 ld->pcn_tx_list[i].pcn_tbaddr = 0;
757 ld->pcn_tx_list[i].pcn_txctl = 0;
758 ld->pcn_tx_list[i].pcn_txstat = 0;
913 cur_tx = &sc->pcn_ldata->pcn_tx_list[idx];
1061 f = &sc->pcn_ldata->pcn_tx_list[frag];
1078 sc->pcn_ldata->pcn_tx_list[cur].pcn_txctl |=
1080 sc->pcn_ldata->pcn_tx_list[*txidx].pcn_txctl |= PCN_TXCTL_OWN;
1262 vtophys(&sc->pcn_ldata->pcn_tx_list[0]) & 0xFFFF);
1264 (vtophys(&sc->pcn_ldata->pcn_tx_list[0]) >> 16) & 0xFFFF);
1495 bzero((char *)&sc->pcn_ldata->pcn_tx_list, in pcn_stop()
[all …]
HDif_pcnreg.h422 struct pcn_tx_desc pcn_tx_list[PCN_TX_LIST_CNT]; member