Home
last modified time | relevance | path

Searched refs:OID (Results 1 – 22 of 22) sorted by relevance

/linux-3.4.99/drivers/usb/gadget/
Drndis.c163 static int gen_ndis_query_resp(int configNr, u32 OID, u8 *buf, in gen_ndis_query_resp() argument
181 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp()
198 switch (OID) { in gen_ndis_query_resp()
482 __func__, OID); in gen_ndis_query_resp()
493 static int gen_ndis_set_resp(u8 configNr, u32 OID, u8 *buf, u32 buf_len, in gen_ndis_set_resp() argument
507 pr_debug("set OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_set_resp()
518 switch (OID) { in gen_ndis_set_resp()
556 __func__, OID, buf_len); in gen_ndis_set_resp()
627 if (gen_ndis_query_resp(configNr, le32_to_cpu(buf->OID), in rndis_query_response()
674 if (gen_ndis_set_resp(configNr, le32_to_cpu(buf->OID), in rndis_set_response()
Drndis.h109 __le32 OID; member
130 __le32 OID; member
/linux-3.4.99/net/netfilter/
Dnf_conntrack_h323_types.c51 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
264 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
839 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
904 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
930 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
964 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
990 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1026 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1067 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1132 {FNAME("type") OID, BYTE, 0, 0, SKIP, 0, NULL},
[all …]
Dnf_conntrack_h323_asn1.c43 #define OID 2 macro
/linux-3.4.99/drivers/scsi/
Daha152x.h125 #define OID 0x70 macro
Daic7xxx_old.c9351 temp_p->scsi_id = aic_inb(temp_p, SCSIID_ULTRA2) & OID; in aic7xxx_detect()
9353 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID; in aic7xxx_detect()
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h129 #define OID 0x0f macro
Daic7xxx.reg177 mask OID 0x0f /* Our ID mask */
334 mask OID 0x0f /* Our ID mask */
Daic7xxx.seq174 and SCSIID_ULTRA2, OID; /* Clear old target */
178 and SCSIID, OID; /* Clear old target */
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped383 { "OID", 0x0f, 0x0f },
Daic7xxx.h72 ((scsiid) & OID)
Daic7xxx.seq213 and A, OID, TARGIDIN;
215 and A, OID, SCSIID_ULTRA2;
217 and A, OID, SCSIID;
341 and A, OID, SCSIID_ULTRA2;
343 and A, OID, SCSIID;
379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
Daic7xxx.reg202 mask OID 0x0f /* Our ID mask */
382 mask OID 0x0f /* Our ID mask */
1175 mask OID 0x0f
Daic79xx.h74 ((scsiid) & OID)
Daic7xxx_pci.c796 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config()
798 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
Daic79xx_reg_print.c_shipped735 { "OID", 0x0f, 0x0f },
Daic7xxx_reg.h_shipped770 #define OID 0x0f
Daic7xxx_core.c2786 our_id = ahc_inb(ahc, TARGIDIN) & OID; in ahc_fetch_devinfo()
2788 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_fetch_devinfo()
2790 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo()
7786 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
Daic79xx_reg.h_shipped2575 #define OID 0x0f
Daic79xx_core.c4321 our_id = ahd_inb(ahd, TARGIDIN) & OID; in ahd_fetch_devinfo()
10652 scsiid_mask = 0x1 << (scsiid & OID); in ahd_update_scsiid()
Daic79xx.reg4131 field OID 0x0F
Daic79xx.seq647 and A, OID, IOWNID;