/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 57 ep->eid, skb); in ath10k_htc_notify_tx_completion() 72 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid); in ath10k_htc_notify_tx_completion() 94 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb() 111 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local 123 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit() 132 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit() 144 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local 155 eid, credits, ep->tx_credits); in ath10k_htc_release_credit() 163 enum ath10k_htc_ep_id eid, in ath10k_htc_send() argument 167 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; in ath10k_htc_send() [all …]
|
D | htc.h | 75 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,
|
D | sdio.c | 388 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() 436 &lookaheads[lookahead_idx++])->eid; in ath10k_sdio_mbox_rx_process_packets() 473 cb->eid = id; in ath10k_sdio_mbox_rx_process_packets() 575 htc_hdr->eid, htc_hdr->flags, in ath10k_sdio_mbox_rx_alloc() 1336 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async() 1362 ep = &ar->htc.endpoint[cb->eid]; in ath10k_rx_indication_async_work() 1489 bool htc_msg, enum ath10k_htc_ep_id eid) in ath10k_sdio_prep_async_req() argument 1505 bus_req->eid = eid; in ath10k_sdio_prep_async_req() [all …]
|
D | htt_tx.c | 622 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 664 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 726 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32() 788 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64() 879 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() 949 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64() 1000 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl() 1047 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32() 1094 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2() 1138 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp() [all …]
|
D | htt.c | 311 htt->eid = conn_resp.eid; in ath10k_htt_connect() 314 ep = &ar->htc.endpoint[htt->eid]; in ath10k_htt_connect() 320 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect()
|
D | sdio.h | 115 enum ath10k_htc_ep_id eid; member 132 enum ath10k_htc_ep_id eid; member
|
D | usb.c | 26 return (enum ath10k_htc_ep_id)htc_hdr->eid; in eid_from_htc_hdr() 287 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete() 296 enum ath10k_htc_ep_id eid; in ath10k_usb_rx_complete() local 303 eid = eid_from_htc_hdr(htc_hdr); in ath10k_usb_rx_complete() 304 ep = &ar->htc.endpoint[eid]; in ath10k_usb_rx_complete() 307 ath10k_warn(ar, "ep %d is not connected\n", eid); in ath10k_usb_rx_complete() 329 eid, in ath10k_usb_rx_complete()
|
/drivers/net/wireless/ath/ath11k/ |
D | htc.c | 61 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 …]
|
D | htc.h | 146 u8 eid; /* @enum ath11k_htc_ep_id */ member 246 enum ath11k_htc_ep_id eid; member 262 enum ath11k_htc_ep_id eid; member 306 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
|
/drivers/net/wireless/ath/ath12k/ |
D | htc.c | 61 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 …]
|
D | htc.h | 144 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/ |
D | adminq.c | 20 u64 eid; in pdsc_process_notifyq() local 24 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq() 25 while (eid > pdsc->last_eid) { in pdsc_process_notifyq() 31 ecode, eid); in pdsc_process_notifyq() 37 ecode, eid); in pdsc_process_notifyq() 43 ecode, eid); in pdsc_process_notifyq() 48 ecode, eid); in pdsc_process_notifyq() 52 pdsc->last_eid = eid; in pdsc_process_notifyq() 56 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq()
|
/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 287 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 …]
|
D | htc_mbox.c | 370 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt() 446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete() 548 enum htc_endpoint_id eid, unsigned int len, in htc_check_credits() argument 558 if (eid == ENDPOINT_0) in htc_check_credits() 571 eid); in htc_check_credits() 769 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle() 886 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue() 985 endpoint->eid, txq_depth, in ath6kl_htc_tx_try() 1151 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument 1155 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep() [all …]
|
D | htc.h | 159 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()
|
D | htc_pipe.c | 50 __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() 243 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets() 348 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 666 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report() 672 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report() 754 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete() 975 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_pipe_rx_complete() 978 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete() [all …]
|
/drivers/pci/switch/ |
D | switchtec.c | 1392 static int mask_event(struct switchtec_dev *stdev, int eid, int idx) in mask_event() argument 1394 size_t off = event_regs[eid].offset; in mask_event() 1398 hdr_reg = event_regs[eid].map_reg(stdev, off, idx); in mask_event() 1407 dev_dbg(&stdev->dev, "%s: %d %d %x\n", __func__, eid, idx, hdr); in mask_event() 1414 static int mask_all_events(struct switchtec_dev *stdev, int eid) in mask_all_events() argument 1419 if (event_regs[eid].map_reg == part_ev_reg) { in mask_all_events() 1421 count += mask_event(stdev, eid, idx); in mask_all_events() 1422 } else if (event_regs[eid].map_reg == pff_ev_reg) { in mask_all_events() 1427 count += mask_event(stdev, eid, idx); in mask_all_events() 1430 count += mask_event(stdev, eid, 0); in mask_all_events() [all …]
|
/drivers/clk/at91/ |
D | sama7g5.c | 166 u8 eid; member 191 .eid = PMC_CPUPLL, 226 .eid = PMC_SYSPLL, 314 .eid = PMC_AUDIOPMCPLL, 325 .eid = PMC_AUDIOIOPLL, 379 u8 eid; member 389 .eid = PMC_MCK1, 1088 if (sama7g5_plls[i][j].eid) in sama7g5_pmc_setup() 1089 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup() 1138 if (sama7g5_mckx[i].eid) in sama7g5_pmc_setup() [all …]
|
/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-tx.c | 44 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()
|
D | mcp251xfd-rx.c | 117 u32 sid, eid; in mcp251xfd_hw_rx_obj_to_skb() local 119 eid = FIELD_GET(MCP251XFD_OBJ_ID_EID_MASK, hw_rx_obj->id); in mcp251xfd_hw_rx_obj_to_skb() 123 FIELD_PREP(MCP251XFD_REG_FRAME_EFF_EID_MASK, eid) | in mcp251xfd_hw_rx_obj_to_skb()
|
/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mcu.c | 262 switch (rxd->eid) { in mt7921_mcu_rx_unsolicited_event() 298 switch (rxd->eid) { in mt7921_mcu_uni_rx_unsolicited_event() 322 if (rxd->eid == 0x6) { in mt7921_mcu_rx_event() 328 rxd->eid == MCU_EVENT_BSS_BEACON_LOSS || in mt7921_mcu_rx_event() 329 rxd->eid == MCU_EVENT_SCHED_SCAN_DONE || in mt7921_mcu_rx_event() 330 rxd->eid == MCU_EVENT_SCAN_DONE || in mt7921_mcu_rx_event() 331 rxd->eid == MCU_EVENT_TX_DONE || in mt7921_mcu_rx_event() 332 rxd->eid == MCU_EVENT_DBG_MSG || in mt7921_mcu_rx_event() 333 rxd->eid == MCU_EVENT_COREDUMP || in mt7921_mcu_rx_event() 334 rxd->eid == MCU_EVENT_LP_INFO || in mt7921_mcu_rx_event()
|
/drivers/hte/ |
D | hte-tegra194.c | 363 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/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 174 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 188 if (eid == in_ie[cnt] in rtw_get_ie_ex() 217 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 232 target_ie = rtw_get_ie_ex(start, search_len, eid, oui, oui_len, NULL, &target_ielen); in rtw_ies_remove_ie() 650 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local 661 eid = in_ie[cnt]; in rtw_get_wps_ie() 663 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { in rtw_get_wps_ie()
|
/drivers/staging/rtl8712/ |
D | ieee80211.c | 398 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in r8712_get_wps_ie() local 403 eid = in_ie[cnt]; in r8712_get_wps_ie() 404 if ((eid == _WPA_IE_ID_) && in r8712_get_wps_ie()
|
/drivers/firmware/arm_scmi/ |
D | notify.c | 178 #define REVT_NOTIFY_SET_STATUS(revt, eid, sid, state) \ argument 182 (eid), (sid), (state)); \ 185 #define REVT_NOTIFY_ENABLE(revt, eid, sid) \ argument 186 REVT_NOTIFY_SET_STATUS((revt), (eid), (sid), true) 188 #define REVT_NOTIFY_DISABLE(revt, eid, sid) \ argument 189 REVT_NOTIFY_SET_STATUS((revt), (eid), (sid), false)
|