Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c278 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 Dyge.h2239 int32_t p_port; /* port # on controller */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c203 u8 *p_update_port, __le16 *p_port, in ecore_set_ramrod_tunnel_param() argument
209 *p_port = OSAL_CPU_TO_LE16(p_udp_port->port); in ecore_set_ramrod_tunnel_param()