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

/drivers/net/wireless/prism54/
H A Dislpci_mgt.c71 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) argument
77 h->oid = cpu_to_be32(oid);
91 le32_to_cpus(&h->oid);
94 be32_to_cpus(&h->oid);
97 if (h->oid != OID_INL_TUNNEL)
160 * Create and transmit a management frame using "operation" and "oid",
167 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, argument
200 pimfor_encode_header(operation, oid, length, (pimfor_header_t *) p);
212 "PIMFOR: op %i, oid
449 islpci_mgt_transaction(struct net_device *ndev, int operation, unsigned long oid, void *senddata, int sendlen, struct islpci_mgmtframe **recvframe) argument
[all...]
H A Dislpci_mgt.h100 u32 oid; member in struct:__anon3693
129 int operation, unsigned long oid,
H A Doid_mgt.c49 #define OID_STRUCT(name,oid,s,t) [name] = {oid, 0, sizeof(s), t}
50 #define OID_STRUCT_C(name,oid,s,t) OID_STRUCT(name,oid,s,t | OID_FLAG_CACHED)
51 #define OID_U32(name,oid) OID_STRUCT(name,oid,u32,OID_TYPE_U32)
52 #define OID_U32_C(name,oid) OID_STRUCT_C(name,oid,u32,OID_TYPE_U32)
53 #define OID_STRUCT_MLME(name,oid) OID_STRUCT(name,oid,struc
426 u32 oid; local
487 u32 oid; local
526 u32 oid; local
602 u32 oid = t->oid; local
780 mgt_oidtonum(u32 oid) argument
[all...]
H A Disl_ioctl.c1767 u32 oid = uwrq[0], u = uwrq[1]; local
1769 return mgt_set_request(netdev_priv(ndev), oid, 0, &u);
1776 u32 oid = dwrq->flags; local
1778 return mgt_set_request(netdev_priv(ndev), oid, 0, extra);
2025 /* Translate a TRAP oid into a wireless event. Called in islpci_mgt_receive. */
2215 prism54_process_bss_data(islpci_private *priv, u32 oid, u8 *addr, argument
2243 handle_request(islpci_private *priv, struct obj_mlme *mlme, enum oid_num_t oid) argument
2253 mgt_set_request(priv, oid, 0, mlme);
2258 prism54_process_trap_helper(islpci_private *priv, enum oid_num_t oid, argument
2278 if (oid >
2664 enum oid_num_t oid = OID_INL_CONFIG; local
[all...]
H A Disl_oid.h488 enum oid_num_t oid; member in struct:oid_t
489 short range; /* to define a range of oid */
/drivers/net/usb/
H A Drndis_host.c225 * Performs a query for @oid along with 0 or more bytes of payload as
239 void *buf, __le32 oid, u32 in_len,
256 u.get->oid = oid;
263 oid, retval);
283 oid, off, len);
435 u.set->oid = OID_GEN_CURRENT_PACKET_FILTER;
238 rndis_query(struct usbnet *dev, struct usb_interface *intf, void *buf, __le32 oid, u32 in_len, void **reply, int *reply_len) argument
/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
/drivers/net/wireless/mwifiex/
H A Dsta_cmdresp.c189 u16 oid = le16_to_cpu(smib->oid); local
193 dev_dbg(priv->adapter->dev, "info: SNMP_RESP: oid value = %#x,"
195 oid, query_type, le16_to_cpu(smib->buf_size));
200 switch (oid) {
H A Dfw.h767 __le16 oid; member in struct:host_cmd_ds_802_11_snmp_mib
/drivers/nfc/
H A Dnfcwilink.c65 __u8 oid; member in struct:nci_vs_nfcc_info_cmd
71 __u8 oid; member in struct:nci_vs_nfcc_info_rsp
132 (rsp->oid == NCI_VS_NFCC_INFO_RSP_OID)) {
164 cmd->oid = NCI_VS_NFCC_INFO_CMD_OID;
/drivers/staging/zcache/
H A Dtmem.h84 * An object id ("oid") is large: 192-bits (to ensure, for example, files
89 uint64_t oid[3]; member in struct:tmem_oid
94 oidp->oid[0] = oidp->oid[1] = oidp->oid[2] = -1UL;
99 return oidp->oid[0] != -1UL || oidp->oid[1] != -1UL ||
100 oidp->oid[2] != -1UL;
108 if (left->oid[2] == right->oid[
143 struct tmem_oid oid; member in struct:tmem_obj
[all...]
H A Dzcache-main.c143 struct tmem_oid oid; member in struct:zbud_hdr
277 BUG_ON(zh0->size != 0 || tmem_oid_valid(&zh0->oid));
278 BUG_ON(zh1->size != 0 || tmem_oid_valid(&zh1->oid));
284 tmem_oid_set_invalid(&zh0->oid);
285 tmem_oid_set_invalid(&zh1->oid);
298 BUG_ON(zh0->size != 0 || tmem_oid_valid(&zh0->oid));
299 BUG_ON(zh1->size != 0 || tmem_oid_valid(&zh1->oid));
317 BUG_ON(!tmem_oid_valid(&zh->oid));
321 tmem_oid_set_invalid(&zh->oid);
366 struct tmem_oid *oid,
365 zbud_create(uint16_t client_id, uint16_t pool_id, struct tmem_oid *oid, uint32_t index, struct page *page, void *cdata, unsigned size) argument
493 struct tmem_oid oid[ZBUD_MAX_BUDS]; local
672 struct tmem_oid oid; member in struct:zv_hdr
696 zv_create(struct zs_pool *pool, uint32_t pool_id, struct tmem_oid *oid, uint32_t index, void *cdata, unsigned clen) argument
1173 zcache_pampd_create(char *data, size_t size, bool raw, int eph, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1243 zcache_pampd_get_data(char *data, size_t *bufsize, bool raw, void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1258 zcache_pampd_get_data_and_free(char *data, size_t *bufsize, bool raw, void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1275 zcache_pampd_free(void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1750 struct tmem_oid oid = *(struct tmem_oid *)&key; local
1761 struct tmem_oid oid = *(struct tmem_oid *)&key; local
1774 struct tmem_oid oid = *(struct tmem_oid *)&key; local
1783 struct tmem_oid oid = *(struct tmem_oid *)&key; local
1847 struct tmem_oid oid = { .oid = { 0 } }; local
1857 struct tmem_oid oid = oswiz(type, ind); local
1878 struct tmem_oid oid = oswiz(type, ind); local
1893 struct tmem_oid oid = oswiz(type, ind); local
1903 struct tmem_oid oid; local
[all...]
/drivers/net/hyperv/
H A Drndis_filter.c445 static int rndis_filter_query_device(struct rndis_device *dev, u32 oid, argument
468 query->oid = oid;
549 set->oid = RNDIS_OID_GEN_CURRENT_PACKET_FILTER;
H A Dhyperv_net.h837 u32 oid; member in struct:rndis_query_request
854 u32 oid; member in struct:rndis_set_request
1010 u32 oid; member in struct:rcondis_mp_query_request
1020 u32 oid; member in struct:rcondis_mp_set_request
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c80 u8 oid = hdr->oid; local
95 test_and_clear_bit(oid, &iwm->wifi_ntfy[0]),
603 tx_key_id.hdr.oid = UMAC_WIFI_IF_CMD_GLOBAL_TX_KEY_ID;
652 wep40->hdr.oid = UMAC_WIFI_IF_CMD_ADD_WEP40_KEY;
668 wep104->hdr.oid = UMAC_WIFI_IF_CMD_ADD_WEP104_KEY;
685 ccmp->hdr.oid = UMAC_WIFI_IF_CMD_ADD_CCMP_KEY;
703 tkip->hdr.oid = UMAC_WIFI_IF_CMD_ADD_TKIP_KEY;
745 key_remove.hdr.oid = UMAC_WIFI_IF_CMD_REMOVE_KEY;
772 profile.hdr.oid
[all...]
H A Dumac.h779 u8 oid; member in struct:iwm_umac_wifi_if
/drivers/net/wireless/libertas/
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.h559 __le16 oid; member in struct:cmd_ds_802_11_snmp_mib
/drivers/staging/ramster/
H A Dtmem.h83 * An object id ("oid") is large: 192-bits (to ensure, for example, files
88 uint64_t oid[3]; member in struct:tmem_oid
96 struct tmem_oid oid; member in struct:tmem_xhandle
111 xh.oid = *oidp;
118 oidp->oid[0] = oidp->oid[1] = oidp->oid[2] = -1UL;
123 return oidp->oid[0] != -1UL || oidp->oid[1] != -1UL ||
124 oidp->oid[
167 struct tmem_oid oid; member in struct:tmem_obj
[all...]
H A Dzcache-main.c76 struct tmem_oid oid; member in struct:zbud_hdr
89 struct tmem_oid oid; member in struct:zv_hdr
325 tmem_oid_set_invalid(&zh0->oid);
326 tmem_oid_set_invalid(&zh1->oid);
338 BUG_ON(zh0->size != 0 || tmem_oid_valid(&zh0->oid));
339 BUG_ON(zh1->size != 0 || tmem_oid_valid(&zh1->oid));
355 BUG_ON(!tmem_oid_valid(&zh->oid));
359 tmem_oid_set_invalid(&zh->oid);
408 struct tmem_oid *oid,
465 zh->oid
407 zbud_create(uint16_t client_id, uint16_t pool_id, struct tmem_oid *oid, uint32_t index, struct page *page, void *cdata, unsigned size) argument
533 struct tmem_oid oid[ZBUD_MAX_BUDS]; local
1093 zv_create(struct zcache_client *cli, uint32_t pool_id, struct tmem_oid *oid, uint32_t index, void *cdata, unsigned clen) argument
1132 zv_alloc(struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, unsigned clen) argument
1706 zcache_pampd_eph_create(char *data, size_t size, bool raw, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, void **pampd) argument
1747 zcache_pampd_pers_create(char *data, size_t size, bool raw, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, void **pampd) argument
1818 zcache_pampd_create(char *data, size_t size, bool raw, int eph, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1842 zcache_pampd_get_data(char *data, size_t *bufsize, bool raw, void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1858 zcache_pampd_get_data_and_free(char *data, size_t *bufsize, bool raw, void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index) argument
1904 zcache_pampd_free(void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, bool acct) argument
2102 zcache_pampd_repatriate_preload(void *pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, bool *intransit) argument
2148 zcache_pampd_repatriate(void *fake_pampd, void *real_pampd, struct tmem_pool *pool, struct tmem_oid *oid, uint32_t index, bool free, void *extra) argument
2884 struct tmem_oid oid = *(struct tmem_oid *)&key; local
2905 struct tmem_oid oid = *(struct tmem_oid *)&key; local
2929 struct tmem_oid oid = *(struct tmem_oid *)&key; local
2938 struct tmem_oid oid = *(struct tmem_oid *)&key; local
3000 struct tmem_oid oid = { .oid = { 0 } }; local
3010 struct tmem_oid oid = oswiz(type, ind); local
3033 struct tmem_oid oid = oswiz(type, ind); local
3054 struct tmem_oid oid = oswiz(type, ind); local
3064 struct tmem_oid oid; local
[all...]
/drivers/xen/
H A Dtmem.c50 u64 oid[3]; member in struct:tmem_oid
61 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid, argument
69 op.u.gen.oid[0] = oid.oid[0];
70 op.u.gen.oid[1] = oid.oid[1];
71 op.u.gen.oid[2] = oid
101 xen_tmem_put_page(u32 pool_id, struct tmem_oid oid, u32 index, unsigned long pfn) argument
110 xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, u32 index, unsigned long pfn) argument
119 xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) argument
125 xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) argument
142 struct tmem_oid oid = { { 0 } }; local
153 struct tmem_oid oid = *(struct tmem_oid *)&key; local
168 struct tmem_oid oid = *(struct tmem_oid *)&key; local
188 struct tmem_oid oid = *(struct tmem_oid *)&key; local
199 struct tmem_oid oid = *(struct tmem_oid *)&key; local
266 struct tmem_oid oid = { .oid = { 0 } }; local
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c1135 u32 oid = info_buf[0]; local
1139 if (OID_RT_INTEL_PROMISCUOUS_MODE == oid) {
/drivers/net/wireless/
H A Drndis_wlan.c673 static const char *oid_to_string(__le32 oid) argument
675 switch (oid) {
676 #define OID_STR(oid) case oid: return(#oid)
729 static const char *oid_to_string(__le32 oid) argument
758 static int rndis_query_oid(struct usbnet *dev, __le32 oid, void *data, int *len) argument
787 u.get->oid = oid;
789 priv->current_command_oid = oid;
842 rndis_set_oid(struct usbnet *dev, __le32 oid, const void *data, int len) argument
[all...]
/drivers/scsi/aacraid/
H A Daacraid.h1642 __le32 oid; member in struct:aac_mntent
1652 __le32 altoid; /* != oid <==> snapshot or

Completed in 304 milliseconds