Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c191 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_wr() local
206 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_tbl_wr() local
220 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ring_ctl() local
238 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_reg_wr_ind() local
252 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_reg_rd_ind() local
266 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ulp_ctl() local
293 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_spq_completion() local
1240 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_alloc_bnx2x_resc() local
1657 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_get_bnx2x_ctx() local
5533 cp->ethdev = ethdev; in init_bnx2_cnic()
[all …]
H A Dcnic.h227 struct cnic_eth_dev *ethdev; member
/openbmc/linux/drivers/net/hamradio/
H A Dbpqether.c102 struct net_device *ethdev; /* link to ethernet device */ member
141 return bpq ? bpq->ethdev : NULL; in bpq_get_ether_dev()
153 if (bpq->ethdev == dev) in bpq_get_ax25_dev()
426 bpqdev->axdev->name, bpqdev->ethdev->name, in bpq_seq_show()
493 bpq->ethdev = edev; in bpq_new_device()
519 dev_put(bpq->ethdev); in bpq_free_device()
/openbmc/linux/drivers/net/wan/
H A Dlapbether.c53 struct net_device *ethdev; /* link to ethernet device */ member
75 if (lapbeth->ethdev == dev) in lapbeth_get_x25_dev()
251 skb->dev = dev = lapbeth->ethdev; in lapbeth_data_transmit()
409 lapbeth->ethdev = dev; in lapbeth_new_device()
435 dev_put(lapbeth->ethdev); in lapbeth_free_device()
517 dev_put(lapbeth->ethdev); in lapbeth_cleanup_driver()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c141 struct eth_dev ethdev; member
1863 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
2340 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2419 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2493 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2542 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()
2606 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local
2616 if (ethdev->rx_req) { in usb_eth_recv()
2618 return ethdev->rx_req->length; in usb_eth_recv()
2632 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt() local
[all …]
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c634 struct udevice *ethdev; in ft_board_setup() local
658 ethdev = eth_get_dev_by_name(enet_name); in ft_board_setup()
659 if (!ethdev) in ft_board_setup()
662 phy_addr = cpsw_get_slave_phy_addr(ethdev, i); in ft_board_setup()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c2690 struct net_device *ethdev) in init_wifidev() argument
2697 dev->ml_priv = ethdev->ml_priv; in init_wifidev()
2698 dev->irq = ethdev->irq; in init_wifidev()
2699 dev->base_addr = ethdev->base_addr; in init_wifidev()
2700 dev->wireless_data = ethdev->wireless_data; in init_wifidev()
2701 SET_NETDEV_DEV(dev, ethdev->dev.parent); in init_wifidev()
2702 eth_hw_addr_inherit(dev, ethdev); in init_wifidev()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp118 const std::string& ethdev) in getIPObject() argument
120 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()