| /Linux-v5.15/drivers/infiniband/hw/usnic/ |
| D | usnic_ib_sysfs.c | 54 unsigned short subsystem_device_id; in board_id_show() local 57 subsystem_device_id = us_ibdev->pdev->subsystem_device; in board_id_show() 60 return sysfs_emit(buf, "%u\n", subsystem_device_id); in board_id_show()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igbvf/ |
| D | vf.h | 233 u16 subsystem_device_id; member
|
| D | netdev.c | 2739 hw->subsystem_device_id = pdev->subsystem_device; in igbvf_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ |
| D | vf.h | 113 u16 subsystem_device_id; member
|
| D | ixgbevf_main.c | 3023 hw->subsystem_device_id = pdev->subsystem_device; in ixgbevf_sw_init()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igc/ |
| D | igc_hw.h | 209 u16 subsystem_device_id; member
|
| D | igc_main.c | 6308 hw->subsystem_device_id = pdev->subsystem_device; in igc_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
| D | iavf_type.h | 180 u16 subsystem_device_id; member
|
| D | iavf_main.c | 3796 hw->subsystem_device_id = pdev->subsystem_device; in iavf_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ |
| D | e1000_hw.h | 538 u16 subsystem_device_id; member
|
| D | e1000_i210.c | 418 *data = hw->subsystem_device_id; in igb_read_invm_i210()
|
| D | igb_main.c | 3235 hw->subsystem_device_id = pdev->subsystem_device; in igb_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_type.h | 655 u16 subsystem_device_id; member
|
| D | fm10k_pci.c | 1988 hw->subsystem_device_id = pdev->subsystem_device; in fm10k_sw_init()
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_fw.h | 310 uint16_t subsystem_device_id; member 2072 __le16 subsystem_device_id; member
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_type.h | 781 u16 subsystem_device_id; member
|
| D | ice_main.c | 4257 hw->subsystem_device_id = pdev->subsystem_device; in ice_probe()
|
| /Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
| D | i40e_type.h | 541 u16 subsystem_device_id; member
|
| D | i40e_ptp.c | 184 hw->subsystem_device_id == I40E_SUBDEV_ID_25G_PTP_PIN; in i40e_is_ptp_pin_dev()
|
| D | i40e_main.c | 15198 hw->subsystem_device_id = pdev->subsystem_device ? in i40e_set_subsystem_device_id() 15402 hw->subsystem_vendor_id, hw->subsystem_device_id); in i40e_probe()
|
| /Linux-v5.15/include/acpi/ |
| D | actbl2.h | 1301 u16 subsystem_device_id; member
|
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_type.h | 3640 u16 subsystem_device_id; member
|
| D | ixgbe_ethtool.c | 2261 hw->subsystem_device_id)) { in ixgbe_wol_exclusion()
|
| /Linux-v5.15/drivers/scsi/ |
| D | hpsa.c | 7544 u32 subsystem_vendor_id, subsystem_device_id; in hpsa_lookup_board_id() local 7547 subsystem_device_id = pdev->subsystem_device; in hpsa_lookup_board_id() 7548 *board_id = ((subsystem_device_id << 16) & 0xffff0000) | in hpsa_lookup_board_id()
|
| /Linux-v5.15/drivers/acpi/nfit/ |
| D | core.c | 1522 return sprintf(buf, "0x%04x\n", be16_to_cpu(dcr->subsystem_device_id)); in subsystem_device_show()
|