Searched refs:AL_ETH_IRQNAME_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.h | 75 #define AL_ETH_IRQNAME_SIZE 40 macro 85 char name[AL_ETH_IRQNAME_SIZE];
|
H A D | al_eth.c | 2074 AL_ETH_IRQNAME_SIZE, "al-eth-intx-all@pci:%s", in al_eth_setup_int_mode() 2090 AL_ETH_IRQNAME_SIZE, "al-eth-msix-all@pci:%s", in al_eth_setup_int_mode() 2101 snprintf(adapter->irq_tbl[AL_ETH_MGMT_IRQ_IDX].name, AL_ETH_IRQNAME_SIZE, in al_eth_setup_int_mode() 2112 snprintf(adapter->irq_tbl[irq_idx].name, AL_ETH_IRQNAME_SIZE, in al_eth_setup_int_mode() 2125 AL_ETH_IRQNAME_SIZE, "al-eth-tx-comp-%d@pci:%s", i, in al_eth_setup_int_mode()
|