Searched refs:ops_ptr (Results 1 – 1 of 1) sorted by relevance
1978 static void sxgbe_get_ops(struct sxgbe_ops * const ops_ptr) in sxgbe_get_ops() argument1980 ops_ptr->mac = sxgbe_get_core_ops(); in sxgbe_get_ops()1981 ops_ptr->desc = sxgbe_get_desc_ops(); in sxgbe_get_ops()1982 ops_ptr->dma = sxgbe_get_dma_ops(); in sxgbe_get_ops()1983 ops_ptr->mtl = sxgbe_get_mtl_ops(); in sxgbe_get_ops()1986 ops_ptr->mii.addr = SXGBE_MDIO_SCMD_ADD_REG; in sxgbe_get_ops()1987 ops_ptr->mii.data = SXGBE_MDIO_SCMD_DATA_REG; in sxgbe_get_ops()1993 ops_ptr->link.port = 0; in sxgbe_get_ops()1994 ops_ptr->link.duplex = 0; in sxgbe_get_ops()1995 ops_ptr->link.speed = SXGBE_SPEED_10G; in sxgbe_get_ops()