Home
last modified time | relevance | path

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

123

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c61 ep->eid, skb); in ath10k_htc_notify_tx_completion()
76 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid); in ath10k_htc_notify_tx_completion()
98 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb()
115 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local
127 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit()
136 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit()
148 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local
159 eid, credits, ep->tx_credits); in ath10k_htc_release_credit()
167 enum ath10k_htc_ep_id eid, in ath10k_htc_send() argument
171 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; in ath10k_htc_send()
[all …]
H A Dhtc.h75 u8 eid; /* @enum ath10k_htc_ep_id */ member
180 u8 eid; member
224 u8 eid; /* @enum ath10k_htc_ep_id */ member
334 enum ath10k_htc_ep_id eid; member
349 enum ath10k_htc_ep_id eid; member
401 enum ath10k_htc_ep_id eid,
403 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
407 int ath10k_htc_send_hl(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
H A Dsdio.c389 enum ath10k_htc_ep_id eid; in ath10k_sdio_mbox_rx_process_packet() local
396 eid = pipe_id_to_eid(htc_hdr->eid); in ath10k_sdio_mbox_rx_process_packet()
401 eid, in ath10k_sdio_mbox_rx_process_packet()
437 &lookaheads[lookahead_idx++])->eid; in ath10k_sdio_mbox_rx_process_packets()
474 cb->eid = id; in ath10k_sdio_mbox_rx_process_packets()
576 htc_hdr->eid, htc_hdr->flags, in ath10k_sdio_mbox_rx_alloc()
1337 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async()
1363 ep = &ar->htc.endpoint[cb->eid]; in ath10k_rx_indication_async_work()
1491 bool htc_msg, enum ath10k_htc_ep_id eid) in ath10k_sdio_prep_async_req() argument
1507 bus_req->eid = eid; in ath10k_sdio_prep_async_req()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c61 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) | in ath11k_htc_prepare_tx_skb()
75 enum ath11k_htc_ep_id eid, in ath11k_htc_send() argument
78 struct ath11k_htc_ep *ep = &htc->endpoint[eid]; in ath11k_htc_send()
87 if (eid >= ATH11K_HTC_EP_COUNT) { in ath11k_htc_send()
88 ath11k_warn(ab, "Invalid endpoint id: %d\n", eid); in ath11k_htc_send()
100 eid, credits, ep->tx_credits); in ath11k_htc_send()
108 eid, credits, ep->tx_credits); in ath11k_htc_send()
114 skb_cb->eid = eid; in ath11k_htc_send()
123 skb, skb_cb->eid, &skb_cb->paddr); in ath11k_htc_send()
125 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath11k_htc_send()
[all …]
H A Dhtc.h146 u8 eid; /* @enum ath11k_htc_ep_id */ member
231 enum ath11k_htc_ep_id eid; member
247 enum ath11k_htc_ep_id eid; member
291 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
/linux/include/net/
H A Dmctp.h41 static inline bool mctp_address_unicast(mctp_eid_t eid) in mctp_address_unicast() argument
43 return eid >= 8 && eid < 255; in mctp_address_unicast()
46 static inline bool mctp_address_broadcast(mctp_eid_t eid) in mctp_address_broadcast() argument
48 return eid == 255; in mctp_address_broadcast()
51 static inline bool mctp_address_null(mctp_eid_t eid) in mctp_address_null() argument
53 return eid == 0; in mctp_address_null()
56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) in mctp_address_matches() argument
58 return match == eid || match == MCTP_ADDR_ANY; in mctp_address_matches()
315 mctp_eid_t eid; member
328 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
/linux/net/mctp/
H A Dneigh.c24 static int mctp_neigh_add(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_add() argument
33 if (mctp_neigh_lookup(mdev, eid, NULL) == 0) { in mctp_neigh_add()
51 neigh->eid = eid; in mctp_neigh_add()
88 static int mctp_neigh_remove(struct mctp_dev *mdev, mctp_eid_t eid, in mctp_neigh_remove() argument
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_unicast(eid)) { in mctp_rtm_newneigh()
182 mctp_eid_t eid; mctp_rtm_delneigh() local
279 mctp_neigh_lookup(struct mctp_dev * mdev,mctp_eid_t eid,void * ret_hwaddr) mctp_neigh_lookup() argument
[all...]
/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.c61 hdr->htc_info = le32_encode_bits(ep->eid, HTC_HDR_ENDPOINTID) | in ath12k_htc_prepare_tx_skb()
75 enum ath12k_htc_ep_id eid, in ath12k_htc_send() argument
78 struct ath12k_htc_ep *ep = &htc->endpoint[eid]; in ath12k_htc_send()
85 if (eid >= ATH12K_HTC_EP_COUNT) { in ath12k_htc_send()
86 ath12k_warn(ab, "Invalid endpoint id: %d\n", eid); in ath12k_htc_send()
98 eid, credits, ep->tx_credits); in ath12k_htc_send()
106 eid, credits, ep->tx_credits); in ath12k_htc_send()
119 ret = ath12k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath12k_htc_send()
133 eid, credits, ep->tx_credits); in ath12k_htc_send()
148 enum ath12k_htc_ep_id eid) in ath12k_htc_process_credit_report() argument
[all …]
H A Dhtc.h144 u8 eid; /* @enum ath12k_htc_ep_id */ member
250 enum ath12k_htc_ep_id eid; member
266 enum ath12k_htc_ep_id eid; member
310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c15 u64 eid; in pdsc_process_notifyq() local
19 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq()
20 while (eid > pdsc->last_eid) { in pdsc_process_notifyq()
26 ecode, eid); in pdsc_process_notifyq()
32 ecode, eid); in pdsc_process_notifyq()
38 ecode, eid); in pdsc_process_notifyq()
43 ecode, eid); in pdsc_process_notifyq()
47 pdsc->last_eid = eid; in pdsc_process_notifyq()
51 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq()
/linux/net/wireless/tests/
H A Dscan.c25 u8 eid; member
41 .eid = WLAN_EID_EXT_EHT_MULTI_LINK },
132 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 },
138 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 },
147 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 },
151 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 },
169 .eid = WLAN_EID_EXT_HE_CAPABILITY },
171 .eid = WLAN_EID_EXT_ASSOC_DELAY_INFO },
173 .eid = WLAN_EID_EXT_HE_OPERATION },
175 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS },
[all …]
/linux/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
148 eid = escape[ref]
149 tname = sprintf("inat_escape_table_%d", eid)
163 if (aid == -1 && eid == -1) # primary opcode table
177 if (xopid == -1 && eid == -1) # primary opcode table
228 etable[eid,0] = tname
237 etable[eid,1] = tname "_1"
244 etable[eid,2] = tname "_2"
251 etable[eid,3] = tname "_3"
/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
148 eid = escape[ref]
149 tname = sprintf("inat_escape_table_%d", eid)
163 if (aid == -1 && eid == -1) # primary opcode table
177 if (xopid == -1 && eid == -1) # primary opcode table
228 etable[eid,0] = tname
237 etable[eid,1] = tname "_1"
244 etable[eid,2] = tname "_2"
251 etable[eid,3] = tname "_3"
/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c287 enum htc_endpoint_id eid) in ath6kl_control_tx() argument
300 if (WARN_ON_ONCE(eid == ENDPOINT_UNUSED || in ath6kl_control_tx()
301 eid >= ENDPOINT_MAX)) { in ath6kl_control_tx()
310 skb, skb->len, eid); in ath6kl_control_tx()
312 if (test_bit(WMI_CTRL_EP_FULL, &ar->flag) && (eid == ar->ctrl_ep)) { in ath6kl_control_tx()
330 ar->tx_pending[eid]++; in ath6kl_control_tx()
332 if (eid != ar->ctrl_ep) in ath6kl_control_tx()
340 eid, ATH6KL_CONTROL_PKT_TAG); in ath6kl_control_tx()
360 enum htc_endpoint_id eid = ENDPOINT_UNUSED; in ath6kl_data_tx() local
456 eid = ath6kl_ibss_map_epid(skb, dev, &map_no); in ath6kl_data_tx()
[all …]
H A Dhtc.h159 u8 eid;
204 u8 eid; member
228 u8 eid; member
516 enum htc_endpoint_id eid; member
644 enum htc_endpoint_id eid, u16 tag) in set_htc_pkt_info() argument
649 packet->endpoint = eid; in set_htc_pkt_info()
661 enum htc_endpoint_id eid) in set_htc_rxpkt_info() argument
667 packet->endpoint = eid; in set_htc_rxpkt_info()
H A Dhtc_mbox.c369 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt()
445 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete()
547 enum htc_endpoint_id eid, unsigned int len, in htc_check_credits() argument
557 if (eid == ENDPOINT_0) in htc_check_credits()
570 eid); in htc_check_credits()
768 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle()
885 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue()
984 endpoint->eid, txq_depth, in ath6kl_htc_tx_try()
1150 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument
1154 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep()
[all …]
H 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()
242 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()
347 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send()
665 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report()
671 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report()
753 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete()
974 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_pipe_rx_complete()
977 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete()
[all …]
/linux/net/mctp/test/
H A Dutils.c122 mctp_eid_t eid, in mctp_test_create_route_direct()
131 rt->rt.min = eid; in mctp_test_create_route_direct()
132 rt->rt.max = eid; in mctp_test_create_route_direct()
147 mctp_eid_t eid, in mctp_test_create_route_gw()
157 rt->rt.min = eid; in mctp_test_create_route_gw()
158 rt->rt.max = eid; in mctp_test_create_route_gw()
162 rt->rt.gateway.eid = gw; in mctp_test_create_route_gw()
124 mctp_test_create_route_direct(struct net * net,struct mctp_dev * dev,mctp_eid_t eid,unsigned int mtu) mctp_test_create_route_direct() argument
149 mctp_test_create_route_gw(struct net * net,unsigned int netid,mctp_eid_t eid,mctp_eid_t gw,unsigned int mtu) mctp_test_create_route_gw() argument
H A Dutils.h51 mctp_eid_t eid,
55 mctp_eid_t eid,
/linux/net/smc/
H A Dsmc_clc.c55 u8 eid[SMC_MAX_EID_LEN]; member
94 memcpy(new_ueid->eid, ueid, SMC_MAX_EID_LEN); in smc_clc_ueid_add()
102 if (!memcmp(tmp_ueid->eid, ueid, SMC_MAX_EID_LEN)) { in smc_clc_ueid_add()
151 if (!ueid || !memcmp(lst_ueid->eid, ueid, SMC_MAX_EID_LEN)) { in smc_clc_ueid_remove()
217 lst_ueid->eid)) { in _smc_nl_ueid_dump()
310 if (!memcmp(tmp_ueid->eid, peer_ueid, SMC_MAX_EID_LEN)) in _smc_clc_match_ueid()
948 memcpy(v2_ext->user_eids[i++], ueident->eid, in smc_clc_send_proposal()
949 sizeof(ueident->eid)); in smc_clc_send_proposal()
955 u8 *eid = NULL; in smc_clc_send_proposal() local
963 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal()
[all …]
/linux/sound/firewire/oxfw/
H 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()
H A Doxfw.h103 u8 *buf, unsigned int *len, unsigned int eid);
115 unsigned int eid) in avc_stream_get_format_list() argument
117 return avc_stream_get_format(unit, dir, pid, buf, len, eid); in avc_stream_get_format_list()
/linux/drivers/clk/at91/
H A Dsama7d65.c203 u8 eid; member
228 .eid = PMC_CPUPLL,
263 .eid = PMC_SYSPLL,
331 .eid = PMC_BAUDPLL,
353 .eid = PMC_AUDIOPMCPLL,
364 .eid = PMC_AUDIOIOPLL,
386 .eid = PMC_ETHPLL,
408 .eid = PMC_LVDSPLL,
430 .eid = PMC_UTMI,
463 u8 eid; member
[all …]
H A Dsam9x7.c205 u8 eid; member
228 .eid = PMC_PLLACK,
250 .eid = PMC_UTMI,
272 .eid = PMC_AUDIOPMCPLL,
283 .eid = PMC_AUDIOIOPLL,
305 .eid = PMC_LVDSPLL,
321 .eid = PMC_PLLADIV2,
825 if (sam9x7_plls[i][j].eid) in sam9x7_pmc_setup()
826 sam9x7_pmc->chws[sam9x7_plls[i][j].eid] = hw; in sam9x7_pmc_setup()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-utils.h39 u32 iwl_find_ie_offset(u8 *beacon, u8 eid, u32 frame_size) in iwl_find_ie_offset() argument
49 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size); in iwl_find_ie_offset()

123