Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/rtwn/pci/
H A Drtwn_pci_var.h124 void (*pc_tx_postsetup)(struct rtwn_pci_softc *, member
136 (((_pc)->pc_tx_postsetup)((_pc), (_txd), (_segs)))
/freebsd-13.1/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c126 pc->pc_tx_postsetup = r92ce_tx_postsetup; in r88ee_attach()
/freebsd-13.1/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c154 pc->pc_tx_postsetup = r92ce_tx_postsetup; in r92ce_attach()