Searched refs:p_port (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 278 int pnum = port->p_port; in yge_mii_readreg() 307 int pnum = port->p_port; in yge_mii_writereg() 368 CSR_WRITE_1(dev, MR_ADDR(port->p_port, GMAC_IRQ_MSK), in yge_mii_notify() 418 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 421 (void) GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify() 424 CSR_WRITE_4(dev, MR_ADDR(port->p_port, GMAC_CTRL), gmac); in yge_mii_notify() 428 gpcr = GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify() 430 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 433 (void) GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify() 455 pnum = port->p_port; in yge_setrxfilt() [all …]
|
H A D | yge.h | 2239 int32_t p_port; /* port # on controller */ member
|