Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 25 of 739) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_core.c71 static inline void mtu3_ss_func_set(struct mtu3 *mtu, bool enable) in mtu3_ss_func_set()
83 static inline void mtu3_hs_softconn_set(struct mtu3 *mtu, bool enable) in mtu3_hs_softconn_set()
96 static int mtu3_device_enable(struct mtu3 *mtu) in mtu3_device_enable()
123 static void mtu3_device_disable(struct mtu3 *mtu) in mtu3_device_disable()
145 static void mtu3_device_reset(struct mtu3 *mtu) in mtu3_device_reset()
154 static void mtu3_intr_status_clear(struct mtu3 *mtu) in mtu3_intr_status_clear()
171 static void mtu3_intr_disable(struct mtu3 *mtu) in mtu3_intr_disable()
181 static void mtu3_intr_enable(struct mtu3 *mtu) in mtu3_intr_enable()
210 void mtu3_set_speed(struct mtu3 *mtu, enum usb_device_speed speed) in mtu3_set_speed()
250 static void mtu3_csr_init(struct mtu3 *mtu) in mtu3_csr_init()
[all …]
Dmtu3_gadget.c19 struct mtu3 *mtu = mreq->mtu; in mtu3_req_complete() local
63 struct mtu3 *mtu = mep->mtu; in mtu3_ep_enable() local
127 struct mtu3 *mtu = mep->mtu; in mtu3_ep_disable() local
149 struct mtu3 *mtu; in mtu3_gadget_ep_enable() local
203 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_disable() local
256 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_queue() local
319 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_dequeue() local
358 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_set_halt() local
423 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_get_frame() local
430 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_wakeup() local
[all …]
Dmtu3_gadget_ep0.c18 #define next_ep0_request(mtu) next_request((mtu)->ep0) argument
39 static char *decode_ep0_state(struct mtu3 *mtu) in decode_ep0_state()
57 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback()
63 forward_to_driver(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in forward_to_driver()
120 static void ep0_load_test_packet(struct mtu3 *mtu) in ep0_load_test_packet()
137 struct mtu3 *mtu = mep0->mtu; in ep0_stall_set() local
156 static void ep0_do_status_stage(struct mtu3 *mtu) in ep0_do_status_stage()
173 struct mtu3 *mtu; in ep0_set_sel_complete() local
185 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in ep0_set_sel()
206 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in ep0_get_status()
[all …]
Dmtu3_qmu.c38 #define GPD_RX_BUF_LEN(mtu, x) \ argument
46 #define GPD_DATA_LEN(mtu, x) \ argument
57 #define GPD_EXT_NGP(mtu, x) \ argument
63 #define GPD_EXT_BUF(mtu, x) \ argument
191 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_resume() local
249 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_tx_gpd() local
290 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_rx_gpd() local
328 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_start() local
372 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_stop() local
413 static void qmu_tx_zlp_error_handler(struct mtu3 *mtu, u8 epnum) in qmu_tx_zlp_error_handler()
[all …]
Dmtu3_debugfs.c80 struct mtu3 *mtu = sf->private; in mtu3_link_state_show() local
92 struct mtu3 *mtu = sf->private; in mtu3_ep_used_show() local
123 static void mtu3_debugfs_regset(struct mtu3 *mtu, void __iomem *base, in mtu3_debugfs_regset()
143 static void mtu3_debugfs_ep_regset(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_debugfs_ep_regset()
175 struct mtu3 *mtu = mep->mtu; in mtu3_ep_info_show() local
189 struct mtu3 *mtu = mep->mtu; in mtu3_fifo_show() local
203 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_ring_show() local
221 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_gpd_show() local
291 struct mtu3 *mtu = sf->private; in mtu3_probe_show() local
318 struct mtu3 *mtu = sf->private; in mtu3_probe_write() local
[all …]
/kernel/linux/linux-4.19/drivers/usb/mtu3/
Dmtu3_core.c68 static inline void mtu3_ss_func_set(struct mtu3 *mtu, bool enable) in mtu3_ss_func_set()
80 static inline void mtu3_hs_softconn_set(struct mtu3 *mtu, bool enable) in mtu3_hs_softconn_set()
93 static int mtu3_device_enable(struct mtu3 *mtu) in mtu3_device_enable()
120 static void mtu3_device_disable(struct mtu3 *mtu) in mtu3_device_disable()
142 static void mtu3_device_reset(struct mtu3 *mtu) in mtu3_device_reset()
152 static void mtu3_intr_disable(struct mtu3 *mtu) in mtu3_intr_disable()
162 static void mtu3_intr_status_clear(struct mtu3 *mtu) in mtu3_intr_status_clear()
177 static void mtu3_intr_enable(struct mtu3 *mtu) in mtu3_intr_enable()
209 struct mtu3 *mtu = mep->mtu; in mtu3_ep_reset() local
219 struct mtu3 *mtu = mep->mtu; in mtu3_ep_stall_set() local
[all …]
Dmtu3_gadget.c18 struct mtu3 *mtu; in mtu3_req_complete() local
68 struct mtu3 *mtu = mep->mtu; in mtu3_ep_enable() local
134 struct mtu3 *mtu = mep->mtu; in mtu3_ep_disable() local
156 struct mtu3 *mtu; in mtu3_gadget_ep_enable() local
211 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_disable() local
259 struct mtu3 *mtu; in mtu3_gadget_queue() local
328 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_dequeue() local
364 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_set_halt() local
434 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_get_frame() local
441 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_wakeup() local
[all …]
Dmtu3_gadget_ep0.c16 #define next_ep0_request(mtu) next_request((mtu)->ep0) argument
37 static char *decode_ep0_state(struct mtu3 *mtu) in decode_ep0_state()
55 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback()
61 forward_to_driver(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in forward_to_driver()
118 static void ep0_load_test_packet(struct mtu3 *mtu) in ep0_load_test_packet()
135 struct mtu3 *mtu = mep0->mtu; in ep0_stall_set() local
162 struct mtu3 *mtu; in ep0_set_sel_complete() local
174 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in ep0_set_sel()
195 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in ep0_get_status()
263 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in handle_test_mode()
[all …]
Dmtu3_qmu.c180 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_resume() local
317 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_start() local
363 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_stop() local
404 static void qmu_tx_zlp_error_handler(struct mtu3 *mtu, u8 epnum) in qmu_tx_zlp_error_handler()
459 static void qmu_done_tx(struct mtu3 *mtu, u8 epnum) in qmu_done_tx()
498 static void qmu_done_rx(struct mtu3 *mtu, u8 epnum) in qmu_done_rx()
535 static void qmu_done_isr(struct mtu3 *mtu, u32 done_status) in qmu_done_isr()
547 static void qmu_exception_isr(struct mtu3 *mtu, u32 qmu_status) in qmu_exception_isr()
587 irqreturn_t mtu3_qmu_isr(struct mtu3 *mtu) in mtu3_qmu_isr()
613 int mtu3_qmu_init(struct mtu3 *mtu) in mtu3_qmu_init()
[all …]
/kernel/linux/linux-4.19/net/ipv6/
Dxfrm6_output.c47 static void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu()
58 void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error()
73 int mtu, ret = 0; in xfrm6_tunnel_check_size() local
149 int mtu; in __xfrm6_output() local
/kernel/linux/linux-5.10/net/ipv6/
Dxfrm6_output.c26 void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu()
37 void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error()
59 unsigned int mtu; in __xfrm6_output() local
Dip6_output.c158 struct sk_buff *skb, unsigned int mtu) in ip6_finish_output_gso_slowpath_drop()
191 unsigned int mtu; in __ip6_finish_output() local
275 u32 mtu; in ip6_xmit() local
470 static bool ip6_pkt_too_big(const struct sk_buff *skb, unsigned int mtu) in ip6_pkt_too_big()
495 u32 mtu; in ip6_forward() local
734 void ip6_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int mtu, in ip6_frag_init()
839 unsigned int mtu, hlen, nexthdr_offset; in ip6_fragment() local
1351 static void ip6_append_data_mtu(unsigned int *mtu, in ip6_append_data_mtu()
1380 unsigned int mtu; in ip6_setup_cork() local
1464 unsigned int maxfraglen, fragheaderlen, mtu, orig_mtu, pmtu; in __ip6_append_data() local
/kernel/linux/linux-4.19/net/ipv4/
Dip_forward.c43 static bool ip_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in ip_exceeds_mtu()
81 u32 mtu; in ip_forward() local
Dxfrm4_output.c23 int mtu, ret = 0; in xfrm4_tunnel_check_size() local
107 void xfrm4_local_error(struct sk_buff *skb, u32 mtu) in xfrm4_local_error()
/kernel/linux/linux-5.10/net/ipv4/
Dip_forward.c43 static bool ip_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in ip_exceeds_mtu()
88 u32 mtu; in ip_forward() local
/kernel/linux/linux-4.19/drivers/infiniband/sw/rxe/
Drxe.c297 enum ib_mtu mtu; in rxe_set_mtu() local
311 int rxe_add(struct rxe_dev *rxe, unsigned int mtu) in rxe_add()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe.c223 enum ib_mtu mtu; in rxe_set_mtu() local
237 int rxe_add(struct rxe_dev *rxe, unsigned int mtu, const char *ibdev_name) in rxe_add()
/kernel/linux/linux-4.19/drivers/infiniband/hw/hfi1/
Dqp.c171 static inline int opa_mtu_enum_to_int(int mtu) in opa_mtu_enum_to_int()
185 static inline int verbs_mtu_enum_to_int(struct ib_device *dev, enum ib_mtu mtu) in verbs_mtu_enum_to_int()
731 int mtu_to_path_mtu(u32 mtu) in mtu_to_path_mtu()
738 u32 mtu; in mtu_from_qp() local
761 int mtu, pidx = qp->port_num - 1; in get_pmtu_from_attr() local
/kernel/linux/linux-4.19/tools/testing/selftests/net/
Dudpgso.c292 static void __set_device_mtu(int fd, const char *ifname, unsigned int mtu) in __set_device_mtu()
305 static void set_device_mtu(int fd, int mtu) in set_device_mtu()
341 unsigned int mtu; in get_path_mtu() local
359 static void set_route_mtu(int mtu, bool is_ipv4) in set_route_mtu()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dudpgso.c291 static void __set_device_mtu(int fd, const char *ifname, unsigned int mtu) in __set_device_mtu()
304 static void set_device_mtu(int fd, int mtu) in set_device_mtu()
340 unsigned int mtu; in get_path_mtu() local
358 static void set_route_mtu(int mtu, bool is_ipv4) in set_route_mtu()
/kernel/linux/linux-4.19/drivers/infiniband/hw/qib/
Dqib_qp.c265 static int mtu_to_enum(u32 mtu) in mtu_to_enum()
294 int mtu, pmtu, pidx = qp->port_num - 1; in qib_get_pmtu_from_attr() local
309 int qib_mtu_to_path_mtu(u32 mtu) in qib_mtu_to_path_mtu()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_qp.c265 static int mtu_to_enum(u32 mtu) in mtu_to_enum()
294 int mtu, pmtu, pidx = qp->port_num - 1; in qib_get_pmtu_from_attr() local
309 int qib_mtu_to_path_mtu(u32 mtu) in qib_mtu_to_path_mtu()
/kernel/linux/linux-4.19/drivers/clocksource/
Dsh_mtu2.c37 struct sh_mtu2_device *mtu; member
340 struct sh_mtu2_device *mtu) in sh_mtu2_setup_channel()
373 static int sh_mtu2_map_memory(struct sh_mtu2_device *mtu) in sh_mtu2_map_memory()
390 static int sh_mtu2_setup(struct sh_mtu2_device *mtu, in sh_mtu2_setup()
450 struct sh_mtu2_device *mtu = platform_get_drvdata(pdev); in sh_mtu2_probe() local
/kernel/linux/linux-5.10/drivers/clocksource/
Dsh_mtu2.c33 struct sh_mtu2_device *mtu; member
340 struct sh_mtu2_device *mtu) in sh_mtu2_setup_channel()
370 static int sh_mtu2_map_memory(struct sh_mtu2_device *mtu) in sh_mtu2_map_memory()
387 static int sh_mtu2_setup(struct sh_mtu2_device *mtu, in sh_mtu2_setup()
452 struct sh_mtu2_device *mtu = platform_get_drvdata(pdev); in sh_mtu2_probe() local
/kernel/linux/linux-5.10/net/tipc/
Dudp_media.h49 static inline bool tipc_udp_mtu_bad(u32 mtu) in tipc_udp_mtu_bad()

12345678910>>...30