| /linux/net/mctp/ |
| H A 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 …]
|
| H A D | route.c | 869 unsigned int net, mctp_eid_t eid) in mctp_rt_match_eid() argument 872 rt->min <= eid && rt->max >= eid; in mctp_rt_match_eid() 901 static void mctp_dst_from_route(struct mctp_dst *dst, mctp_eid_t eid, in mctp_dst_from_route() argument 906 dst->nexthop = eid; in mctp_dst_from_route() 1013 daddr = rt->gateway.eid; in mctp_route_lookup() 1206 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add() 1454 gatewayp->eid = 0; in mctp_route_nlparse_common() 1457 if (!mctp_address_unicast(gateway->eid)) { in mctp_route_nlparse_common() 1462 gatewayp->eid = gateway->eid; in mctp_route_nlparse_common() 1509 } else if (gw.eid) { in mctp_route_nlparse_lookup() [all …]
|
| H A D | device.c | 61 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo() argument 80 if (nla_put_u8(skb, IFA_LOCAL, eid)) in mctp_fill_addrinfo() 83 if (nla_put_u8(skb, IFA_ADDRESS, eid)) in mctp_fill_addrinfo() 152 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify() argument 164 rc = mctp_fill_addrinfo(skb, mdev, eid, msg_type, in mctp_addr_notify()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | adminq.c | 15 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() 32 ecode, eid); in pdsc_process_notifyq() 38 ecode, eid); in pdsc_process_notifyq() 44 ecode, eid); in pdsc_process_notifyq() 49 ecode, eid); in pdsc_process_notifyq() 53 pdsc->last_eid = eid; in pdsc_process_notifyq() 57 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq()
|
| /linux/net/wireless/tests/ |
| H A D | scan.c | 25 u8 eid; member 41 .eid = WLAN_EID_EXT_EHT_MULTI_LINK }, 132 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 138 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 147 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 151 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 169 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 171 .eid = WLAN_EID_EXT_ASSOC_DELAY_INFO }, 173 .eid = WLAN_EID_EXT_HE_OPERATION }, 175 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS }, [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H 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,
|
| H A D | sdio.h | 115 enum ath10k_htc_ep_id eid; member 132 enum ath10k_htc_ep_id eid; member
|
| /linux/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 148 eid = escape[ref] 149 tname = sprintf("inat_escape_table_%d", eid) 163 if (aid == -1 && eid == -1) # primary opcode table 177 if (xopid == -1 && eid == -1) # primary opcode table 228 etable[eid,0] = tname 237 etable[eid,1] = tname "_1" 244 etable[eid,2] = tname "_2" 251 etable[eid,3] = tname "_3"
|
| /linux/tools/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 148 eid = escape[ref] 149 tname = sprintf("inat_escape_table_%d", eid) 163 if (aid == -1 && eid == -1) # primary opcode table 177 if (xopid == -1 && eid == -1) # primary opcode table 228 etable[eid,0] = tname 237 etable[eid,1] = tname "_1" 244 etable[eid,2] = tname "_2" 251 etable[eid,3] = tname "_3"
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A 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 …]
|
| H 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()
|
| H A D | htc_mbox.c | 369 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt() 445 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete() 547 enum htc_endpoint_id eid, unsigned int len, in htc_check_credits() argument 557 if (eid == ENDPOINT_0) in htc_check_credits() 570 eid); in htc_check_credits() 768 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle() 885 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue() 984 endpoint->eid, txq_depth, in ath6kl_htc_tx_try() 1150 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument 1154 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep() [all …]
|
| H 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() 242 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets() 347 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 665 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report() 671 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report() 753 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete() 974 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_pipe_rx_complete() 977 htc_hdr->eid); in ath6kl_htc_pipe_rx_complete() [all …]
|
| /linux/net/smc/ |
| H A 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() 217 lst_ueid->eid)) { in _smc_nl_ueid_dump() 310 if (!memcmp(tmp_ueid->eid, peer_ueid, SMC_MAX_EID_LEN)) in _smc_clc_match_ueid() 948 memcpy(v2_ext->user_eids[i++], ueident->eid, in smc_clc_send_proposal() 949 sizeof(ueident->eid)); in smc_clc_send_proposal() 955 u8 *eid = NULL; in smc_clc_send_proposal() local 963 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal() 1050 smcd_clc_prep_confirm_accept(struct smc_connection * conn,struct smc_clc_msg_accept_confirm * clc,int first_contact,u8 version,u8 * eid,struct smc_init_info * ini,int * fce_len,struct smc_clc_first_contact_ext_v2x * fce_v2x,struct smc_clc_msg_trail * trl) smcd_clc_prep_confirm_accept() argument 1094 smcr_clc_prep_confirm_accept(struct smc_connection * conn,struct smc_clc_msg_accept_confirm * clc,int first_contact,u8 version,u8 * eid,struct smc_init_info * ini,int * fce_len,struct smc_clc_first_contact_ext_v2x * fce_v2x,struct smc_clc_fce_gid_ext * gle,struct smc_clc_msg_trail * trl) smcr_clc_prep_confirm_accept() argument 1158 smc_clc_send_confirm_accept(struct smc_sock * smc,struct smc_clc_msg_accept_confirm * clc,int first_contact,u8 version,u8 * eid,struct smc_init_info * ini) smc_clc_send_confirm_accept() argument 1214 smc_clc_send_confirm(struct smc_sock * smc,bool clnt_first_contact,u8 version,u8 * eid,struct smc_init_info * ini) smc_clc_send_confirm() argument [all...] |
| /linux/sound/firewire/oxfw/ |
| H 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()
|
| H A D | oxfw.h | 102 u8 *buf, unsigned int *len, unsigned int eid); 114 unsigned int eid) in avc_stream_get_format_list() argument 116 return avc_stream_get_format(unit, dir, pid, buf, len, eid); in avc_stream_get_format_list()
|
| /linux/net/mctp/test/ |
| H A D | utils.c | 142 mctp_eid_t eid, in mctp_test_create_route_direct() argument 151 rt->rt.min = eid; in mctp_test_create_route_direct() 152 rt->rt.max = eid; in mctp_test_create_route_direct() 167 mctp_eid_t eid, in mctp_test_create_route_gw() argument 177 rt->rt.min = eid; in mctp_test_create_route_gw() 178 rt->rt.max = eid; in mctp_test_create_route_gw() 182 rt->rt.gateway.eid = gw; in mctp_test_create_route_gw()
|
| /linux/drivers/clk/at91/ |
| H A D | sama7d65.c | 203 u8 eid; member 228 .eid = PMC_CPUPLL, 263 .eid = PMC_SYSPLL, 331 .eid = PMC_BAUDPLL, 353 .eid = PMC_AUDIOPMCPLL, 364 .eid = PMC_AUDIOIOPLL, 386 .eid = PMC_ETHPLL, 408 .eid = PMC_LVDSPLL, 430 .eid = PMC_UTMI, 463 u8 eid; member [all …]
|
| H A D | sam9x7.c | 205 u8 eid; member 228 .eid = PMC_PLLACK, 250 .eid = PMC_UTMI, 272 .eid = PMC_AUDIOPMCPLL, 283 .eid = PMC_AUDIOIOPLL, 305 .eid = PMC_LVDSPLL, 321 .eid = PMC_PLLADIV2, 824 if (sam9x7_plls[i][j].eid) in sam9x7_pmc_setup() 825 sam9x7_pmc->chws[sam9x7_plls[i][j].eid] = hw; in sam9x7_pmc_setup()
|
| H A D | sama7g5.c | 161 u8 eid; member 186 .eid = PMC_CPUPLL, 221 .eid = PMC_SYSPLL, 309 .eid = PMC_AUDIOPMCPLL, 320 .eid = PMC_AUDIOIOPLL, 374 u8 eid; member 384 .eid = PMC_MCK1, 1083 if (sama7g5_plls[i][j].eid) in sama7g5_pmc_setup() 1084 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup() 1133 if (sama7g5_mckx[i].eid) in sama7g5_pmc_setup() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-utils.h | 39 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()
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A 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()
|
| H A D | mcp251xfd-rx.c | 128 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()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | sample_filter.bpf.c | 223 __u64 eid = kctx->event->id; in perf_sample_filter() local 229 eid = kctx->event->parent->id; in perf_sample_filter() 231 key_id = bpf_map_lookup_elem(&event_hash, &eid); in perf_sample_filter()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_command.c | 291 unsigned int *len, unsigned int eid) in avc_bridgeco_get_plug_strm_fmt() argument 305 buf[10] = 0xff & eid; /* Entry ID */ in avc_bridgeco_get_plug_strm_fmt() 320 else if (buf[10] != eid) in avc_bridgeco_get_plug_strm_fmt()
|