Home
last modified time | relevance | path

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

12345678910>>...33

/kernel/linux/linux-6.6/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()
144 static void mtu3_dev_power_on(struct mtu3 *mtu) in mtu3_dev_power_on()
155 static void mtu3_dev_power_down(struct mtu3 *mtu) in mtu3_dev_power_down()
167 static void mtu3_device_reset(struct mtu3 *mtu) in mtu3_device_reset()
176 static void mtu3_intr_status_clear(struct mtu3 *mtu) in mtu3_intr_status_clear()
193 static void mtu3_intr_disable(struct mtu3 *mtu) in mtu3_intr_disable()
203 static void mtu3_intr_enable(struct mtu3 *mtu) in mtu3_intr_enable()
[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
134 struct mtu3 *mtu = mep->mtu; in mtu3_ep_disable() local
155 struct mtu3 *mtu; in mtu3_gadget_ep_enable() local
209 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_disable() local
263 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_queue() local
326 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_dequeue() local
365 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_set_halt() local
430 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_get_frame() local
435 static void function_wake_notif(struct mtu3 *mtu, u8 intf) in function_wake_notif()
[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
250 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_tx_gpd() local
293 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_rx_gpd() local
333 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_start() local
377 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_stop() local
425 static void qmu_tx_zlp_error_handler(struct mtu3 *mtu, u8 epnum) in qmu_tx_zlp_error_handler()
[all …]
Dmtu3_debugfs.c81 struct mtu3 *mtu = sf->private; in mtu3_link_state_show() local
93 struct mtu3 *mtu = sf->private; in mtu3_ep_used_show() local
124 static void mtu3_debugfs_regset(struct mtu3 *mtu, void __iomem *base, in mtu3_debugfs_regset()
144 static void mtu3_debugfs_ep_regset(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_debugfs_ep_regset()
176 struct mtu3 *mtu = mep->mtu; in mtu3_ep_info_show() local
190 struct mtu3 *mtu = mep->mtu; in mtu3_fifo_show() local
204 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_ring_show() local
222 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_gpd_show() local
292 struct mtu3 *mtu = sf->private; in mtu3_probe_show() local
319 struct mtu3 *mtu = sf->private; in mtu3_probe_write() local
[all …]
/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
134 struct mtu3 *mtu = mep->mtu; in mtu3_ep_disable() local
156 struct mtu3 *mtu; in mtu3_gadget_ep_enable() local
210 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_disable() local
264 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_queue() local
327 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_dequeue() local
366 struct mtu3 *mtu = mep->mtu; in mtu3_gadget_ep_set_halt() local
431 struct mtu3 *mtu = gadget_to_mtu3(gadget); in mtu3_gadget_get_frame() local
438 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
250 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_tx_gpd() local
293 struct mtu3 *mtu = mep->mtu; in mtu3_prepare_rx_gpd() local
333 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_start() local
377 struct mtu3 *mtu = mep->mtu; in mtu3_qmu_stop() local
418 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-6.6/drivers/mfd/
Drz-mtu3.c67 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_shared_reg_read() local
79 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_8bit_ch_read() local
91 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_16bit_ch_read() local
107 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_32bit_ch_read() local
122 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_8bit_ch_write() local
133 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_16bit_ch_write() local
148 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_32bit_ch_write() local
162 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_shared_reg_write() local
175 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_shared_reg_update_bit() local
249 struct rz_mtu3 *mtu = dev_get_drvdata(ch->dev->parent); in rz_mtu3_start_stop_ch() local
[all …]
/kernel/linux/linux-6.6/net/ipv6/
Dxfrm6_output.c19 void xfrm6_local_rxpmtu(struct sk_buff *skb, u32 mtu) in xfrm6_local_rxpmtu()
30 void xfrm6_local_error(struct sk_buff *skb, u32 mtu) in xfrm6_local_error()
65 unsigned int mtu; in __xfrm6_output() local
Dip6_output.c142 struct sk_buff *skb, unsigned int mtu) in ip6_finish_output_gso_slowpath_drop()
181 unsigned int mtu; in __ip6_finish_output() local
271 u32 mtu; in ip6_xmit() local
472 static bool ip6_pkt_too_big(const struct sk_buff *skb, unsigned int mtu) in ip6_pkt_too_big()
498 u32 mtu; in ip6_forward() local
753 void ip6_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int mtu, in ip6_frag_init()
859 unsigned int mtu, hlen, nexthdr_offset; in ip6_fragment() local
1372 static void ip6_append_data_mtu(unsigned int *mtu, in ip6_append_data_mtu()
1401 unsigned int mtu; in ip6_setup_cork() local
1482 unsigned int maxfraglen, fragheaderlen, mtu, orig_mtu, pmtu; in __ip6_append_data() 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()
72 unsigned int mtu; in __xfrm6_output() local
Dip6_output.c158 struct sk_buff *skb, unsigned int mtu) in ip6_finish_output_gso_slowpath_drop()
197 unsigned int mtu; in __ip6_finish_output() local
281 u32 mtu; in ip6_xmit() local
476 static bool ip6_pkt_too_big(const struct sk_buff *skb, unsigned int mtu) in ip6_pkt_too_big()
501 u32 mtu; in ip6_forward() local
740 void ip6_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int mtu, in ip6_frag_init()
845 unsigned int mtu, hlen, nexthdr_offset; in ip6_fragment() local
1361 static void ip6_append_data_mtu(unsigned int *mtu, in ip6_append_data_mtu()
1390 unsigned int mtu; in ip6_setup_cork() local
1472 unsigned int maxfraglen, fragheaderlen, mtu, orig_mtu, pmtu; in __ip6_append_data() local
/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-6.6/net/ipv4/
Dip_forward.c43 static bool ip_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in ip_exceeds_mtu()
87 u32 mtu; in ip_forward() local
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
Drxe.c154 enum ib_mtu mtu; in rxe_set_mtu() local
170 int rxe_add(struct rxe_dev *rxe, unsigned int mtu, const char *ibdev_name) 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-6.6/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/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-6.6/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-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-6.6/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/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

12345678910>>...33