Home
last modified time | relevance | path

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

/linux-6.1.9/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()
6919 if (sp->config.intr_type == MSI_X) in s2io_add_isr()
6933 if (sp->config.intr_type == MSI_X) { in s2io_add_isr()
7011 if (sp->config.intr_type == MSI_X) in s2io_rem_isr()
7037 if (config->intr_type == MSI_X) { in do_s2io_card_down()
7140 if (config->intr_type == MSI_X) { in s2io_card_up()
7176 if (sp->config.intr_type == MSI_X) in s2io_card_up()
[all …]
Ds2io.h440 #define MSI_X 2 macro