Searched refs:eid (Results 26 - 50 of 99) sorted by relevance

1234

/linux-master/net/smc/
H A Dsmc_ism.h56 void smc_ism_get_system_eid(u8 **eid);
H A Dsmc_clc.h283 u8 eid[SMC_MAX_EID_LEN]; member in struct:smc_clc_msg_accept_confirm::__anon3453::__anon3454::__anon3455
291 u8 eid[SMC_MAX_EID_LEN]; member in struct:smc_clc_msg_accept_confirm::__anon3453::__anon3456::__anon3457
432 u8 version, u8 *eid, struct smc_init_info *ini);
H A Dsmc_ism.c75 void smc_ism_get_system_eid(u8 **eid) argument
78 *eid = NULL;
80 *eid = smc_ism_v2_system_eid;
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-rx.c117 u32 sid, eid; local
119 eid = FIELD_GET(MCP251XFD_OBJ_ID_EID_MASK, hw_rx_obj->id);
123 FIELD_PREP(MCP251XFD_REG_FRAME_EFF_EID_MASK, eid) |
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c389 enum ath10k_htc_ep_id eid; local
396 eid = pipe_id_to_eid(htc_hdr->eid);
401 eid,
437 &lookaheads[lookahead_idx++])->eid;
474 cb->eid = id;
576 htc_hdr->eid, htc_hdr->flags,
1337 ep = &ar->htc.endpoint[req->eid];
1363 ep = &ar->htc.endpoint[cb->eid];
1490 bool htc_msg, enum ath10k_htc_ep_id eid)
1487 ath10k_sdio_prep_async_req(struct ath10k *ar, u32 addr, struct sk_buff *skb, struct completion *comp, bool htc_msg, enum ath10k_htc_ep_id eid) argument
1650 enum ath10k_htc_ep_id eid; local
2036 enum ath10k_htc_ep_id eid; local
[all...]
H A Dhtt_tx.c622 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
664 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
726 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
788 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
875 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
945 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
996 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
1043 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
1090 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
1134 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, sk
[all...]
H A Dhtt.c312 htt->eid = conn_resp.eid;
315 ep = &ar->htc.endpoint[htt->eid];
321 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true);
H A Dusb.c26 return (enum ath10k_htc_ep_id)htc_hdr->eid;
287 ep = &ar->htc.endpoint[htc_hdr->eid];
296 enum ath10k_htc_ep_id eid; local
303 eid = eid_from_htc_hdr(htc_hdr);
304 ep = &ar->htc.endpoint[eid];
307 ath10k_warn(ar, "ep %d is not connected\n", eid);
329 eid,
/linux-master/net/mctp/
H A Ddevice.c62 struct mctp_dev *mdev, mctp_eid_t eid,
80 if (nla_put_u8(skb, IFA_LOCAL, eid))
83 if (nla_put_u8(skb, IFA_ADDRESS, eid))
159 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, argument
171 rc = mctp_fill_addrinfo(skb, mdev, eid, msg_type,
61 mctp_fill_addrinfo(struct sk_buff *skb, struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, u32 portid, u32 seq, int flag) argument
/linux-master/sound/firewire/bebob/
H A Dbebob_stream.c780 unsigned int len, eid; local
797 for (eid = 0; eid < SND_BEBOB_STRM_FMT_ENTRIES; ++eid) {
801 err = avc_bridgeco_get_plug_strm_fmt(bebob->unit, addr, buf, &len, eid);
803 if (err == -EINVAL && eid > 0) {
809 eid, plug_dir, plug_id, err);
H A Dbebob_command.c291 unsigned int *len, unsigned int eid)
305 buf[10] = 0xff & eid; /* Entry ID */
320 else if (buf[10] != eid)
289 avc_bridgeco_get_plug_strm_fmt(struct fw_unit *unit, u8 addr[AVC_BRIDGECO_ADDR_BYTES], u8 *buf, unsigned int *len, unsigned int eid) argument
/linux-master/drivers/pci/switch/
H A Dswitchtec.c1392 static int mask_event(struct switchtec_dev *stdev, int eid, int idx) argument
1394 size_t off = event_regs[eid].offset;
1398 hdr_reg = event_regs[eid].map_reg(stdev, off, idx);
1407 dev_dbg(&stdev->dev, "%s: %d %d %x\n", __func__, eid, idx, hdr);
1414 static int mask_all_events(struct switchtec_dev *stdev, int eid) argument
1419 if (event_regs[eid].map_reg == part_ev_reg) {
1421 count += mask_event(stdev, eid, idx);
1422 } else if (event_regs[eid].map_reg == pff_ev_reg) {
1427 count += mask_event(stdev, eid, idx);
1430 count += mask_event(stdev, eid,
1441 int eid, event_count = 0; local
[all...]
/linux-master/drivers/hte/
H A Dhte-tegra194.c363 static int tegra_hte_map_to_line_id(u32 eid, argument
369 if (eid >= map_sz)
371 if (m[eid].slice == NV_AON_SLICE_INVALID)
374 *mapped = (m[eid].slice << 5) + m[eid].bit_index;
376 *mapped = eid;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c257 u64 eid; local
264 eid = le64_to_cpu(comp->event.eid);
267 if ((s64)(eid - lif->last_eid) <= 0)
270 lif->last_eid = eid;
295 netdev_warn(netdev, "Notifyq event ecode=%d eid=%lld\n",
296 comp->event.ecode, eid);
H A Dionic_if.h1594 * @eid: most recent NotifyQ event id
1601 __le64 eid; member in struct:ionic_lif_status
2409 * @eid: event number
2417 __le64 eid; member in struct:ionic_notifyq_event
2424 * @eid: event number
2432 __le64 eid; member in struct:ionic_link_change_event
2441 * @eid: event number
2450 __le64 eid; member in struct:ionic_reset_event
2459 * @eid: event number
2463 __le64 eid; member in struct:ionic_heartbeat_event
2475 __le64 eid; member in struct:ionic_log_event
2486 __le64 eid; member in struct:ionic_xcvr_event
[all...]
/linux-master/drivers/clk/at91/
H A Dsama7g5.c154 * @eid: export index in sama7g5->chws[] array
166 u8 eid; member in struct:sama7g5_pll
191 .eid = PMC_CPUPLL,
226 .eid = PMC_SYSPLL,
314 .eid = PMC_AUDIOPMCPLL,
325 .eid = PMC_AUDIOIOPLL,
365 * @eid: export index in sama7g5->chws[] array
379 u8 eid; member in struct:__anon22
389 .eid = PMC_MCK1,
1088 if (sama7g5_plls[i][j].eid)
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c166 * @eid: Element ID to match
174 u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) argument
188 if (eid == in_ie[cnt]
211 * @eid: Element ID to match
217 int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len) argument
232 target_ie = rtw_get_ie_ex(start, search_len, eid, oui, oui_len, NULL, &target_ielen);
650 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; local
661 eid = in_ie[cnt];
663 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) {
/linux-master/drivers/staging/rtl8712/
H A Dieee80211.c398 u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; local
403 eid = in_ie[cnt];
404 if ((eid == _WPA_IE_ID_) &&
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h141 u8 eid; member in struct:mt7615_mcu_rxd
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c298 switch (rxd->eid) {
337 switch (rxd->eid) {
361 if (rxd->eid == 0x6) {
367 rxd->eid == MCU_EVENT_BSS_BEACON_LOSS ||
368 rxd->eid == MCU_EVENT_SCHED_SCAN_DONE ||
369 rxd->eid == MCU_EVENT_RSSI_NOTIFY ||
370 rxd->eid == MCU_EVENT_SCAN_DONE ||
371 rxd->eid == MCU_EVENT_TX_DONE ||
372 rxd->eid == MCU_EVENT_DBG_MSG ||
373 rxd->eid
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c179 #define REVT_NOTIFY_SET_STATUS(revt, eid, sid, state) \
183 (eid), (sid), (state)); \
186 #define REVT_NOTIFY_ENABLE(revt, eid, sid) \
187 REVT_NOTIFY_SET_STATUS((revt), (eid), (sid), true)
189 #define REVT_NOTIFY_DISABLE(revt, eid, sid) \
190 REVT_NOTIFY_SET_STATUS((revt), (eid), (sid), false)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c972 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb);
1005 ret = ath11k_htc_send(&ab->htc, dp->eid, skb);
1052 ret = ath11k_htc_send(&ab->htc, dp->eid, skb);
1117 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb);
1167 ret = ath11k_htc_send(&ab->htc, dp->eid, skb);
1287 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c791 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb);
824 ret = ath12k_htc_send(&ab->htc, dp->eid, skb);
871 ret = ath12k_htc_send(&ab->htc, dp->eid, skb);
987 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb);
1031 ret = ath12k_htc_send(&ab->htc, dp->eid, skb);
1202 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h968 uint64_t eid:5; member in struct:cvmx_pko_mem_iport_ptrs::cvmx_pko_mem_iport_ptrs_s
974 uint64_t eid:5;
996 uint64_t eid:5; member in struct:cvmx_pko_mem_iport_qos::cvmx_pko_mem_iport_qos_s
1002 uint64_t eid:5;
1067 uint64_t eid:4; member in struct:cvmx_pko_mem_port_ptrs::cvmx_pko_mem_port_ptrs_s
1071 uint64_t eid:4;
1088 uint64_t eid:4; member in struct:cvmx_pko_mem_port_qos::cvmx_pko_mem_port_qos_s
1092 uint64_t eid:4;
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c127 * Initialize every iport with the invalid eid.
130 config.s.eid = 31; /* Invalid */
151 config.s.eid = config.s.intr;

Completed in 281 milliseconds

1234