Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h37 #define OCTEP_MSIX_NAME_SIZE (IFNAMSIZ + 32) macro
H A Doctep_main.h123 char name[OCTEP_MSIX_NAME_SIZE];
H A Doctep_main.c212 OCTEP_MSIX_NAME_SIZE, GFP_KERNEL); in octep_request_irqs()
220 irq_name = &oct->non_ioq_irq_names[i * OCTEP_MSIX_NAME_SIZE]; in octep_request_irqs()
223 snprintf(irq_name, OCTEP_MSIX_NAME_SIZE, in octep_request_irqs()