| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | htc.c | 58 ep->eid, skb); in ath10k_htc_notify_tx_completion() 95 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb() 112 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local 145 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local 192 skb_cb->eid = eid; in ath10k_htc_send() 446 u8 eid; in ath10k_htc_rx_completion_handler() local 452 eid = hdr->eid; in ath10k_htc_rx_completion_handler() 519 eid, skb); in ath10k_htc_rx_completion_handler() 619 ep->eid = i; in ath10k_htc_reset_endpoint_states() 841 eid = ep->eid; in ath10k_htc_tx_complete_work() [all …]
|
| A 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 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 D | sdio.c | 389 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() 1506 bus_req->eid = eid; in ath10k_sdio_prep_async_req() 1650 enum ath10k_htc_ep_id eid; in ath10k_sdio_hif_tx_sg() local 1666 address = ar_sdio->mbox_addr[eid] + ar_sdio->mbox_size[eid] - in ath10k_sdio_hif_tx_sg() 1669 NULL, true, eid); in ath10k_sdio_hif_tx_sg() 2047 eid = htc->endpoint[i].eid; in ath10k_sdio_hif_map_service_to_pipe() 2089 ar_sdio->mbox_addr[eid], ar_sdio->mbox_size[eid]); in ath10k_sdio_hif_map_service_to_pipe() [all …]
|
| A 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() 875 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() 945 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64() 996 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl() 1043 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32() 1134 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp() 1504 txbuf->htc_hdr.eid = htt->eid; in ath10k_htt_tx_32() [all …]
|
| /linux/include/net/ |
| A 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() 278 mctp_eid_t eid; member 291 int mctp_neigh_lookup(struct mctp_dev *dev, mctp_eid_t eid,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | htc.c | 75 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 D | htc.h | 146 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/net/mctp/ |
| A D | neigh.c | 33 if (mctp_neigh_lookup(mdev, eid, NULL) == 0) { in mctp_neigh_add() 51 neigh->eid = eid; in mctp_neigh_add() 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 195 eid = nla_get_u8(tb[NDA_DST]); in mctp_rtm_delneigh() 229 if (nla_put_u8(skb, NDA_DST, neigh->eid)) in mctp_fill_neigh() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | htc.c | 75 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 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,
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| A 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()
|
| /linux/net/wireless/tests/ |
| A D | scan.c | 25 u8 eid; member 41 .eid = WLAN_EID_EXT_EHT_MULTI_LINK }, 169 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 173 .eid = WLAN_EID_EXT_HE_OPERATION }, 175 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS }, 180 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 184 .eid = WLAN_EID_EXT_HE_OPERATION }, 188 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 192 .eid = WLAN_EID_EXT_HE_OPERATION }, 194 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS }, [all …]
|
| /linux/sound/firewire/oxfw/ |
| A D | oxfw-stream.c | 633 unsigned int i, eid; in assume_stream_formats() local 666 eid = 0; in assume_stream_formats() 673 if (!formats[eid]) { in assume_stream_formats() 689 eid++; in assume_stream_formats() 692 if (formats[eid] == NULL) { in assume_stream_formats() 696 formats[eid][2] = avc_stream_rate_table[i]; in assume_stream_formats() 710 unsigned int len, eid = 0; in fill_stream_formats() local 741 while (eid < SND_OXFW_STREAM_FORMAT_ENTRIES) { in fill_stream_formats() 755 if (!formats[eid]) { in fill_stream_formats() 763 buf, &len, ++eid); in fill_stream_formats() [all …]
|
| A 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()
|
| A D | oxfw.h | 103 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/tools/arch/x86/tools/ |
| A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 139 eid = escape[ref] 140 tname = sprintf("inat_escape_table_%d", eid) 153 if (aid == -1 && eid == -1) # primary opcode table 204 etable[eid,0] = tname 211 etable[eid,1] = tname "_1" 218 etable[eid,2] = tname "_2" 225 etable[eid,3] = tname "_3"
|
| /linux/arch/x86/tools/ |
| A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 139 eid = escape[ref] 140 tname = sprintf("inat_escape_table_%d", eid) 153 if (aid == -1 && eid == -1) # primary opcode table 204 etable[eid,0] = tname 211 etable[eid,1] = tname "_1" 218 etable[eid,2] = tname "_2" 225 etable[eid,3] = tname "_3"
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | txrx.c | 310 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 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()
|
| A D | htc_mbox.c | 369 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 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() 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 …]
|
| /linux/net/smc/ |
| A D | smc_clc.c | 55 u8 eid[SMC_MAX_EID_LEN]; member 217 lst_ueid->eid)) { in _smc_nl_ueid_dump() 932 sizeof(ueident->eid)); in smc_clc_send_proposal() 938 u8 *eid = NULL; in smc_clc_send_proposal() local 946 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal() 947 if (eid && v2_ext->hdr.flag.seid) in smc_clc_send_proposal() 1058 if (eid && eid[0]) in smcd_clc_prep_confirm_accept() 1059 memcpy(clc->d1.eid, eid, SMC_MAX_EID_LEN); in smcd_clc_prep_confirm_accept() 1117 if (eid && eid[0]) in smcr_clc_prep_confirm_accept() 1118 memcpy(clc->r1.eid, eid, SMC_MAX_EID_LEN); in smcr_clc_prep_confirm_accept() [all …]
|
| /linux/drivers/clk/at91/ |
| A D | sam9x7.c | 200 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()
|
| /linux/include/linux/pds/ |
| A D | pds_adminq.h | 68 __le64 eid; member 82 __le64 eid; member 99 __le64 eid; member 115 __le64 eid; member 134 __le64 eid; member 274 __le64 eid; member
|
| /linux/sound/firewire/bebob/ |
| A 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()
|