/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 56 ep->eid, skb); in ath10k_htc_notify_tx_completion() 61 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid); in ath10k_htc_notify_tx_completion() 78 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb() 90 enum ath10k_htc_ep_id eid, in ath10k_htc_send() argument 94 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; in ath10k_htc_send() 104 if (eid >= ATH10K_HTC_EP_COUNT) { in ath10k_htc_send() 105 ath10k_warn(ar, "Invalid endpoint id: %d\n", eid); in ath10k_htc_send() 117 eid, credits, ep->tx_credits); in ath10k_htc_send() 125 eid, credits, ep->tx_credits); in ath10k_htc_send() 131 skb_cb->eid = eid; in ath10k_htc_send() [all …]
|
D | htc.h | 56 u8 eid; /* @enum ath10k_htc_ep_id */ member 143 u8 eid; member 187 u8 eid; /* @enum ath10k_htc_ep_id */ member 311 enum ath10k_htc_ep_id eid; member 326 enum ath10k_htc_ep_id eid; member 370 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
|
D | sdio.c | 383 enum ath10k_htc_ep_id eid; in ath10k_sdio_mbox_rx_process_packet() local 390 eid = pipe_id_to_eid(htc_hdr->eid); in ath10k_sdio_mbox_rx_process_packet() 395 eid, in ath10k_sdio_mbox_rx_process_packet() 430 &lookaheads[lookahead_idx++])->eid; in ath10k_sdio_mbox_rx_process_packets() 562 htc_hdr->eid, htc_hdr->flags, in ath10k_sdio_mbox_rx_alloc() 1287 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async() 1318 bool htc_msg, enum ath10k_htc_ep_id eid) in ath10k_sdio_prep_async_req() argument 1334 bus_req->eid = eid; in ath10k_sdio_prep_async_req() 1475 enum ath10k_htc_ep_id eid; in ath10k_sdio_hif_tx_sg() local 1479 eid = pipe_id_to_eid(pipe_id); in ath10k_sdio_hif_tx_sg() [all …]
|
D | htt_tx.c | 574 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 616 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 678 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32() 740 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64() 852 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() 921 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64() 972 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl() 1019 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32() 1066 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2() 1110 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp() [all …]
|
D | sdio.h | 108 enum ath10k_htc_ep_id eid; member 125 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() 279 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete() 288 enum ath10k_htc_ep_id eid; in ath10k_usb_rx_complete() local 295 eid = eid_from_htc_hdr(htc_hdr); in ath10k_usb_rx_complete() 296 ep = &ar->htc.endpoint[eid]; in ath10k_usb_rx_complete() 299 ath10k_warn(ar, "ep %d is not connected\n", eid); in ath10k_usb_rx_complete() 321 eid, in ath10k_usb_rx_complete()
|
D | htt.c | 154 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
/Linux-v5.4/drivers/staging/wlan-ng/ |
D | p80211mgmt.h | 224 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-v5.4/sound/firewire/oxfw/ |
D | oxfw-stream.c | 574 unsigned int i, eid; in assume_stream_formats() local 588 eid = 0; in assume_stream_formats() 593 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, in assume_stream_formats() 595 if (!formats[eid]) { in assume_stream_formats() 611 eid++; in assume_stream_formats() 612 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, in assume_stream_formats() 614 if (formats[eid] == NULL) { in assume_stream_formats() 618 formats[eid][2] = avc_stream_rate_table[i]; in assume_stream_formats() 632 unsigned int len, eid = 0; in fill_stream_formats() local 657 eid, (dir == AVC_GENERAL_PLUG_DIR_IN) ? "in" : "out", in fill_stream_formats() [all …]
|
D | oxfw-command.c | 54 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()
|
D | oxfw.h | 78 u8 *buf, unsigned int *len, unsigned int eid); 90 unsigned int eid) in avc_stream_get_format_list() argument 92 return avc_stream_get_format(unit, dir, pid, buf, len, eid); in avc_stream_get_format_list()
|
/Linux-v5.4/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 21 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-v5.4/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 21 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-v5.4/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.h | 156 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()
|
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_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 …]
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | smp.h | 32 unsigned long eid : 8; in ia64_get_lid() member 40 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
|
/Linux-v5.4/drivers/pci/switch/ |
D | switchtec.c | 1172 static int mask_event(struct switchtec_dev *stdev, int eid, int idx) in mask_event() argument 1174 size_t off = event_regs[eid].offset; in mask_event() 1178 hdr_reg = event_regs[eid].map_reg(stdev, off, idx); in mask_event() 1184 if (eid == SWITCHTEC_IOCTL_EVENT_LINK_STATE || in mask_event() 1185 eid == SWITCHTEC_IOCTL_EVENT_MRPC_COMP) in mask_event() 1188 dev_dbg(&stdev->dev, "%s: %d %d %x\n", __func__, eid, idx, hdr); in mask_event() 1195 static int mask_all_events(struct switchtec_dev *stdev, int eid) in mask_all_events() argument 1200 if (event_regs[eid].map_reg == part_ev_reg) { in mask_all_events() 1202 count += mask_event(stdev, eid, idx); in mask_all_events() 1203 } else if (event_regs[eid].map_reg == pff_ev_reg) { in mask_all_events() [all …]
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob_stream.c | 787 unsigned int len, eid; in fill_stream_formations() local 800 for (eid = 0; eid < SND_BEBOB_STRM_FMT_ENTRIES; eid++) { in fill_stream_formations() 805 &len, eid); in fill_stream_formations() 807 if (err == -EINVAL && eid > 0) { in fill_stream_formations() 813 eid, in fill_stream_formations()
|
D | bebob_command.c | 255 unsigned int *len, unsigned int eid) in avc_bridgeco_get_plug_strm_fmt() argument 269 buf[10] = 0xff & eid; /* Entry ID */ in avc_bridgeco_get_plug_strm_fmt() 284 else if (buf[10] != eid) in avc_bridgeco_get_plug_strm_fmt()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 183 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 197 if (eid == in_ie[cnt] in rtw_get_ie_ex() 227 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 242 target_ie = rtw_get_ie_ex(start, search_len, eid, oui, oui_len, NULL, &target_ielen); in rtw_ies_remove_ie() 713 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_is_wps_ie() local 718 eid = ie_ptr[0]; in rtw_is_wps_ie() 720 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie() 741 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local 752 eid = in_ie[cnt]; in rtw_get_wps_ie() 754 if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { in rtw_get_wps_ie()
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 547 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_is_wps_ie() local 552 eid = ie_ptr[0]; in rtw_is_wps_ie() 554 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie() 574 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local 585 eid = in_ie[cnt]; in rtw_get_wps_ie() 587 if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt + 2], wps_oui, 4))) { in rtw_get_wps_ie()
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mcu.h | 27 u8 eid; member
|