Searched refs:device_id (Results 26 - 50 of 192) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_share.h529 extern TW_INT32 tw_cl_ctlr_supported(TW_INT32 vendor_id, TW_INT32 device_id);
540 TW_INT32 device_id, TW_INT32 max_simult_reqs, TW_INT32 max_aens,
547 extern TW_INT32 tw_cl_get_pci_bar_info(TW_INT32 device_id, TW_INT32 bar_type,
553 TW_UINT32 flags, TW_INT32 device_id, TW_INT32 max_simult_reqs,
H A Dtw_cl_io.c181 if ((ctlr->device_id == TW_CL_DEVICE_ID_9K_E) ||
182 (ctlr->device_id == TW_CL_DEVICE_ID_9K_SA))
221 if ((ctlr->device_id == TW_CL_DEVICE_ID_9K_E) ||
222 (ctlr->device_id == TW_CL_DEVICE_ID_9K_SA)) {
325 if (ctlr->device_id == TW_CL_DEVICE_ID_9K_SA)
1192 if ((ctlr->device_id == TW_CL_DEVICE_ID_9K_X) ||
1193 (ctlr->device_id == TW_CL_DEVICE_ID_9K_E) ||
1194 (ctlr->device_id == TW_CL_DEVICE_ID_9K_SA)) {
H A Dtw_cl_misc.c284 if (ctlr->device_id == TW_CL_DEVICE_ID_9K) {
741 if (((ctlr->device_id != TW_CL_DEVICE_ID_9K_E) &&
742 (ctlr->device_id != TW_CL_DEVICE_ID_9K_SA)) ||
795 if (((ctlr->device_id != TW_CL_DEVICE_ID_9K_E) &&
796 (ctlr->device_id != TW_CL_DEVICE_ID_9K_SA)) ||
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_patrol.c170 if (mfi_pd_get_info(fd, list->addr[i].device_id, &info,
174 list->addr[i].device_id);
182 list->addr[i].device_id,
H A Dmfiutil.h153 int mfi_lookup_drive(int fd, char *drive, uint16_t *device_id);
162 int mfi_pd_get_info(int fd, uint16_t device_id, struct mfi_pd_info *info,
167 const char *mfi_drive_name(struct mfi_pd_info *pinfo, uint16_t device_id,
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_info.c130 unsigned short device_id; local
163 device_id = *((u16 *)((unsigned char *)pci_cfg +
166 xge_print_hwstats(hw_stats,device_id);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c357 u32 device_id; local
393 &device_id);
395 if (!device_id)
397 iowrite32((u32)(device_id & 0x0f0f),
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_smi.h119 __be16 device_id; member in struct:opa_node_info
H A Dib_smi.h133 __be16 device_id; member in struct:ib_node_info
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend.h123 * device_id is the T10 device identifier returned in the SCSI INQUIRY VPD
159 uint8_t device_id[CTL_DEVID_LEN];/* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_ramdisk.c1092 strncpy((char *)cbe_lun->device_id, tmpstr,
1093 MIN(sizeof(cbe_lun->device_id), sizeof(tmpstr)));
1096 strncpy((char *)params->device_id, tmpstr,
1097 MIN(sizeof(params->device_id), sizeof(tmpstr)));
1099 strncpy((char *)cbe_lun->device_id, params->device_id,
1100 MIN(sizeof(cbe_lun->device_id),
1101 sizeof(params->device_id)));
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c181 if (msg.device_id == NULL) {
190 if (p2p_group_go_discover(p2p->groups[g], msg.device_id, sa,
/freebsd-11-stable/sys/dev/fb/
H A Ds3_pci.c440 u_int32_t vendor, class, subclass, device_id; local
442 device_id = pci_get_devid(dev);
443 vendor = device_id & 0xffff;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c87 uint16_t device_id; member in struct:__anon3666
491 if (ntohs(gi->hw_info.device_id) != 0x1b3)
492 IBEXIT("device id 0x%x does not support mirroring", ntohs(gi->hw_info.device_id));
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim.h80 uint8_t device_id; member in struct:sim_chip
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.h445 U32 device_id
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie_axi_reg.h601 struct al_pcie_revx_axi_device_id device_id; /* [0x16c] */ member in struct:al_pcie_revx_axi_regs
625 struct al_pcie_revx_axi_device_id device_id; /* [0x16c] */ member in struct:al_pcie_rev1_axi_regs
651 struct al_pcie_revx_axi_device_id device_id; /* [0x16c] */ member in struct:al_pcie_rev2_axi_regs
677 struct al_pcie_revx_axi_device_id device_id; /* [0x16c] */ member in struct:al_pcie_rev3_axi_regs
/freebsd-11-stable/sys/dev/tws/
H A Dtws.h222 u_int32_t device_id; /* device id */ member in struct:tws_softc
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h115 uint8_t *device_id; member in struct:cam_ed
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.h95 uint16_t *device_id, uint32_t *sector_size, uint32_t *nvram_size,
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c968 if (path->device->device_id != NULL) {
969 free(path->device->device_id, M_CAMXPT);
970 path->device->device_id = NULL;
987 path->device->device_id =
989 if (path->device->device_id != NULL) {
992 path->device->device_id, 8);
994 path->device->device_id + 8, 8);
995 ata_bswap(path->device->device_id + 8, 8);
1307 if (path->device->device_id != NULL) {
1308 free(path->device->device_id, M_CAMXP
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_node_record.c256 p_node->node_info.device_id != p_rcvd_rec->node_info.device_id)
/freebsd-11-stable/sys/dev/usb/controller/
H A Duhci_pci.c101 uint32_t device_id = pci_get_devid(self); local
103 switch (device_id) {
H A Dohci_pci.c120 uint32_t device_id = pci_get_devid(self); local
122 switch (device_id) {
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c89 switch (hw->device_id) {
443 switch (hw->device_id) {
757 switch (hw->device_id) {
894 if (hw->device_id == IXGBE_DEV_ID_X550EM_A_SGMII ||
895 hw->device_id == IXGBE_DEV_ID_X550EM_A_SGMII_L) {
918 switch (hw->device_id) {
964 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_1G_T) {
1604 switch (hw->device_id) {
1930 if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_SFP_N) ||
1931 (hw->device_id
[all...]

Completed in 258 milliseconds

12345678