Lines Matching defs:port
446 /* Pointer to the shared port */
713 /* HW BM need that each port be identify by a unique ID */
891 /* Change maximum receive size of the port. */
998 /* Notify HW about port's assignment of pool for bigger packets */
1011 /* Notify HW about port's assignment of pool for smaller packets */
1024 /* Set port's receive buffer size for assigned BM pool */
1111 /* Assign and initialize pools for port. In case of fail
1112 * buffer manager will remain disabled for current port.
1133 /* Create port's long pool depending on mtu */
1138 netdev_info(pp->dev, "fail to obtain long pool for port\n");
1151 /* Create port's short pool */
1156 netdev_info(pp->dev, "fail to obtain short pool for port\n");
1211 /* Start the Ethernet port RX and TX activity */
1237 /* Stop the Ethernet port activity */
1243 /* Stop Rx port activity. Check port Rx activity. */
1265 /* Stop Tx port activity. Check port Tx activity. Issue stop
1308 /* Enable the port by setting the port enable bit of the MAC control register */
1313 /* Enable port */
1319 /* Disable the port and wait for about 200 usec before retuning */
1425 /* This method sets defaults to the NETA port:
1431 * This method can be called after mvneta_port_down() to return the port
1530 /* Assign port SDMA configuration */
1544 /* Set port interrupt enable register - default enable all */
2858 /* Free tx resources, when resetting a port */
3026 /* Configure Fitering mode of Ethernet port */
3036 /* Set / Clear UPM bit in port configuration register */
3104 struct mvneta_pcpu_port *port = (struct mvneta_pcpu_port *)dev_id;
3106 disable_percpu_irq(port->pp->dev->irq);
3107 napi_schedule(&port->napi);
3132 struct mvneta_pcpu_port *port = this_cpu_ptr(pp->ports);
3161 port->cause_rx_tx;
3195 port->cause_rx_tx = cause_rx_tx;
3242 /* Handle rxq fill: allocates rxq skbs; called when initializing a port */
3271 /* Free all packets pending transmit from all TXQs and reset TX port */
3615 /* Enable polling on the port */
3617 struct mvneta_pcpu_port *port =
3620 napi_enable(&port->napi);
3656 struct mvneta_pcpu_port *port =
3659 napi_disable(&port->napi);
3670 /* Stop the port activity */
3673 /* Clear all ethernet port interrupts */
3676 /* Mask all ethernet port interrupts */
3973 /* Armada 370 documentation says we can only change the port mode
4190 struct mvneta_pcpu_port *port = per_cpu_ptr(pp->ports, cpu);
4222 /* Mask all ethernet port interrupts */
4224 napi_enable(&port->napi);
4238 /* Unmask all ethernet port interrupts */
4252 struct mvneta_pcpu_port *port = per_cpu_ptr(pp->ports, cpu);
4259 /* Mask all ethernet port interrupts */
4263 napi_synchronize(&port->napi);
4264 napi_disable(&port->napi);
4279 /* Unmask all ethernet port interrupts */
4303 /* Connect to port interrupt line */
4368 /* Stop the port, free port interrupt line */
4952 /* Disable port */
4955 /* Set port default values */
5041 /* Power up the port */
5147 /* Alloc per-cpu port structure */
5241 dev_err(&pdev->dev, "can't power up port\n");
5252 struct mvneta_pcpu_port *port =
5255 netif_napi_add(dev, &port->napi, mvneta_poll,
5257 port->pp = pp;
5399 dev_err(device, "can't power up port\n");