Searched defs:eid (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_wx.c841 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; local
847 eid = ie[0];
848 if ((eid == MFIE_TYPE_GENERIC) && (!memcmp(&ie[2],
/drivers/scsi/bfa/
H A Dbfa_plog.h42 u8 eid; /* indicates Rx, Tx, IOCTL, etc. bfa_plog_eid */ member in struct:bfa_plog_rec_s
/drivers/staging/rtl8712/
H A Dieee80211.c404 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; local
409 eid = in_ie[cnt];
410 if ((eid == _WPA_IE_ID_) &&
H A Drtl8712_recv.c446 u8 eid, cmd_seq; local
460 eid = (u8)((le32_to_cpu(voffset) >> 16) & 0xff);
H A Drtl871x_ioctl_linux.c607 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; local
610 eid = buf[cnt];
612 if ((eid == _VENDOR_SPECIFIC_IE_) &&
/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c282 enum htc_endpoint_id eid)
294 "%s: skb=0x%p, len=0x%x eid =%d\n", __func__,
295 skb, skb->len, eid);
297 if (test_bit(WMI_CTRL_EP_FULL, &ar->flag) && (eid == ar->ctrl_ep)) {
314 ar->tx_pending[eid]++;
316 if (eid != ar->ctrl_ep)
324 eid, ATH6KL_CONTROL_PKT_TAG);
343 enum htc_endpoint_id eid = ENDPOINT_UNUSED; local
447 eid = ath6kl_ibss_map_epid(skb, dev, &map_no);
449 eid
281 ath6kl_control_tx(void *devt, struct sk_buff *skb, enum htc_endpoint_id eid) argument
518 enum htc_endpoint_id eid; local
632 ath6kl_tx_clear_node_map(struct ath6kl_vif *vif, enum htc_endpoint_id eid, u32 map_no) argument
678 enum htc_endpoint_id eid; local
[all...]
H A Dhtc.c357 hdr->eid = packet->endpoint;
433 endpoint->eid, get_queue_depth(txq));
533 enum htc_endpoint_id eid, unsigned int len,
544 if (eid == ENDPOINT_0)
557 eid);
755 ac = target->dev->ar->ep2ac_map[endpoint->eid];
863 ac = target->dev->ar->ep2ac_map[endpoint->eid];
958 endpoint->eid, txq_depth,
1125 enum htc_endpoint_id eid, u16 tag)
1129 struct htc_endpoint *endpoint = &target->endpoint[eid];
531 htc_check_credits(struct htc_target *target, struct htc_endpoint *ep, u8 *flags, enum htc_endpoint_id eid, unsigned int len, int *req_cred) argument
1124 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id eid, u16 tag) argument
1180 ath6kl_htc_indicate_activity_change(struct htc_target *target, enum htc_endpoint_id eid, bool active) argument
1236 htc_valid_rx_frame_len(struct htc_target *target, enum htc_endpoint_id eid, int len) argument
[all...]
H A Dhtc.h147 u8 eid; member in struct:htc_frame_hdr
188 u8 eid; member in struct:htc_conn_service_resp
212 u8 eid; member in struct:htc_credit_report
490 enum htc_endpoint_id eid; member in struct:htc_endpoint
592 enum htc_endpoint_id eid, u16 tag)
597 packet->endpoint = eid;
609 enum htc_endpoint_id eid)
615 packet->endpoint = eid;
590 set_htc_pkt_info(struct htc_packet *packet, void *context, u8 *buf, unsigned int len, enum htc_endpoint_id eid, u16 tag) argument
607 set_htc_rxpkt_info(struct htc_packet *packet, void *context, u8 *buf, unsigned long len, enum htc_endpoint_id eid) argument
/drivers/staging/wlan-ng/
H A Dp80211mgmt.h223 u8 eid; member in struct:wlan_ie
229 u8 eid; member in struct:wlan_ie_ssid
236 u8 eid; member in struct:wlan_ie_supp_rates
243 u8 eid; member in struct:wlan_ie_fh_parms
253 u8 eid; member in struct:wlan_ie_ds_parms
261 u8 eid; member in struct:wlan_ie_cf_parms
271 u8 eid; member in struct:wlan_ie_tim
281 u8 eid; member in struct:wlan_ie_ibss_parms
288 u8 eid; member in struct:wlan_ie_challenge
/drivers/net/can/
H A Dmcp251x.c400 u32 sid, eid, exide, rtr; local
408 eid = frame->can_id & CAN_EFF_MASK; /* Extended ID */
415 ((eid >> SIDL_EID_SHIFT) & SIDL_EID_MASK);
416 buf[TXBEID8_OFF] = GET_BYTE(eid, 1);
417 buf[TXBEID0_OFF] = GET_BYTE(eid, 0);
/drivers/net/ethernet/hp/
H A Dhp100.c455 const char *eid; local
491 eid = hp100_read_id(ioaddr);
492 if (eid == NULL) { /* bad checksum? */
661 strlcpy(lp->id, eid, HP100_SIG_LEN);
/drivers/net/wireless/wl12xx/
H A Dmain.c3393 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) argument
3397 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset,

Completed in 208 milliseconds