Searched refs:dev_num (Results 76 - 90 of 90) sorted by relevance

1234

/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c907 ln->dev_num &= ~0xFFFF;
908 ln->dev_num |= vnpi;
H A Dcsio_hw.c60 static int dev_num; variable
4403 hw->dev_num = dev_num;
4404 dev_num++;
H A Dcsio_init.c622 ln->dev_num = (shost->host_no << 16);
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h688 u8 dev_num; member in struct:atto_hba_get_adapter_info::__anon432
H A Desas2r_ioctl.c785 gai->pci.dev_num = PCI_SLOT(a->pcid->devfn);
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c444 *can_ch_id = le32_to_cpu(pdn->dev_num);
/linux-master/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c167 if ((map[i].dev_num == dev) && (map[i].direction == dir))
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h465 u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num);
H A Di40e_common.c4653 * @dev_num: PHY port num that address we want
4657 u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num) argument
4662 return (u8)(reg_val >> ((dev_num + 1) * 5)) & 0x1f;
/linux-master/fs/f2fs/
H A Dfile.c3032 if (!f2fs_is_multi_device(sbi) || sbi->s_ndevs - 1 <= range.dev_num ||
3035 range.dev_num, sbi->s_ndevs, SEGS_PER_SEC(sbi));
3043 if (range.dev_num != 0)
3044 dev_start_segno = GET_SEGNO(sbi, FDEV(range.dev_num).start_blk);
3045 dev_end_segno = GET_SEGNO(sbi, FDEV(range.dev_num).end_blk);
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c129 static bool hmm_is_coherent_type(int dev_num) argument
131 return (dev_num >= HMM_COHERENCE_DEVICE_ONE);
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c715 __le32 dev_num; member in struct:prestera_msg_flood_domain_port::__anon732::__anon733
2501 req->ports[i].dev_num = __cpu_to_le32(port->dev_id);
/linux-master/sound/soc/codecs/
H A Dwsa881x.c1076 if (status == SDW_SLAVE_ATTACHED && slave->dev_num > 0)
H A Dwsa883x.c1051 if (status == SDW_SLAVE_ATTACHED && slave->dev_num > 0)
/linux-master/drivers/soundwire/
H A Dstream.c609 slave->dev_num);

Completed in 242 milliseconds

1234