Home
last modified time | relevance | path

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

123

/drivers/net/wireless/ath/ath10k/
A Dhtc.c61 ep->eid, skb); 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
148 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local
195 skb_cb->eid = eid; in ath10k_htc_send()
449 u8 eid; in ath10k_htc_rx_completion_handler() local
455 eid = hdr->eid; in ath10k_htc_rx_completion_handler()
522 eid, skb); in ath10k_htc_rx_completion_handler()
622 ep->eid = i; in ath10k_htc_reset_endpoint_states()
844 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
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,
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()
474 cb->eid = id; in ath10k_sdio_mbox_rx_process_packets()
1507 bus_req->eid = eid; in ath10k_sdio_prep_async_req()
1651 enum ath10k_htc_ep_id eid; in ath10k_sdio_hif_tx_sg() local
1667 address = ar_sdio->mbox_addr[eid] + ar_sdio->mbox_size[eid] - in ath10k_sdio_hif_tx_sg()
1670 NULL, true, eid); in ath10k_sdio_hif_tx_sg()
2048 eid = htc->endpoint[i].eid; in ath10k_sdio_hif_map_service_to_pipe()
2090 ar_sdio->mbox_addr[eid], ar_sdio->mbox_size[eid]); in ath10k_sdio_hif_map_service_to_pipe()
[all …]
A Dhtt_tx.c624 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg()
666 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req()
728 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32()
790 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64()
877 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
947 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
998 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1045 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1136 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
1506 txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx_32()
[all …]
A Dhtt.c312 htt->eid = conn_resp.eid; in ath10k_htt_connect()
315 ep = &ar->htc.endpoint[htt->eid]; in ath10k_htt_connect()
321 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect()
A Dsdio.h115 enum ath10k_htc_ep_id eid; member
132 enum ath10k_htc_ep_id eid; member
/drivers/net/wireless/ath/ath11k/
A Dhtc.c75 enum ath11k_htc_ep_id eid, in ath11k_htc_send() argument
114 skb_cb->eid = eid; in ath11k_htc_send()
261 u8 eid; in ath11k_htc_tx_completion_handler() local
263 eid = ATH11K_SKB_CB(skb)->eid; in ath11k_htc_tx_completion_handler()
269 ep = &htc->endpoint[eid]; in ath11k_htc_tx_completion_handler()
295 u8 eid; in ath11k_htc_rx_completion_handler() local
308 ep = &htc->endpoint[eid]; in ath11k_htc_rx_completion_handler()
349 trailer_len, eid); in ath11k_htc_rx_completion_handler()
366 eid, skb, message_id); in ath11k_htc_rx_completion_handler()
476 ep->eid = i; in ath11k_htc_reset_endpoint_states()
[all …]
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,
/drivers/net/wireless/ath/ath12k/
A Dhtc.c75 enum ath12k_htc_ep_id eid, in ath12k_htc_send() argument
85 if (eid >= ATH12K_HTC_EP_COUNT) { in ath12k_htc_send()
148 enum ath12k_htc_ep_id eid) in ath12k_htc_process_credit_report() argument
262 u8 eid; in ath12k_htc_rx_completion_handler() local
275 ep = &htc->endpoint[eid]; in ath12k_htc_rx_completion_handler()
314 trailer_len, eid); in ath12k_htc_rx_completion_handler()
325 if (eid == ATH12K_HTC_EP_0) { in ath12k_htc_rx_completion_handler()
368 eid, skb); in ath12k_htc_rx_completion_handler()
440 ep->eid = i; in ath12k_htc_reset_endpoint_states()
679 ep->eid = assigned_eid; in ath12k_htc_connect_service()
[all …]
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,
/drivers/net/ethernet/amd/pds_core/
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()
/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.c369 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt()
557 if (eid == ENDPOINT_0) in htc_check_credits()
570 eid); in htc_check_credits()
1485 htc_hdr->eid); in ath6kl_htc_rx_alloc()
1490 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc()
1492 htc_hdr->eid, endpoint->eid, i); in ath6kl_htc_rx_alloc()
1613 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1618 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1634 if (rpt->eid == ENDPOINT_0) in htc_proc_cred_rpt()
1904 endpoint->eid, packet); in ath6kl_htc_rx_complete()
[all …]
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()
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()
665 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report()
753 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete()
977 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete()
1012 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete()
1069 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete()
1181 ep->eid = i; in reset_endpoint_states()
1322 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
[all …]
/drivers/clk/at91/
A Dsama7d65.c199 u8 eid; member
224 .eid = PMC_CPUPLL,
259 .eid = PMC_SYSPLL,
327 .eid = PMC_BAUDPLL,
382 .eid = PMC_ETHPLL,
404 .eid = PMC_LVDSPLL,
426 .eid = PMC_UTMI,
459 u8 eid; member
469 .eid = PMC_MCK1,
486 .eid = PMC_MCK3,
[all …]
A Dsam9x7.c200 u8 eid; member
223 .eid = PMC_PLLACK,
245 .eid = PMC_UTMI,
267 .eid = PMC_AUDIOPMCPLL,
278 .eid = PMC_AUDIOIOPLL,
300 .eid = PMC_LVDSPLL,
316 .eid = PMC_PLLADIV2,
819 if (sam9x7_plls[i][j].eid) in sam9x7_pmc_setup()
820 sam9x7_pmc->chws[sam9x7_plls[i][j].eid] = hw; in sam9x7_pmc_setup()
A Dsama7g5.c159 u8 eid; member
184 .eid = PMC_CPUPLL,
219 .eid = PMC_SYSPLL,
307 .eid = PMC_AUDIOPMCPLL,
318 .eid = PMC_AUDIOIOPLL,
372 u8 eid; member
382 .eid = PMC_MCK1,
1081 if (sama7g5_plls[i][j].eid) in sama7g5_pmc_setup()
1082 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup()
1131 if (sama7g5_mckx[i].eid) in sama7g5_pmc_setup()
[all …]
/drivers/net/wireless/intel/iwlwifi/
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()
/drivers/pci/switch/
A Dswitchtec.c1396 size_t off = event_regs[eid].offset; in mask_event()
1400 hdr_reg = event_regs[eid].map_reg(stdev, off, idx); in mask_event()
1421 if (event_regs[eid].map_reg == part_ev_reg) { in mask_all_events()
1423 count += mask_event(stdev, eid, idx); in mask_all_events()
1429 count += mask_event(stdev, eid, idx); in mask_all_events()
1432 count += mask_event(stdev, eid, 0); in mask_all_events()
1443 int eid, event_count = 0; in switchtec_event_isr() local
1455 for (eid = 0; eid < SWITCHTEC_IOCTL_MAX_EVENTS; eid++) { in switchtec_event_isr()
1456 if (eid == SWITCHTEC_IOCTL_EVENT_LINK_STATE || in switchtec_event_isr()
1457 eid == SWITCHTEC_IOCTL_EVENT_MRPC_COMP) in switchtec_event_isr()
[all …]
/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-tx.c44 u32 sid, eid; in mcp251xfd_tx_obj_from_skb() local
47 eid = FIELD_GET(MCP251XFD_REG_FRAME_EFF_EID_MASK, cfd->can_id); in mcp251xfd_tx_obj_from_skb()
49 id = FIELD_PREP(MCP251XFD_OBJ_ID_EID_MASK, eid) | in mcp251xfd_tx_obj_from_skb()
A Dmcp251xfd-rx.c128 u32 sid, eid; in mcp251xfd_hw_rx_obj_to_skb() local
130 eid = FIELD_GET(MCP251XFD_OBJ_ID_EID_MASK, hw_rx_obj->id); in mcp251xfd_hw_rx_obj_to_skb()
134 FIELD_PREP(MCP251XFD_REG_FRAME_EFF_EID_MASK, eid) | in mcp251xfd_hw_rx_obj_to_skb()
/drivers/hte/
A Dhte-tegra194.c363 static int tegra_hte_map_to_line_id(u32 eid, in tegra_hte_map_to_line_id() argument
369 if (eid >= map_sz) in tegra_hte_map_to_line_id()
371 if (m[eid].slice == NV_AON_SLICE_INVALID) in tegra_hte_map_to_line_id()
374 *mapped = (m[eid].slice << 5) + m[eid].bit_index; in tegra_hte_map_to_line_id()
376 *mapped = eid; in tegra_hte_map_to_line_id()
/drivers/net/ethernet/pensando/ionic/
A Dionic_main.c258 u64 eid; in ionic_notifyq_service() local
265 eid = le64_to_cpu(comp->event.eid); in ionic_notifyq_service()
268 if ((s64)(eid - lif->last_eid) <= 0) in ionic_notifyq_service()
271 lif->last_eid = eid; in ionic_notifyq_service()
297 comp->event.ecode, eid); in ionic_notifyq_service()
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmcu.c304 switch (rxd->eid) { in mt7921_mcu_rx_unsolicited_event()
343 switch (rxd->eid) { in mt7921_mcu_uni_rx_unsolicited_event()
367 if (rxd->eid == 0x6) { in mt7921_mcu_rx_event()
373 rxd->eid == MCU_EVENT_BSS_BEACON_LOSS || in mt7921_mcu_rx_event()
374 rxd->eid == MCU_EVENT_SCHED_SCAN_DONE || in mt7921_mcu_rx_event()
375 rxd->eid == MCU_EVENT_RSSI_NOTIFY || in mt7921_mcu_rx_event()
376 rxd->eid == MCU_EVENT_SCAN_DONE || in mt7921_mcu_rx_event()
377 rxd->eid == MCU_EVENT_TX_DONE || in mt7921_mcu_rx_event()
378 rxd->eid == MCU_EVENT_DBG_MSG || in mt7921_mcu_rx_event()
379 rxd->eid == MCU_EVENT_COREDUMP || in mt7921_mcu_rx_event()
[all …]

Completed in 73 milliseconds

123