Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 94) sorted by relevance

1234

/linux/drivers/net/wireless/ath/ath10k/
A Dhtc.c57 ep->eid, skb); in ath10k_htc_notify_tx_completion()
85 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb()
102 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local
135 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local
182 skb_cb->eid = eid; in ath10k_htc_send()
436 u8 eid; in ath10k_htc_rx_completion_handler() local
442 eid = hdr->eid; in ath10k_htc_rx_completion_handler()
509 eid, skb); in ath10k_htc_rx_completion_handler()
609 ep->eid = i; in ath10k_htc_reset_endpoint_states()
831 eid = ep->eid; in ath10k_htc_tx_complete_work()
[all …]
A Dhtc.h75 u8 eid; /* @enum ath10k_htc_ep_id */ member
180 u8 eid; member
224 u8 eid; /* @enum ath10k_htc_ep_id */ member
348 enum ath10k_htc_ep_id eid; member
363 enum ath10k_htc_ep_id eid; member
415 enum ath10k_htc_ep_id eid,
417 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
421 int ath10k_htc_send_hl(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
A Dsdio.c388 enum ath10k_htc_ep_id eid; in ath10k_sdio_mbox_rx_process_packet() local
395 eid = pipe_id_to_eid(htc_hdr->eid); in ath10k_sdio_mbox_rx_process_packet()
400 eid, in ath10k_sdio_mbox_rx_process_packet()
473 cb->eid = id; in ath10k_sdio_mbox_rx_process_packets()
1505 bus_req->eid = eid; in ath10k_sdio_prep_async_req()
1649 enum ath10k_htc_ep_id eid; in ath10k_sdio_hif_tx_sg() local
1665 address = ar_sdio->mbox_addr[eid] + ar_sdio->mbox_size[eid] - in ath10k_sdio_hif_tx_sg()
1668 NULL, true, eid); in ath10k_sdio_hif_tx_sg()
2046 eid = htc->endpoint[i].eid; in ath10k_sdio_hif_map_service_to_pipe()
2088 ar_sdio->mbox_addr[eid], ar_sdio->mbox_size[eid]); in ath10k_sdio_hif_map_service_to_pipe()
[all …]
A Dhtt.c158 htt->eid = conn_resp.eid; in ath10k_htt_connect()
161 ep = &ar->htc.endpoint[htt->eid]; in ath10k_htt_connect()
167 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect()
A Dhtt_tx.c619 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg()
661 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req()
723 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32()
785 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64()
897 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
966 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
1017 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1064 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1155 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
1519 txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx_32()
[all …]
/linux/net/mctp/
A Dneigh.c33 if (mctp_neigh_lookup(mdev, eid, NULL) == 0) { in mctp_neigh_add()
51 neigh->eid = eid; in mctp_neigh_add()
97 if (neigh->dev == mdev && neigh->eid == eid && in mctp_neigh_remove()
124 mctp_eid_t eid; in mctp_rtm_newneigh() local
145 eid = nla_get_u8(tb[NDA_DST]); in mctp_rtm_newneigh()
146 if (!mctp_address_ok(eid)) { in mctp_rtm_newneigh()
169 return mctp_neigh_add(mdev, eid, MCTP_NEIGH_STATIC, in mctp_rtm_newneigh()
182 mctp_eid_t eid; in mctp_rtm_delneigh() local
195 eid = nla_get_u8(tb[NDA_DST]); in mctp_rtm_delneigh()
229 if (nla_put_u8(skb, NDA_DST, neigh->eid)) in mctp_fill_neigh()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
A Dhtc.c75 enum ath11k_htc_ep_id eid, in ath11k_htc_send() argument
85 if (eid >= ATH11K_HTC_EP_COUNT) { in ath11k_htc_send()
112 skb_cb->eid = eid; in ath11k_htc_send()
149 enum ath11k_htc_ep_id eid) in ath11k_htc_process_credit_report() argument
258 u8 eid; in ath11k_htc_rx_completion_handler() local
271 ep = &htc->endpoint[eid]; in ath11k_htc_rx_completion_handler()
309 trailer_len, eid); in ath11k_htc_rx_completion_handler()
320 if (eid == ATH11K_HTC_EP_0) { in ath11k_htc_rx_completion_handler()
362 eid, skb); in ath11k_htc_rx_completion_handler()
432 ep->eid = i; in ath11k_htc_reset_endpoint_states()
[all …]
A Dhtc.h143 u8 eid; /* @enum ath11k_htc_ep_id */ member
243 enum ath11k_htc_ep_id eid; member
259 enum ath11k_htc_ep_id eid; member
303 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
/linux/drivers/staging/wlan-ng/
A Dp80211mgmt.h224 u8 eid; member
230 u8 eid; member
237 u8 eid; member
244 u8 eid; member
254 u8 eid; member
262 u8 eid; member
272 u8 eid; member
282 u8 eid; member
289 u8 eid; member
/linux/sound/firewire/oxfw/
A Doxfw-stream.c600 unsigned int i, eid; in assume_stream_formats() local
614 eid = 0; in assume_stream_formats()
621 if (!formats[eid]) { in assume_stream_formats()
637 eid++; in assume_stream_formats()
640 if (formats[eid] == NULL) { in assume_stream_formats()
644 formats[eid][2] = avc_stream_rate_table[i]; in assume_stream_formats()
658 unsigned int len, eid = 0; in fill_stream_formats() local
689 while (eid < SND_OXFW_STREAM_FORMAT_ENTRIES) { in fill_stream_formats()
703 if (!formats[eid]) { in fill_stream_formats()
711 buf, &len, ++eid); in fill_stream_formats()
[all …]
A Doxfw-command.c54 u8 *buf, unsigned int *len, unsigned int eid) in avc_stream_get_format() argument
59 if (eid == 0xff) in avc_stream_get_format()
74 buf[10] = 0xff & eid; /* entry ID for LIST subfunction */ in avc_stream_get_format()
92 else if ((subfunc == 0xc1) && (buf[10] != eid)) in avc_stream_get_format()
A Doxfw.h98 u8 *buf, unsigned int *len, unsigned int eid);
110 unsigned int eid) in avc_stream_get_format_list() argument
112 return avc_stream_get_format(unit, dir, pid, buf, len, eid); in avc_stream_get_format_list()
/linux/include/net/
A Dmctp.h43 static inline bool mctp_address_ok(mctp_eid_t eid) in mctp_address_ok() argument
45 return eid >= 8 && eid < 255; in mctp_address_ok()
253 mctp_eid_t eid; member
266 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
/linux/drivers/net/wireless/ath/ath6kl/
A Dtxrx.c310 skb, skb->len, eid); in ath6kl_control_tx()
330 ar->tx_pending[eid]++; in ath6kl_control_tx()
332 if (eid != ar->ctrl_ep) in ath6kl_control_tx()
460 if (eid == 0 || eid == ENDPOINT_UNUSED) { in ath6kl_data_tx()
475 ar->tx_pending[eid]++; in ath6kl_data_tx()
501 eid, htc_tag); in ath6kl_data_tx()
655 if (eid == ar->ctrl_ep) in ath6kl_tx_clear_node_map()
717 eid = packet->endpoint; in ath6kl_tx_complete()
733 ar->tx_pending[eid]--; in ath6kl_tx_complete()
773 eid, "error!"); in ath6kl_tx_complete()
[all …]
A Dhtc_mbox.c370 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt()
558 if (eid == ENDPOINT_0) in htc_check_credits()
571 eid); in htc_check_credits()
1486 htc_hdr->eid); in ath6kl_htc_rx_alloc()
1491 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc()
1493 htc_hdr->eid, endpoint->eid, i); in ath6kl_htc_rx_alloc()
1614 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1619 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1635 if (rpt->eid == ENDPOINT_0) in htc_proc_cred_rpt()
1905 endpoint->eid, packet); in ath6kl_htc_rx_complete()
[all …]
A Dhtc.h156 u8 eid; member
197 u8 eid; member
221 u8 eid; member
509 enum htc_endpoint_id eid; member
637 enum htc_endpoint_id eid, u16 tag) in set_htc_pkt_info() argument
642 packet->endpoint = eid; in set_htc_pkt_info()
654 enum htc_endpoint_id eid) in set_htc_rxpkt_info() argument
660 packet->endpoint = eid; in set_htc_rxpkt_info()
A Dhtc_pipe.c50 __func__, ep->eid, in do_send_completion()
71 __func__, ep->eid, packet); in do_send_completion()
132 if (ep->eid == ENDPOINT_0) { in get_htc_packet_credit_based()
666 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report()
754 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete()
978 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete()
1013 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete()
1070 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete()
1182 ep->eid = i; in reset_endpoint_states()
1323 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
[all …]
/linux/net/smc/
A Dsmc_clc.c55 u8 eid[SMC_MAX_EID_LEN]; member
214 lst_ueid->eid)) { in _smc_nl_ueid_dump()
896 sizeof(ueident->eid)); in smc_clc_send_proposal()
901 u8 *eid = NULL; in smc_clc_send_proposal() local
909 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal()
910 if (eid && v2_ext->hdr.flag.seid) in smc_clc_send_proposal()
1011 if (eid && eid[0]) in smc_clc_send_confirm_accept()
1012 memcpy(clc_v2->d1.eid, eid, SMC_MAX_EID_LEN); in smc_clc_send_confirm_accept()
1054 if (eid && eid[0]) in smc_clc_send_confirm_accept()
1055 memcpy(clc_v2->r1.eid, eid, SMC_MAX_EID_LEN); in smc_clc_send_confirm_accept()
[all …]
/linux/arch/x86/tools/
A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
134 eid = escape[ref]
135 tname = sprintf("inat_escape_table_%d", eid)
148 if (aid == -1 && eid == -1) # primary opcode table
199 etable[eid,0] = tname
206 etable[eid,1] = tname "_1"
213 etable[eid,2] = tname "_2"
220 etable[eid,3] = tname "_3"
/linux/tools/arch/x86/tools/
A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
134 eid = escape[ref]
135 tname = sprintf("inat_escape_table_%d", eid)
148 if (aid == -1 && eid == -1) # primary opcode table
199 etable[eid,0] = tname
206 etable[eid,1] = tname "_1"
213 etable[eid,2] = tname "_2"
220 etable[eid,3] = tname "_3"
/linux/drivers/staging/rtl8723bs/core/
A Drtw_ieee80211.c177 u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) in rtw_get_ie_ex() argument
191 if (eid == in_ie[cnt] in rtw_get_ie_ex()
221 int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len) in rtw_ies_remove_ie() argument
236 target_ie = rtw_get_ie_ex(start, search_len, eid, oui, oui_len, NULL, &target_ielen); in rtw_ies_remove_ie()
648 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_is_wps_ie() local
653 eid = ie_ptr[0]; in rtw_is_wps_ie()
655 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie()
675 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local
686 eid = in_ie[cnt]; in rtw_get_wps_ie()
688 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { in rtw_get_wps_ie()
/linux/arch/ia64/include/asm/
A Dsmp.h31 unsigned long eid : 8; in ia64_get_lid() member
39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
/linux/drivers/pci/switch/
A Dswitchtec.c1402 size_t off = event_regs[eid].offset; in mask_event()
1406 hdr_reg = event_regs[eid].map_reg(stdev, off, idx); in mask_event()
1427 if (event_regs[eid].map_reg == part_ev_reg) { in mask_all_events()
1429 count += mask_event(stdev, eid, idx); in mask_all_events()
1435 count += mask_event(stdev, eid, idx); in mask_all_events()
1438 count += mask_event(stdev, eid, 0); in mask_all_events()
1449 int eid, event_count = 0; in switchtec_event_isr() local
1461 for (eid = 0; eid < SWITCHTEC_IOCTL_MAX_EVENTS; eid++) { in switchtec_event_isr()
1462 if (eid == SWITCHTEC_IOCTL_EVENT_LINK_STATE || in switchtec_event_isr()
1463 eid == SWITCHTEC_IOCTL_EVENT_MRPC_COMP) in switchtec_event_isr()
[all …]
/linux/sound/firewire/bebob/
A Dbebob_stream.c780 unsigned int len, eid; in fill_stream_formations() local
797 for (eid = 0; eid < SND_BEBOB_STRM_FMT_ENTRIES; ++eid) { in fill_stream_formations()
801 err = avc_bridgeco_get_plug_strm_fmt(bebob->unit, addr, buf, &len, eid); in fill_stream_formations()
803 if (err == -EINVAL && eid > 0) { in fill_stream_formations()
809 eid, plug_dir, plug_id, err); in fill_stream_formations()
/linux/drivers/staging/r8188eu/core/
A Drtw_ieee80211.c509 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_is_wps_ie() local
514 eid = ie_ptr[0]; in rtw_is_wps_ie()
516 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie()
536 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local
547 eid = in_ie[cnt]; in rtw_get_wps_ie()
549 if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt + 2], wps_oui, 4))) { in rtw_get_wps_ie()
914 u8 eid, p2p_oui[4] = {0x50, 0x6F, 0x9A, 0x09}; in rtw_get_p2p_ie() local
920 eid = in_ie[cnt]; in rtw_get_p2p_ie()
925 if ((eid == _VENDOR_SPECIFIC_IE_) && !memcmp(&in_ie[cnt + 2], p2p_oui, 4)) { in rtw_get_p2p_ie()

Completed in 80 milliseconds

1234