| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_sysfs.c | 53 unsigned short subsystem_device_id; in board_id_show() local 56 subsystem_device_id = us_ibdev->pdev->subsystem_device; in board_id_show() 59 return sysfs_emit(buf, "%u\n", subsystem_device_id); in board_id_show()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 233 u16 subsystem_device_id; member
|
| H A D | netdev.c | 2747 hw->subsystem_device_id = pdev->subsystem_device; in igbvf_probe()
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 74 type_mask = (u16)(wx->subsystem_device_id & NGBE_OEM_MASK); in ngbe_init_type_code() 75 ncsi_mask = wx->subsystem_device_id & WX_NCSI_MASK; in ngbe_init_type_code() 76 wol_mask = wx->subsystem_device_id & WX_WOL_MASK; in ngbe_init_type_code()
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_main.c | 270 if (!(((wx->subsystem_device_id & WX_NCSI_MASK) == WX_NCSI_SUP) || in txgbe_disable_device() 271 ((wx->subsystem_device_id & WX_WOL_MASK) == WX_WOL_SUP))) { in txgbe_disable_device() 339 u8 device_type = wx->subsystem_device_id & 0xF0; in txgbe_init_type_code()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 116 u16 subsystem_device_id; member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 205 u16 subsystem_device_id; member
|
| H A D | igc_main.c | 7172 hw->subsystem_device_id = pdev->subsystem_device; in igc_probe()
|
| /linux/rust/kernel/ |
| H A D | pci.rs | 412 pub fn subsystem_device_id(&self) -> u16 { in subsystem_device_id() 410 pub fn subsystem_device_id(&self) -> u16 { subsystem_device_id() method
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 538 u16 subsystem_device_id; member
|
| H A D | e1000_i210.c | 418 *data = hw->subsystem_device_id; in igb_read_invm_i210()
|
| H A D | igb_main.c | 3280 hw->subsystem_device_id = pdev->subsystem_device; in igb_probe()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_type.h | 655 u16 subsystem_device_id; member
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 1316 if (!(((wx->subsystem_device_id & WX_NCSI_MASK) == WX_NCSI_SUP) || in wx_disable_rx() 1317 ((wx->subsystem_device_id & WX_WOL_MASK) == WX_WOL_SUP))) { in wx_disable_rx() 2493 wx->subsystem_device_id = pdev->subsystem_device; in wx_sw_init() 2501 wx->subsystem_device_id = swab16((u16)ssid); in wx_sw_init()
|
| H A D | wx_type.h | 1318 u16 subsystem_device_id; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 528 u16 subsystem_device_id; member
|
| H A D | i40e_main.c | 15512 hw->subsystem_device_id = pf->pdev->subsystem_device ? in i40e_set_subsystem_device_id() 15713 hw->subsystem_device_id); in i40e_probe()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 7532 u32 subsystem_vendor_id, subsystem_device_id; in hpsa_lookup_board_id() local 7535 subsystem_device_id = pdev->subsystem_device; in hpsa_lookup_board_id() 7536 *board_id = ((subsystem_device_id << 16) & 0xffff0000) | in hpsa_lookup_board_id()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 5227 hw->subsystem_device_id = pdev->subsystem_device; in ice_probe()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 6890 hw->subsystem_device_id = pdev->subsystem_device; in ixgbe_sw_init()
|