Home
last modified time | relevance | path

Searched refs:mep (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/net/bridge/
A Dbr_cfm.c13 return mep; in br_mep_find()
26 return mep; in br_mep_find_ifindex()
283 skb = ccm_frame_build(mep, &mep->cc_ccm_tx_info); in ccm_tx_work_expired()
534 if (mep) { in br_cfm_mep_create()
543 if (mep) { in br_cfm_mep_create()
550 mep = kzalloc(sizeof(*mep), GFP_KERNEL); in br_cfm_mep_create()
551 if (!mep) in br_cfm_mep_create()
603 if (!mep) { in br_cfm_mep_delete()
624 if (!mep) { in br_cfm_mep_config_set()
646 if (!mep) { in br_cfm_cc_config_set()
[all …]
A Dbr_cfm_netlink.c458 struct br_cfm_mep *mep; in br_cfm_config_fill_info() local
467 mep->instance)) in br_cfm_config_fill_info()
490 mep->instance)) in br_cfm_config_fill_info()
503 mep->config.mepid)) in br_cfm_config_fill_info()
514 mep->instance)) in br_cfm_config_fill_info()
538 mep->instance)) in br_cfm_config_fill_info()
542 mep->rdi)) in br_cfm_config_fill_info()
553 mep->instance)) in br_cfm_config_fill_info()
596 mep->instance)) in br_cfm_config_fill_info()
630 mep->instance)) in br_cfm_status_fill_info()
[all …]
A Dbr_private_cfm.h139 struct br_cfm_mep *mep; member
/linux-6.3-rc2/drivers/usb/mtu3/
A Dmtu3_gadget.c29 if (mep->epnum) in mtu3_req_complete()
49 if (mep->epnum) in nuke()
110 mep->ep.maxpacket = mep->maxp; in mtu3_ep_enable()
145 mep->type = 0; in mtu3_ep_disable()
146 mep->flags = 0; in mtu3_ep_disable()
169 mtu = mep->mtu; in mtu3_gadget_ep_enable()
182 mep->name); in mtu3_gadget_ep_enable()
243 mreq->mep = mep; in mtu3_alloc_request()
270 if (mreq->mep != mep) in mtu3_gadget_queue()
330 if (mreq->mep != mep) in mtu3_gadget_dequeue()
[all …]
A Dmtu3_qmu.c193 int epnum = mep->epnum; in mtu3_qmu_resume()
324 if (mep->is_in) in mtu3_insert_gpd()
335 u8 epnum = mep->epnum; in mtu3_qmu_start()
337 if (mep->is_in) { in mtu3_qmu_start()
378 int epnum = mep->epnum; in mtu3_qmu_stop()
391 if (mep->is_in) in mtu3_qmu_stop()
402 if (mep->is_in) in mtu3_qmu_stop()
415 mtu3_qmu_stop(mep); in mtu3_qmu_flush()
416 reset_gpd_list(mep); in mtu3_qmu_flush()
435 mreq = next_request(mep); in qmu_tx_zlp_error_handler()
[all …]
A Dmtu3_trace.h175 TP_ARGS(mep, gpd),
177 __string(name, mep->name)
201 TP_ARGS(mep, gpd)
206 TP_ARGS(mep, gpd)
211 TP_ARGS(mep, gpd)
216 TP_ARGS(mep),
218 __string(name, mep->name)
230 __entry->type = mep->type;
254 TP_ARGS(mep)
259 TP_ARGS(mep)
[all …]
A Dmtu3_qmu.h20 void mtu3_qmu_stop(struct mtu3_ep *mep);
21 int mtu3_qmu_start(struct mtu3_ep *mep);
22 void mtu3_qmu_resume(struct mtu3_ep *mep);
23 void mtu3_qmu_flush(struct mtu3_ep *mep);
25 void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq);
26 int mtu3_prepare_transfer(struct mtu3_ep *mep);
28 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep);
29 void mtu3_gpd_ring_free(struct mtu3_ep *mep);
A Dmtu3_core.c46 __func__, mep->fifo_seg_size, mep->fifo_size, start_bit); in ep_fifo_alloc()
48 return mep->fifo_addr; in ep_fifo_alloc()
63 mep->fifo_size = 0; in ep_fifo_free()
67 __func__, mep->fifo_seg_size, mep->fifo_size, start_bit); in ep_fifo_free()
301 u32 rst_bit = EP_RST(mep->is_in, mep->epnum); in mtu3_ep_reset()
414 fifo_addr = ep_fifo_alloc(mep, mep->maxp); in mtu3_config_ep()
421 mep->fifo_seg_size, mep->fifo_size); in mtu3_config_ep()
423 if (mep->is_in) { in mtu3_config_ep()
499 __func__, mep->name, mep->fifo_addr, mep->fifo_size, in mtu3_config_ep()
511 if (mep->is_in) { in mtu3_deconfig_ep()
[all …]
A Dmtu3_debugfs.c94 struct mtu3_ep *mep; in mtu3_ep_used_show() local
102 mep = mtu->in_eps + i; in mtu3_ep_used_show()
104 seq_printf(sf, "%s - type: %s\n", mep->name, usb_ep_type_string(mep->type)); in mtu3_ep_used_show()
110 seq_printf(sf, "%s - type: %s\n", mep->name, usb_ep_type_string(mep->type)); in mtu3_ep_used_show()
148 int epnum = mep->epnum; in mtu3_debugfs_ep_regset()
149 int in = mep->is_in; in mtu3_debugfs_ep_regset()
181 usb_ep_type_string(mep->type), mep->maxp, mep->slot, mep->flags); in mtu3_ep_info_show()
195 mep->fifo_seg_size, mep->fifo_addr, mep->fifo_size); in mtu3_fifo_show()
208 ring = &mep->gpd_ring; in mtu3_qmu_ring_show()
230 ring = &mep->gpd_ring; in mtu3_qmu_gpd_show()
[all …]
A Dmtu3_gadget_ep0.c196 mtu->ep0_req.mep = mtu->ep0; in ep0_set_sel()
208 struct mtu3_ep *mep = NULL; in ep0_get_status() local
245 if (!mep->desc) { in ep0_get_status()
384 struct mtu3_ep *mep; in ep0_handle_feature() local
415 if (!mep->desc) in ep0_handle_feature()
839 struct mtu3_ep *mep; in mtu3_ep0_queue() local
848 mep = to_mtu3_ep(ep); in mtu3_ep0_queue()
849 mtu = mep->mtu; in mtu3_ep0_queue()
866 struct mtu3_ep *mep; in mtu3_ep0_halt() local
874 mep = to_mtu3_ep(ep); in mtu3_ep0_halt()
[all …]
A Dmtu3.h298 struct mtu3_ep *mep; member
384 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request() argument
386 return list_first_entry_or_null(&mep->req_list, struct mtu3_request, in next_request()
419 void mtu3_req_complete(struct mtu3_ep *mep,
422 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep,
424 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep);
425 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set);
/linux-6.3-rc2/drivers/scsi/
A Dmac_esp.c119 if (mep->pdma_regs == NULL) { in mac_esp_wait_for_dreq()
296 struct mac_esp_priv *mep; in esp_mac_probe() local
327 if (!mep) in esp_mac_probe()
329 mep->esp = esp; in esp_mac_probe()
337 mep->pdma_regs = NULL; in esp_mac_probe()
354 mep->pdma_io = NULL; in esp_mac_probe()
355 mep->pdma_regs = NULL; in esp_mac_probe()
362 if (mep->pdma_io == NULL) { in esp_mac_probe()
401 kfree(mep); in esp_mac_probe()
413 struct esp *esp = mep->esp; in esp_mac_remove()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dmetricgroup.c358 struct mep { struct
372 struct mep *a = container_of(rb_node, struct mep, nd); in mep_cmp() argument
373 struct mep *b = (struct mep *)entry; in mep_cmp()
385 struct mep *me = malloc(sizeof(struct mep)); in mep_new()
390 memcpy(me, entry, sizeof(struct mep)); in mep_new()
397 struct mep *me = container_of(nd, struct mep, nd); in mep_delete()
407 struct mep me = { in mep_lookup()
414 return container_of(nd, struct mep, nd); in mep_lookup()
419 return container_of(nd, struct mep, nd); in mep_lookup()
434 struct mep *me; in metricgroup__add_to_mep_groups()
[all …]

Completed in 42 milliseconds