Home
last modified time | relevance | path

Searched refs:fw_msg_entry (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_btc.c25 struct fw_msg_entry { struct
54 struct phl_queue *q, struct fw_msg_entry *entry) in _msg_enq()
59 static struct fw_msg_entry *_msg_deq(struct rtw_hal_com_t *hal_com, in _msg_deq()
62 struct fw_msg_entry *entry = NULL; in _msg_deq()
66 entry = (struct fw_msg_entry *)list; in _msg_deq()
75 struct fw_msg_entry *entry = NULL; in _fw_msg_init()
87 entry = (struct fw_msg_entry *)_os_kmem_alloc(d, in _fw_msg_init()
88 sizeof(struct fw_msg_entry)); in _fw_msg_init()
102 struct fw_msg_entry *entry = NULL; in _fw_msg_free()
110 _os_kmem_free(d, entry, sizeof(struct fw_msg_entry)); in _fw_msg_free()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_btc.c24 struct fw_msg_entry { struct
53 struct phl_queue *q, struct fw_msg_entry *entry) in _msg_enq()
58 static struct fw_msg_entry *_msg_deq(struct rtw_hal_com_t *hal_com, in _msg_deq()
61 struct fw_msg_entry *entry = NULL; in _msg_deq()
65 entry = (struct fw_msg_entry *)list; in _msg_deq()
74 struct fw_msg_entry *entry = NULL; in _fw_msg_init()
86 entry = (struct fw_msg_entry *)_os_kmem_alloc(d, in _fw_msg_init()
87 sizeof(struct fw_msg_entry)); in _fw_msg_init()
101 struct fw_msg_entry *entry = NULL; in _fw_msg_free()
109 _os_kmem_free(d, entry, sizeof(struct fw_msg_entry)); in _fw_msg_free()
[all …]