Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dthunder_mdio.c255 uint64_t smi_cmd, smi_rd_dat; in thunder_mdio_read() local
288 smi_rd_dat = mdio_reg_read(sc, SMI_RD_DAT); in thunder_mdio_read()
289 if (smi_rd_dat & SMI_RD_DAT_PENDING) in thunder_mdio_read()
295 if (smi_rd_dat & SMI_RD_DAT_VAL) in thunder_mdio_read()
296 return (smi_rd_dat & SMI_RD_DAT_DAT_MASK); in thunder_mdio_read()