Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_ael1002.c117 static struct cphy_ops ael1002_ops = {
133 static struct cphy_ops ael1002_ops = {
190 static struct cphy_ops ael1006_ops = {
206 static struct cphy_ops ael1006_ops = {
225 static struct cphy_ops qt2045_ops = {
241 static struct cphy_ops qt2045_ops = {
302 static struct cphy_ops xaui_direct_ops = {
318 static struct cphy_ops xaui_direct_ops = {
Dcxgb_vsc8211.c216 static struct cphy_ops vsc8211_ops = {
232 static struct cphy_ops vsc8211_ops = {
Dcxgb_mv88e1xxx.c260 static struct cphy_ops mv88e1xxx_ops = {
276 static struct cphy_ops mv88e1xxx_ops = {
Dcxgb_common.h509 struct cphy_ops { struct
534 const struct cphy_ops *ops; /* PHY operations */ argument
556 int phy_addr, struct cphy_ops *phy_ops, in cphy_init()