Home
last modified time | relevance | path

Searched refs:pmoal (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h31 mlan_status moal_get_fw_data(t_void *pmoal, t_u32 offset, t_u32 len,
33 mlan_status moal_get_vdll_data(t_void *pmoal, t_u32 len, t_u8 *pbuf);
34 mlan_status moal_get_hw_spec_complete(t_void *pmoal, mlan_status status,
36 mlan_status moal_init_fw_complete(t_void *pmoal, mlan_status status);
37 mlan_status moal_shutdown_fw_complete(t_void *pmoal, mlan_status status);
38 mlan_status moal_ioctl_complete(t_void *pmoal, pmlan_ioctl_req pioctl_req,
40 mlan_status moal_alloc_mlan_buffer(t_void *pmoal, t_u32 size,
42 mlan_status moal_free_mlan_buffer(t_void *pmoal, pmlan_buffer pmbuf);
43 mlan_status moal_send_packet_complete(t_void *pmoal, pmlan_buffer pmbuf,
46 mlan_status moal_recv_complete(t_void *pmoal, pmlan_buffer pmbuf, t_u32 port,
[all …]
H A Dmlan_decl.h2054 mlan_status (*moal_get_fw_data)(t_void *pmoal, t_u32 offset, t_u32 len,
2056 mlan_status (*moal_get_vdll_data)(t_void *pmoal, t_u32 len, t_u8 *pbuf);
2058 mlan_status (*moal_get_hw_spec_complete)(t_void *pmoal,
2063 mlan_status (*moal_init_fw_complete)(t_void *pmoal, mlan_status status);
2065 mlan_status (*moal_shutdown_fw_complete)(t_void *pmoal,
2068 mlan_status (*moal_send_packet_complete)(t_void *pmoal,
2072 mlan_status (*moal_recv_complete)(t_void *pmoal, pmlan_buffer pmbuf,
2075 mlan_status (*moal_recv_packet)(t_void *pmoal, pmlan_buffer pmbuf);
2077 mlan_status (*moal_recv_amsdu_packet)(t_void *pmoal,
2080 mlan_status (*moal_recv_event)(t_void *pmoal, pmlan_event pmevent);
[all …]
H A Dmoal_shim.c93 mlan_status moal_malloc(t_void *pmoal, t_u32 size, t_u32 flag, t_u8 **ppbuf) in moal_malloc() argument
95 moal_handle *handle = (moal_handle *)pmoal; in moal_malloc()
129 mlan_status moal_mfree(t_void *pmoal, t_u8 *pbuf) in moal_mfree() argument
131 moal_handle *handle = (moal_handle *)pmoal; in moal_mfree()
150 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf) in moal_vmalloc() argument
152 moal_handle *handle = (moal_handle *)pmoal; in moal_vmalloc()
173 mlan_status moal_vfree(t_void *pmoal, t_u8 *pbuf) in moal_vfree() argument
175 moal_handle *handle = (moal_handle *)pmoal; in moal_vfree()
196 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf, in moal_malloc_consistent() argument
199 moal_handle *handle = (moal_handle *)pmoal; in moal_malloc_consistent()
[all …]
H A Dmoal_main.h3389 int woal_check_media_connected(t_void *pmoal);
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h2054 mlan_status (*moal_get_fw_data)(t_void *pmoal, t_u32 offset, t_u32 len,
2056 mlan_status (*moal_get_vdll_data)(t_void *pmoal, t_u32 len, t_u8 *pbuf);
2058 mlan_status (*moal_get_hw_spec_complete)(t_void *pmoal,
2063 mlan_status (*moal_init_fw_complete)(t_void *pmoal, mlan_status status);
2065 mlan_status (*moal_shutdown_fw_complete)(t_void *pmoal,
2068 mlan_status (*moal_send_packet_complete)(t_void *pmoal,
2072 mlan_status (*moal_recv_complete)(t_void *pmoal, pmlan_buffer pmbuf,
2075 mlan_status (*moal_recv_packet)(t_void *pmoal, pmlan_buffer pmbuf);
2077 mlan_status (*moal_recv_amsdu_packet)(t_void *pmoal,
2080 mlan_status (*moal_recv_event)(t_void *pmoal, pmlan_event pmevent);
[all …]