Searched refs:did (Results 26 - 50 of 77) sorted by relevance

1234

/drivers/rapidio/
H A Drio-sysfs.c31 rio_config_attr(did, "0x%04x\n");
88 __ATTR_RO(did),
H A Drio.c958 * rio_get_asm - Begin or continue searching for a RIO device by vid/did/asm_vid/asm_did
960 * @did: RIO did to match or %RIO_ANY_ID to match all dids
966 * found with a matching @vid, @did, @asm_vid, @asm_did, the reference
974 struct rio_dev *rio_get_asm(u16 vid, u16 did, argument
987 (did == RIO_ANY_ID || rdev->did == did) &&
1002 * rio_get_device - Begin or continue searching for a RIO device by vid/did
1004 * @did
1015 rio_get_device(u16 vid, u16 did, struct rio_dev *from) argument
[all...]
/drivers/video/
H A Doffb.c359 const u32 *vid, *did; local
361 did = of_get_property(pciparent, "device-id", NULL);
363 if (vid && did && *vid == 0x1002 &&
364 ((*did >= 0x7100 && *did < 0x7800) ||
365 (*did >= 0x9400))) {
/drivers/scsi/lpfc/
H A Dlpfc_ct.c364 /* Issue GEN REQ IOCB for NPORT <did> */
420 lpfc_find_vport_by_did(struct lpfc_hba *phba, uint32_t did) { argument
426 if ((vport_curr->fc_myDID) && (vport_curr->fc_myDID == did)) {
490 "did:x%x flg:x%x x%x",
507 "did:x%x flg:x%x cnt:%d",
527 "did:x%x flg:x%x cnt:%d",
555 "did:x%x flg:x%x cnt:%d",
751 int did, rc, retry; local
755 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId;
756 did
[all...]
H A Dlpfc_hbadisc.c90 "rport terminate: sid:x%x did:x%x flg:x%x",
123 "rport devlosscb: sid:x%x did:x%x flg:x%x",
202 "rport devlosstmo:did:x%x type:x%x id:x%x",
1596 * If user did not specify any addressing mode, or if the
3803 "rport add: did:x%x flg:x%x type x%x",
3844 "rport delete: did:x%x flg:x%x type x%x",
3988 "node statechg did:x%x old:%d ste:%d",
4051 * @did: FC_ID of the node.
4063 uint32_t did)
4070 ndlp->nlp_DID = did;
4062 lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
4087 uint32_t did; local
4605 lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
4651 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
4678 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
4691 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) argument
5462 lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
[all...]
H A Dlpfc_mbox.c626 * @did: remote port identifier.
638 lpfc_unreg_did(struct lpfc_hba * phba, uint16_t vpi, uint32_t did, argument
646 mb->un.varUnregDID.did = did;
712 * @did: remote port identifier.
733 lpfc_reg_rpi(struct lpfc_hba *phba, uint16_t vpi, uint32_t did, argument
747 mb->un.varRegLogin.did = did;
759 "rpi x%x\n", vpi, did, rpi);
/drivers/staging/wlan-ng/
H A Dp80211netdev.c666 mibattr->did = DIDmsg_dot11req_mibset_mibattribute;
670 macaddr->did = DIDmib_dot11mac_dot11OperationTable_dot11MACAddress;
677 resultcode->did = DIDmsg_dot11req_mibset_resultcode;
/drivers/input/gameport/
H A Dns558.c197 static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
/drivers/iommu/
H A Ddmar.c848 void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, u8 fm, argument
853 desc.low = QI_CC_FM(fm) | QI_CC_SID(sid) | QI_CC_DID(did)
860 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, argument
874 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw)
H A Dintel-iommu.c1003 u16 did, u16 source_id, u8 function_mask,
1014 val = DMA_CCMD_DOMAIN_INVL|DMA_CCMD_DID(did);
1017 val = DMA_CCMD_DEVICE_INVL|DMA_CCMD_DID(did)
1036 static void __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did, argument
1049 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did);
1052 val = DMA_TLB_PSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did);
1163 static void iommu_flush_iotlb_psi(struct intel_iommu *iommu, u16 did, argument
1178 iommu->flush.flush_iotlb(iommu, did, 0, 0,
1181 iommu->flush.flush_iotlb(iommu, did, addr, mask,
1189 iommu_flush_dev_iotlb(iommu->domains[did], add
1002 __iommu_flush_context(struct intel_iommu *iommu, u16 did, u16 source_id, u8 function_mask, u64 type) argument
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c704 u32 sid, did; local
774 did = rport->port_id;
775 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_DD_UNSOL_CMD, did, sid,
843 u32 sid, did; local
897 did = rport->port_id;
899 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_BA_ABTS, did, sid,
H A Dbnx2fc.h530 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
/drivers/media/video/
H A Dak881x.c255 const struct i2c_device_id *did)
254 ak881x_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dimx074.c409 const struct i2c_device_id *did)
408 imx074_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dmt9m001.c642 const struct i2c_device_id *did)
641 mt9m001_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dmt9t001.c716 const struct i2c_device_id *did)
715 mt9t001_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dmt9v032.c664 const struct i2c_device_id *did)
663 mt9v032_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dov9640.c672 const struct i2c_device_id *did)
671 ov9640_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
H A Dtcm825x.c851 const struct i2c_device_id *did)
850 tcm825x_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h170 u16 did; member in struct:shared_phy_params
/drivers/rapidio/switches/
H A Didt_gen2.c279 tmp = (rdev->did == RIO_DID_IDTCPS1848) ? 48 : 16;
/drivers/target/tcm_fc/
H A Dtfc_io.c171 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid,
/drivers/scsi/fcoe/
H A Dfcoe.c120 u32 did, struct fc_frame *,
2548 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, argument
2565 return fc_elsct_send(lport, did, fp, op, fcoe_flogi_resp,
2571 return fc_elsct_send(lport, did, fp, op, fcoe_logo_resp,
2574 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout);
/drivers/cpufreq/
H A Dpowernow-k8.c655 static u32 freq_from_fid_did(u32 fid, u32 did) argument
660 mhz = (100 * (fid + 0x10)) >> did;
662 mhz = (100 * (fid + 8)) >> did;
/drivers/scsi/fnic/
H A Dfnic_scsi.c1344 /* fw did not complete abort, timed out */
1798 void fnic_exch_mgr_reset(struct fc_lport *lp, u32 sid, u32 did) argument
1806 if (did) {
1807 fnic_rport_exch_reset(fnic, did);
1812 * sid = 0, did = 0
1822 fc_exch_mgr_reset(lp, sid, did);

Completed in 9610 milliseconds

1234