Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c192 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_wr() local
201 ethdev->drv_ctl(dev->netdev, &info); in cnic_ctx_wr()
207 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_tbl_wr() local
215 ethdev->drv_ctl(dev->netdev, &info); in cnic_ctx_tbl_wr()
221 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ring_ctl() local
233 ethdev->drv_ctl(dev->netdev, &info); in cnic_ring_ctl()
239 struct cnic_eth_dev *ethdev in cnic_reg_wr_ind() local
253 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_reg_rd_ind() local
267 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_ulp_ctl() local
294 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_spq_completion() local
1248 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_alloc_bnx2x_resc() local
1666 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_get_bnx2x_ctx() local
4428 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_free_irq() local
4440 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_request_irq() local
4453 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_init_bnx2_irq() local
4512 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_enable_bnx2_int() local
4524 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_disable_bnx2_int_sync() local
4538 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_init_bnx2_tx_ring() local
4605 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_init_bnx2_rx_ring() local
4717 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_start_bnx2_hw() local
4853 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_setup_bnx2x_context() local
4874 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_init_bnx2x_irq() local
5098 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_start_bnx2x_hw() local
5289 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_register_netdev() local
5315 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_unregister_netdev() local
5326 struct cnic_eth_dev *ethdev = cp->ethdev; cnic_start_hw() local
5514 struct cnic_eth_dev *ethdev = NULL; init_bnx2_cnic() local
5574 struct cnic_eth_dev *ethdev = NULL; init_bnx2x_cnic() local
[all...]
H A Dcnic.h227 struct cnic_eth_dev *ethdev; member
/linux/drivers/net/hamradio/
H A Dbpqether.c103 struct net_device *ethdev; /* link to ethernet device */ member
121 return bpq ? bpq->ethdev : NULL; in bpq_get_ether_dev()
133 if (bpq->ethdev == dev) in bpq_get_ax25_dev()
406 bpqdev->axdev->name, bpqdev->ethdev->name, in bpq_seq_show()
475 bpq->ethdev = edev; in bpq_new_device()
500 dev_put(bpq->ethdev); in bpq_free_device()
/linux/drivers/net/wan/
H A Dlapbether.c54 struct net_device *ethdev; /* link to ethernet device */ member
76 if (lapbeth->ethdev == dev) in lapbeth_get_x25_dev()
252 skb->dev = dev = lapbeth->ethdev; in lapbeth_data_transmit()
411 lapbeth->ethdev = dev; in lapbeth_new_device()
437 dev_put(lapbeth->ethdev); in lapbeth_free_device()
519 dev_put(lapbeth->ethdev); in lapbeth_cleanup_driver()