Home
last modified time | relevance | path

Searched defs:sdev_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c355 u16 sdev_id; in mlx5_check_dev_ids() local
/openbmc/qemu/hw/scsi/
H A Dmegasas.c1265 uint16_t sdev_id = ((sdev->id & 0xFF) << 8) | (lun & 0xFF); in megasas_ld_get_info_submit() local
1382 uint16_t sdev_id = ((sdev->id & 0xFF) << 8) | (sdev->lun & 0xFF); in megasas_dcmd_cfg_read() local
/openbmc/linux/include/scsi/
H A Dscsi_device.h528 static inline unsigned int sdev_id(struct scsi_device *sdev) in sdev_id() function