Searched refs:device_id (Results 51 - 75 of 192) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c712 hw->device_id = pci_get_device(dev);
1209 if (hw->device_id == IXGBE_DEV_ID_82598AT) {
1823 switch (hw->device_id) {
1887 if ((hw->device_id != IXGBE_DEV_ID_82599_SFP_SF_QP) &&
1893 if ((hw->device_id == IXGBE_DEV_ID_82599_SFP_SF_QP) &&
2538 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_10G_T) {
2549 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_10G_T) {
2698 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_10G_T &&
3752 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_SFP ||
3753 hw->device_id
[all...]
H A Dixgbe_82598.c372 switch (hw->device_id) {
609 if (hw->device_id != IXGBE_DEV_ID_82598AT2)
714 if ((hw->device_id == IXGBE_DEV_ID_82598AT2) && (*link_up == TRUE) &&
1302 switch (hw->device_id) {
/freebsd-11-stable/sys/dev/iicbus/
H A Dadt746x.c103 int device_id; member in struct:adt746x_softc
280 sc->device_id = did;
284 if (sc->device_id == ADT7460_DEV_ID)
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82540.c166 switch (hw->device_id) {
388 if ((hw->device_id == E1000_DEV_ID_82546GB_QUAD_COPPER) ||
389 (hw->device_id == E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3)) {
H A De1000_vf.h275 u16 device_id; member in struct:e1000_hw
H A Dif_lem.h475 unsigned int device_id; member in struct:_em_vendor_info_t
H A De1000_ich8lan.c1268 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1269 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V) ||
1270 (hw->device_id == E1000_DEV_ID_PCH_I218_LM2) ||
1271 (hw->device_id == E1000_DEV_ID_PCH_I218_V2) ||
1414 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_LM) ||
1415 (hw->device_id == E1000_DEV_ID_PCH_LPT_I217_V) ||
1416 (hw->device_id == E1000_DEV_ID_PCH_I218_LM2) ||
1417 (hw->device_id == E1000_DEV_ID_PCH_I218_V2) ||
1702 if ((hw->device_id == E1000_DEV_ID_PCH_LPTLP_I218_LM) ||
1703 (hw->device_id
5649 u16 phy_reg, device_id = hw->device_id; local
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c431 bcm2835_mbox_set_power_state(uint32_t device_id, boolean_t on) argument
442 msg.body.req.device_id = device_id;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c333 uint16_t device_id; local
335 device_id = ha->device_id;
337 if (device_id == QLOGIC_PCI_DEVICE_ID_8090)
346 uint16_t device_id; local
348 device_id = ha->device_id;
351 if ((device_id == QLOGIC_PCI_DEVICE_ID_1634) ||
352 (device_id == QLOGIC_PCI_DEVICE_ID_1644) ||
353 (device_id
369 uint16_t device_id; local
2368 uint16_t device_id; local
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci_pci.c105 uint32_t device_id = pci_get_devid(self); local
107 switch (device_id) {
H A Dxhci_pci.c95 uint32_t device_id = pci_get_devid(self); local
97 switch (device_id) {
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_edma.h179 uint32_t device_id; member in struct:edma_softc
/freebsd-11-stable/sys/dev/iir/
H A Diir_ctrl.c245 p->device_id = gdt->sc_device;
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.h395 U32 device_id
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl.h131 TW_UINT32 device_id; /* controller device id */ member in struct:tw_cli_ctlr_context
H A Dtw_osl.h132 TW_INT32 device_id; member in struct:twa_softc
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h218 uint16_t device_id; member in struct:hdac_softc::__anon11681
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h240 unsigned int device_id; member in struct:_ixgb_vendor_info_t
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_syspd.c107 sc->pd_id = pd_info->ref.v.device_id;
H A Dmfi_tbolt.c844 uint32_t start_lba_lo = 0, start_lba_hi = 0, device_id; local
848 device_id = mfi_cmd->cm_frame->io.header.target_id;
850 io_request->RaidContext.TargetID = device_id;
861 io_info.ldTgtId = device_id;
869 io_request->DevHandle = device_id;
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_parse.c61 msg->device_id = data;
63 MAC2STR(msg->device_id));
886 if (msg.device_id)
887 return msg.device_id;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.h189 u32 device_id; member in struct:mthca_adapter
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h971 printf("[WARN]:[%u:%u.%u][CPU %d][%s][%d]:"fmt,softs->bus_id,softs->device_id,softs->func_id,curcpu,__func__,__LINE__,##args);\
978 printf("[ERROR]::[%u:%u.%u][CPU %d][%s][%d]:"fmt,softs->bus_id,softs->device_id,softs->func_id,curcpu,__func__,__LINE__,##args); \
991 printf("[ERROR]::[%u:%u.%u][%u,%u,%u][CPU %d][%s][%d]:"fmt, softs->bus_id, softs->device_id, softs->func_id, device->bus, device->target, device->lun,curcpu,__func__,__LINE__,##args); \
998 printf("[WARN]:[%u:%u.%u][%u,%u,%u][CPU %d][%s][%d]:"fmt, softs->bus_id, softs->device_id, softs->func_id, device->bus, device->target, device->lun,curcpu,__func__,__LINE__,##args);\
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c125 char *device_id; member in struct:cctl_lun
244 } else if (strcmp(name, "device_id") == 0) {
245 cur_lun->device_id = str;
632 lun_set_device_id(cl, lun->device_id);
698 strncpy(req.reqdata.create.device_id, lun->l_device_id,
699 sizeof(req.reqdata.create.device_id));
/freebsd-11-stable/sys/dev/sym/
H A Dsym_defs.h91 u_short device_id; member in struct:sym_pci_chip
178 u_short device_id; /* PCI device id */ member in struct:Symbios_nvram::Symbios_host

Completed in 344 milliseconds

12345678