Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c1975 static void sxgbe_get_ops(struct sxgbe_ops * const ops_ptr) in sxgbe_get_ops() argument
1977 ops_ptr->mac = sxgbe_get_core_ops(); in sxgbe_get_ops()
1978 ops_ptr->desc = sxgbe_get_desc_ops(); in sxgbe_get_ops()
1979 ops_ptr->dma = sxgbe_get_dma_ops(); in sxgbe_get_ops()
1980 ops_ptr->mtl = sxgbe_get_mtl_ops(); in sxgbe_get_ops()
1983 ops_ptr->mii.addr = SXGBE_MDIO_SCMD_ADD_REG; in sxgbe_get_ops()
1984 ops_ptr->mii.data = SXGBE_MDIO_SCMD_DATA_REG; in sxgbe_get_ops()
1990 ops_ptr->link.port = 0; in sxgbe_get_ops()
1991 ops_ptr->link.duplex = 0; in sxgbe_get_ops()
1992 ops_ptr->link.speed = SXGBE_SPEED_10G; in sxgbe_get_ops()