Home
last modified time | relevance | path

Searched refs:AQ_CFG_DRV_NAME (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.h26 #define aq_pr_err(...) pr_err(AQ_CFG_DRV_NAME ": " __VA_ARGS__)
27 #define aq_pr_trace(...) pr_info(AQ_CFG_DRV_NAME ": " __VA_ARGS__)
H A Daq_cfg.h84 #define AQ_CFG_DRV_NAME "atlantic" macro
H A Daq_pci_func.c135 err = pci_request_regions(pdev, AQ_CFG_DRV_NAME "_mmio"); in aq_pci_func_init()
467 .name = AQ_CFG_DRV_NAME,
H A Daq_main.c34 static const char aq_ndev_driver_name[] = AQ_CFG_DRV_NAME;
H A Daq_nic.c170 AQ_CFG_DRV_NAME, self->link_status.mbps, in aq_nic_update_link_status()