Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.c116 (dev_type == XFRAME_I_DEVICE) ? \
1319 if ((nic->device_type == XFRAME_I_DEVICE) && (nic->pdev->revision < 4)) in init_nic()
2301 (nic->device_type == XFRAME_I_DEVICE)) { in start_nic()
3380 return XFRAME_I_DEVICE; in check_pci_device_id()
3489 (sp->device_type == XFRAME_I_DEVICE)) { in s2io_reset()
3678 if (nic->device_type == XFRAME_I_DEVICE) in restore_xmsi_data()
3699 if (nic->device_type == XFRAME_I_DEVICE) in store_xmsi_data()
5424 if ((sp->device_type == XFRAME_I_DEVICE) && ((subid & 0xFF) < 0x07)) { in s2io_ethtool_set_led()
5558 if (sp->device_type == XFRAME_I_DEVICE) { in read_eeprom()
5624 if (sp->device_type == XFRAME_I_DEVICE) { in write_eeprom()
[all …]
H A Ds2io.h956 #define XFRAME_I_DEVICE 1 macro