| /Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
| D | htc.c | 57 ep->eid, skb); in ath10k_htc_notify_tx_completion() 63 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid); 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 114 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit() 123 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit() 135 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local 146 eid, credits, ep->tx_credits); in ath10k_htc_release_credit() 154 enum ath10k_htc_ep_id eid, in ath10k_htc_send() argument 158 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 …]
|
| /Linux-v6.1/include/net/ |
| D | mctp.h | 41 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() 275 mctp_eid_t eid; member 288 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
|
| /Linux-v6.1/net/mctp/ |
| D | neigh.c | 24 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() 169 return mctp_neigh_add(mdev, eid, MCTP_NEIGH_STATIC, in mctp_rtm_newneigh() 182 mctp_eid_t eid; in mctp_rtm_delneigh() local [all …]
|
| /Linux-v6.1/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() 122 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath11k_htc_send() 136 eid, credits, ep->tx_credits); in ath11k_htc_send() [all …]
|
| D | htc.h | 145 u8 eid; /* @enum ath11k_htc_ep_id */ member 245 enum ath11k_htc_ep_id eid; member 261 enum ath11k_htc_ep_id eid; member 305 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
|
| /Linux-v6.1/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-v6.1/sound/firewire/oxfw/ |
| D | oxfw-stream.c | 600 unsigned int i, eid; in assume_stream_formats() local 614 eid = 0; in assume_stream_formats() 619 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, in assume_stream_formats() 621 if (!formats[eid]) { in assume_stream_formats() 637 eid++; in assume_stream_formats() 638 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, 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 683 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 | 98 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-v6.1/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-v6.1/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-v6.1/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 | 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_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-v6.1/net/smc/ |
| D | smc_clc.c | 55 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() 215 lst_ueid->eid)) { in _smc_nl_ueid_dump() 300 if (!memcmp(tmp_ueid->eid, peer_ueid, SMC_MAX_EID_LEN)) in _smc_clc_match_ueid() 897 memcpy(v2_ext->user_eids[i++], ueident->eid, in smc_clc_send_proposal() 898 sizeof(ueident->eid)); in smc_clc_send_proposal() 903 u8 *eid = NULL; in smc_clc_send_proposal() local 911 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal() [all …]
|
| /Linux-v6.1/arch/ia64/include/asm/ |
| D | smp.h | 31 unsigned long eid : 8; in ia64_get_lid() member 39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
|
| /Linux-v6.1/drivers/clk/at91/ |
| D | sama7g5.c | 140 u8 eid; member 162 .eid = PMC_CPUPLL, 193 .eid = PMC_SYSPLL, }, 266 .eid = PMC_AUDIOPMCPLL, }, 275 .eid = PMC_AUDIOIOPLL, }, 315 u8 eid; member 324 .eid = PMC_MCK1, 992 if (sama7g5_plls[i][j].eid) in sama7g5_pmc_setup() 993 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup() 1034 if (sama7g5_mckx[i].eid) in sama7g5_pmc_setup() [all …]
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/drivers/pci/switch/ |
| D | switchtec.c | 1399 static int mask_event(struct switchtec_dev *stdev, int eid, int idx) in mask_event() argument 1401 size_t off = event_regs[eid].offset; in mask_event() 1405 hdr_reg = event_regs[eid].map_reg(stdev, off, idx); in mask_event() 1414 dev_dbg(&stdev->dev, "%s: %d %d %x\n", __func__, eid, idx, hdr); in mask_event() 1421 static int mask_all_events(struct switchtec_dev *stdev, int eid) in mask_all_events() argument 1426 if (event_regs[eid].map_reg == part_ev_reg) { in mask_all_events() 1428 count += mask_event(stdev, eid, idx); in mask_all_events() 1429 } else if (event_regs[eid].map_reg == pff_ev_reg) { in mask_all_events() 1434 count += mask_event(stdev, eid, idx); in mask_all_events() 1437 count += mask_event(stdev, eid, 0); in mask_all_events() [all …]
|
| /Linux-v6.1/drivers/staging/r8188eu/core/ |
| D | rtw_ieee80211.c | 506 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_is_wps_ie() local 511 eid = ie_ptr[0]; in rtw_is_wps_ie() 513 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie() 533 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; in rtw_get_wps_ie() local 544 eid = in_ie[cnt]; in rtw_get_wps_ie() 546 if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt + 2], wps_oui, 4))) { in rtw_get_wps_ie() 880 u8 eid, p2p_oui[4] = {0x50, 0x6F, 0x9A, 0x09}; in rtw_get_p2p_ie() local 886 eid = in_ie[cnt]; in rtw_get_p2p_ie() 891 if ((eid == _VENDOR_SPECIFIC_IE_) && !memcmp(&in_ie[cnt + 2], p2p_oui, 4)) { in rtw_get_p2p_ie()
|
| /Linux-v6.1/sound/firewire/bebob/ |
| D | bebob_stream.c | 780 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()
|