Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/neterion/
Ds2io.c1139 if (nic->config.intr_type == MSI_X) { in init_tti()
1686 if (nic->config.intr_type == MSI_X) in init_nic()
3940 if (sp->config.intr_type == MSI_X) { in s2io_open()
4180 if (sp->config.intr_type == MSI_X) in s2io_xmit()
6912 if (sp->config.intr_type == MSI_X) in s2io_add_isr()
6926 if (sp->config.intr_type == MSI_X) { in s2io_add_isr()
7004 if (sp->config.intr_type == MSI_X) in s2io_rem_isr()
7030 if (config->intr_type == MSI_X) { in do_s2io_card_down()
7133 if (config->intr_type == MSI_X) { in s2io_card_up()
7169 if (sp->config.intr_type == MSI_X) in s2io_card_up()
[all …]
Ds2io.h440 #define MSI_X 2 macro