Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/neterion/
H A Ds2io.c116 (dev_type == XFRAME_I_DEVICE) ? \
1322 if ((nic->device_type == XFRAME_I_DEVICE) && (nic->pdev->revision < 4)) in init_nic()
2304 (nic->device_type == XFRAME_I_DEVICE)) { in start_nic()
3385 return XFRAME_I_DEVICE; in check_pci_device_id()
3494 (sp->device_type == XFRAME_I_DEVICE)) { in s2io_reset()
3683 if (nic->device_type == XFRAME_I_DEVICE) in restore_xmsi_data()
3704 if (nic->device_type == XFRAME_I_DEVICE) in store_xmsi_data()
5429 if ((sp->device_type == XFRAME_I_DEVICE) && ((subid & 0xFF) < 0x07)) { in s2io_ethtool_set_led()
5566 if (sp->device_type == XFRAME_I_DEVICE) { in read_eeprom()
5632 if (sp->device_type == XFRAME_I_DEVICE) { in write_eeprom()
[all …]
H A Ds2io.h955 #define XFRAME_I_DEVICE 1 macro