Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_var.h123 void (*pc_tx_postsetup)(struct rtwn_pci_softc *, member
135 (((_pc)->pc_tx_postsetup)((_pc), (_txd), (_segs)))
/freebsd/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c124 pc->pc_tx_postsetup = r92ce_tx_postsetup; in r88ee_attach()
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c152 pc->pc_tx_postsetup = r92ce_tx_postsetup; in r92ce_attach()