Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c109 struct lio *lio = GET_LIO(netdev); in lio_get_settings()
147 lio = GET_LIO(netdev); in lio_get_drvinfo()
162 struct lio *lio = GET_LIO(dev); in lio_ethtool_get_channels()
184 struct lio *lio = GET_LIO(netdev); in lio_get_eeprom_len()
201 struct lio *lio = GET_LIO(netdev); in lio_get_eeprom()
222 struct lio *lio = GET_LIO(netdev); in octnet_gpio_access()
355 struct lio *lio = GET_LIO(netdev); in lio_set_phys_id()
458 struct lio *lio = GET_LIO(netdev); in lio_ethtool_get_ringparam()
494 struct lio *lio = GET_LIO(netdev); in lio_get_msglevel()
501 struct lio *lio = GET_LIO(netdev); in lio_set_msglevel()
[all …]
Dlio_main.c706 struct lio *lio = GET_LIO(netdev); in start_txq()
856 struct lio *lio = GET_LIO(netdev); in print_link_info()
882 struct lio *lio = GET_LIO(netdev); in update_link_status()
1196 lio = GET_LIO(netdev); in liquidio_destroy_nic_device()
1231 lio = GET_LIO(oct->props[i].netdev); in liquidio_stop_nic_module()
1586 struct lio *lio = GET_LIO(netdev); in oct_ptp_open()
1751 lio = GET_LIO(dev); in select_q()
1783 struct lio *lio = GET_LIO(netdev); in liquidio_push_packet()
1881 struct lio *lio = GET_LIO(droq->napi.dev); in liquidio_napi_do_rx()
1952 lio = GET_LIO(net_device); in setup_io_queues()
[all …]
Docteon_network.h108 #define GET_LIO(netdev) ((struct lio *)netdev_priv(netdev)) macro