Home
last modified time | relevance | path

Searched refs:RTASE_NUM_MSIX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase.h53 #define RTASE_NUM_MSIX 4 macro
322 struct msix_entry msix_entry[RTASE_NUM_MSIX];
323 struct rtase_int_vector int_vector[RTASE_NUM_MSIX];
H A Drtase_main.c1817 memset(tp->msix_entry, 0x0, RTASE_NUM_MSIX * in rtase_alloc_msix()
1820 for (i = 0; i < RTASE_NUM_MSIX; i++) in rtase_alloc_msix()