Searched refs:oid (Results 1 - 25 of 29) sorted by relevance

12

/drivers/xen/
H A Dtmem.c80 u64 oid[3]; member in struct:tmem_oid
91 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid, argument
99 op.u.gen.oid[0] = oid.oid[0];
100 op.u.gen.oid[1] = oid.oid[1];
101 op.u.gen.oid[2] = oid
131 xen_tmem_put_page(u32 pool_id, struct tmem_oid oid, u32 index, unsigned long pfn) argument
140 xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, u32 index, unsigned long pfn) argument
149 xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) argument
155 xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) argument
164 struct tmem_oid oid = { { 0 } }; local
175 struct tmem_oid oid = *(struct tmem_oid *)&key; local
190 struct tmem_oid oid = *(struct tmem_oid *)&key; local
210 struct tmem_oid oid = *(struct tmem_oid *)&key; local
221 struct tmem_oid oid = *(struct tmem_oid *)&key; local
279 struct tmem_oid oid = { .oid = { 0 } }; local
[all...]
/drivers/net/wireless/prism54/
H A Doid_mgt.h53 enum oid_num_t mgt_oidtonum(u32 oid);
H A Dislpci_mgt.c70 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) argument
76 h->oid = cpu_to_be32(oid);
90 le32_to_cpus(&h->oid);
93 be32_to_cpus(&h->oid);
96 if (h->oid != OID_INL_TUNNEL)
156 * Create and transmit a management frame using "operation" and "oid",
163 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, argument
196 pimfor_encode_header(operation, oid, length, (pimfor_header_t *) p);
208 "PIMFOR: op %i, oid
442 islpci_mgt_transaction(struct net_device *ndev, int operation, unsigned long oid, void *senddata, int sendlen, struct islpci_mgmtframe **recvframe) argument
[all...]
H A Doid_mgt.c48 #define OID_STRUCT(name,oid,s,t) [name] = {oid, 0, sizeof(s), t}
49 #define OID_STRUCT_C(name,oid,s,t) OID_STRUCT(name,oid,s,t | OID_FLAG_CACHED)
50 #define OID_U32(name,oid) OID_STRUCT(name,oid,u32,OID_TYPE_U32)
51 #define OID_U32_C(name,oid) OID_STRUCT_C(name,oid,u32,OID_TYPE_U32)
52 #define OID_STRUCT_MLME(name,oid) OID_STRUCT(name,oid,struc
425 u32 oid; local
486 u32 oid; local
525 u32 oid; local
601 u32 oid = t->oid; local
777 mgt_oidtonum(u32 oid) argument
[all...]
H A Dislpci_mgt.h99 u32 oid; member in struct:__anon4642
128 int operation, unsigned long oid,
H A Disl_ioctl.c1768 u32 oid = uwrq[0], u = uwrq[1]; local
1770 return mgt_set_request(netdev_priv(ndev), oid, 0, &u);
1777 u32 oid = dwrq->flags; local
1779 return mgt_set_request(netdev_priv(ndev), oid, 0, extra);
2026 /* Translate a TRAP oid into a wireless event. Called in islpci_mgt_receive. */
2216 prism54_process_bss_data(islpci_private *priv, u32 oid, u8 *addr, argument
2244 handle_request(islpci_private *priv, struct obj_mlme *mlme, enum oid_num_t oid) argument
2254 mgt_set_request(priv, oid, 0, mlme);
2259 prism54_process_trap_helper(islpci_private *priv, enum oid_num_t oid, argument
2279 if (oid >
2665 enum oid_num_t oid = OID_INL_CONFIG; local
[all...]
H A Disl_oid.h487 enum oid_num_t oid; member in struct:oid_t
488 short range; /* to define a range of oid */
/drivers/staging/rtl8188eu/include/
H A Drtw_ioctl.h88 NDIS_OID oid; member in struct:oid_par_priv
111 int drv_query_info(struct net_device *miniportadaptercontext, NDIS_OID oid,
116 NDIS_OID oid, void *informationbuffer,
/drivers/staging/rtl8712/
H A Drtl871x_ioctl.h60 uint oid; member in struct:oid_par_priv
H A Drtl871x_mp_ioctl.h345 unsigned int oid; member in struct:mp_ioctl_handler
H A Drtl871x_ioctl_linux.c1942 if (phandler->oid == 0 && phandler->handler)
1946 oid_par.oid = phandler->oid;
1964 netdev_info(dev, "r8712u: %s: err!, subcode=%d, oid=%d, handler=%p\n",
1965 __func__, poidparam->subcode, phandler->oid,
/drivers/net/wireless/libertas/
H A Dcmd.h104 int lbs_set_snmp_mib(struct lbs_private *priv, u32 oid, u16 val);
106 int lbs_get_snmp_mib(struct lbs_private *priv, u32 oid, u16 *out_val);
H A Dcmd.c431 * @oid: The OID to set in the firmware
436 int lbs_set_snmp_mib(struct lbs_private *priv, u32 oid, u16 val) argument
446 cmd.oid = cpu_to_le16((u16) oid);
448 switch (oid) {
462 lbs_deb_cmd("SNMP_CMD: (set) unhandled OID 0x%x\n", oid);
467 lbs_deb_cmd("SNMP_CMD: (set) oid 0x%x, oid size 0x%x, value 0x%x\n",
468 le16_to_cpu(cmd.oid), le16_to_cpu(cmd.bufsize), val);
481 * @oid
486 lbs_get_snmp_mib(struct lbs_private *priv, u32 oid, u16 *out_val) argument
[all...]
H A Dhost.h558 __le16 oid; member in struct:cmd_ds_802_11_snmp_mib
/drivers/staging/lustre/lustre/obdclass/
H A Dllog_swab.c70 void lustre_swab_ost_id(struct ost_id *oid) argument
72 if (fid_seq_is_mdt0(oid->oi.oi_seq)) {
73 __swab64s(&oid->oi.oi_id);
74 __swab64s(&oid->oi.oi_seq);
76 lustre_swab_lu_fid(&oid->oi_fid);
/drivers/net/usb/
H A Drndis_host.c226 * Performs a query for @oid along with 0 or more bytes of payload as
240 void *buf, u32 oid, u32 in_len,
257 u.get->oid = cpu_to_le32(oid);
264 oid, retval);
284 oid, off, len);
437 u.set->oid = cpu_to_le32(RNDIS_OID_GEN_CURRENT_PACKET_FILTER);
239 rndis_query(struct usbnet *dev, struct usb_interface *intf, void *buf, u32 oid, u32 in_len, void **reply, int *reply_len) argument
/drivers/nfc/
H A Dnfcwilink.c64 __u8 oid; member in struct:nci_vs_nfcc_info_cmd
70 __u8 oid; member in struct:nci_vs_nfcc_info_rsp
131 (rsp->oid == NCI_VS_NFCC_INFO_RSP_OID)) {
159 cmd->oid = NCI_VS_NFCC_INFO_CMD_OID;
/drivers/staging/lustre/lustre/include/
H A Dlustre_fid.h238 static inline void lu_local_obj_fid(struct lu_fid *fid, __u32 oid) argument
241 fid->f_oid = oid;
245 static inline void lu_local_name_obj_fid(struct lu_fid *fid, __u32 oid) argument
248 fid->f_oid = oid;
/drivers/net/hyperv/
H A Drndis_filter.c292 query_req.oid == RNDIS_OID_GEN_MEDIA_CONNECT_STATUS)
465 static int rndis_filter_query_device(struct rndis_device *dev, u32 oid, argument
488 query->oid = oid;
493 if (oid == OID_GEN_RECEIVE_SCALE_CAPABILITIES) {
571 set->oid = RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER;
655 set->oid = OID_TCP_OFFLOAD_PARAMETERS;
720 set->oid = OID_GEN_RECEIVE_SCALE_PARAMETERS;
809 set->oid = RNDIS_OID_GEN_CURRENT_PACKET_FILTER;
H A Dhyperv_net.h689 u32 oid; member in struct:rndis_query_request
706 u32 oid; member in struct:rndis_set_request
991 u32 oid; member in struct:rcondis_mp_query_request
1001 u32 oid; member in struct:rcondis_mp_set_request
/drivers/net/wireless/
H A Drndis_wlan.c621 static const char *oid_to_string(u32 oid) argument
623 switch (oid) {
624 #define OID_STR(oid) case oid: return(#oid)
677 static const char *oid_to_string(u32 oid) argument
706 static int rndis_query_oid(struct usbnet *dev, u32 oid, void *data, int *len) argument
735 u.get->oid = cpu_to_le32(oid);
737 priv->current_command_oid = oid;
790 rndis_set_oid(struct usbnet *dev, u32 oid, const void *data, int len) argument
[all...]
/drivers/net/wireless/mwifiex/
H A Dsta_cmdresp.c182 u16 oid = le16_to_cpu(smib->oid); local
186 dev_dbg(priv->adapter->dev, "info: SNMP_RESP: oid value = %#x,"
188 oid, query_type, le16_to_cpu(smib->buf_size));
193 switch (oid) {
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h391 * of oid on the client side, if the FID needs to be exposed to
448 /* file with OID == 0 is not llog but contains last oid */
547 static inline __u64 fid_idif_id(__u64 seq, __u32 oid, __u32 ver) argument
549 return ((__u64)ver << 48) | ((seq & 0xffff) << 32) | oid;
619 static inline void ostid_set_id(struct ost_id *oi, __u64 oid) argument
622 if (oid >= IDIF_MAX_OID) {
624 oid, POSTID(oi));
627 oi->oi.oi_id = oid;
629 if (oid > OBIF_MAX_OID) {
631 oid, POSTI
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c1143 u32 oid; local
1150 oid = info_buf[0];
1154 if (OID_RT_INTEL_PROMISCUOUS_MODE == oid) {
/drivers/scsi/libfc/
H A Dfc_exch.c976 ep->oid = ep->did;
1175 ep->oid = orig_id;
1973 if (ep->oid != sid || oxid != ep->oxid)
1987 if (ep->sid == ep->oid)

Completed in 467 milliseconds

12