Home
last modified time | relevance | path

Searched defs:mep (Results 1 – 8 of 8) sorted by relevance

/linux/net/bridge/
H A Dbr_cfm.c9 struct br_cfm_mep *mep; in br_mep_find() local
21 struct br_cfm_mep *mep; in br_mep_find_ifindex() local
31 static struct br_cfm_peer_mep *br_peer_mep_find(struct br_cfm_mep *mep, in br_peer_mep_find() argument
161 ccm_frame_build(struct br_cfm_mep * mep,const struct br_cfm_cc_ccm_tx_info * const tx_info) ccm_frame_build() argument
270 struct br_cfm_mep *mep; ccm_tx_work_expired() local
378 struct br_cfm_mep *mep; br_cfm_frame_rx() local
503 struct br_cfm_mep *mep; br_cfm_mep_create() local
570 mep_delete_implementation(struct net_bridge * br,struct br_cfm_mep * mep) mep_delete_implementation() argument
598 struct br_cfm_mep *mep; br_cfm_mep_delete() local
619 struct br_cfm_mep *mep; br_cfm_mep_config_set() local
641 struct br_cfm_mep *mep; br_cfm_cc_config_set() local
678 struct br_cfm_mep *mep; br_cfm_cc_peer_mep_add() local
717 struct br_cfm_mep *mep; br_cfm_cc_peer_mep_remove() local
746 struct br_cfm_mep *mep; br_cfm_cc_rdi_set() local
766 struct br_cfm_mep *mep; br_cfm_cc_ccm_tx() local
822 struct br_cfm_mep *mep; br_cfm_mep_count() local
837 struct br_cfm_mep *mep; br_cfm_peer_mep_count() local
860 struct br_cfm_mep *mep; br_cfm_port_del() local
[all...]
H A Dbr_cfm_netlink.c458 struct br_cfm_mep *mep; in br_cfm_config_fill_info() local
621 struct br_cfm_mep *mep; in br_cfm_status_fill_info() local
H A Dbr_private_cfm.h139 struct br_cfm_mep *mep; member
/linux/tools/perf/util/
H A Dprint-events.c297 struct mep { struct
313 struct mep *a = container_of(rb_node, struct mep, nd); in mep_cmp() argument
/linux/drivers/usb/mtu3/
H A Dmtu3_qmu.c154 static void reset_gpd_list(struct mtu3_ep *mep) in reset_gpd_list()
165 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep) in mtu3_gpd_ring_alloc()
180 void mtu3_gpd_ring_free(struct mtu3_ep *mep) in mtu3_gpd_ring_free()
189 void mtu3_qmu_resume(struct mtu3_ep *mep) in mtu3_qmu_resume()
239 int mtu3_prepare_transfer(struct mtu3_ep *mep) in mtu3_prepare_transfer()
244 static int mtu3_prepare_tx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_tx_gpd()
287 static int mtu3_prepare_rx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_rx_gpd()
322 void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_insert_gpd()
331 int mtu3_qmu_start(struct mtu3_ep *mep) in mtu3_qmu_start()
375 void mtu3_qmu_stop(struct mtu3_ep *mep) in mtu3_qmu_stop()
[all …]
H A Dmtu3_gadget_ep0.c80 static void ep0_write_fifo(struct mtu3_ep *mep, const u8 *src, u16 len) in ep0_write_fifo()
100 static void ep0_read_fifo(struct mtu3_ep *mep, u8 *dst, u16 len) in ep0_read_fifo()
208 struct mtu3_ep *mep = NULL; in ep0_get_status() local
384 struct mtu3_ep *mep; in ep0_handle_feature() local
794 static int ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq) in ep0_queue()
839 struct mtu3_ep *mep; in mtu3_ep0_queue() local
866 struct mtu3_ep *mep; in mtu3_ep0_halt() local
H A Dmtu3_core.c23 static int ep_fifo_alloc(struct mtu3_ep *mep, u32 seg_size) in ep_fifo_alloc()
51 static void ep_fifo_free(struct mtu3_ep *mep) in ep_fifo_free()
298 static void mtu3_ep_reset(struct mtu3_ep *mep) in mtu3_ep_reset()
308 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set) in mtu3_ep_stall_set()
404 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_config_ep()
506 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep) in mtu3_deconfig_ep()
629 struct mtu3_ep *mep = mtu->in_eps + i; in mtu3_mem_alloc() local
H A Dmtu3.h299 struct mtu3_ep *mep; member
385 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request()