Home
last modified time | relevance | path

Searched refs:h2c_pkt_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_tx.c1029 struct rtw_h2c_pkt *h2c_pkt_buf) in _phl_free_h2c_pkt() argument
1032 struct rtw_h2c_pkt *h2c_pkt = h2c_pkt_buf; in _phl_free_h2c_pkt()
1045 _os_mem_free(phl_to_drvpriv(phl_info), h2c_pkt_buf, in _phl_free_h2c_pkt()
1047 h2c_pkt_buf = NULL; in _phl_free_h2c_pkt()
1122 _phl_free_h2c_pkt(phl_info, h2c_pkt_pool->h2c_pkt_buf); in _phl_free_h2c_pool()
1123 h2c_pkt_pool->h2c_pkt_buf = NULL; in _phl_free_h2c_pool()
1145 struct rtw_h2c_pkt *h2c_pkt_buf = NULL; in _phl_alloc_h2c_pool() local
1177 h2c_pkt_buf = _phl_alloc_h2c_pkt(phl_info, h2c_pkt_pool); in _phl_alloc_h2c_pool()
1179 if (NULL == h2c_pkt_buf) { in _phl_alloc_h2c_pool()
1194 h2c_pkt_pool->h2c_pkt_buf = h2c_pkt_buf; in _phl_alloc_h2c_pool()
H A Dphl_struct.h200 struct rtw_h2c_pkt *h2c_pkt_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_tx.c1056 struct rtw_h2c_pkt *h2c_pkt_buf) in _phl_free_h2c_pkt() argument
1059 struct rtw_h2c_pkt *h2c_pkt = h2c_pkt_buf; in _phl_free_h2c_pkt()
1072 _os_mem_free(phl_to_drvpriv(phl_info), h2c_pkt_buf, in _phl_free_h2c_pkt()
1074 h2c_pkt_buf = NULL; in _phl_free_h2c_pkt()
1149 _phl_free_h2c_pkt(phl_info, h2c_pkt_pool->h2c_pkt_buf); in _phl_free_h2c_pool()
1150 h2c_pkt_pool->h2c_pkt_buf = NULL; in _phl_free_h2c_pool()
1172 struct rtw_h2c_pkt *h2c_pkt_buf = NULL; in _phl_alloc_h2c_pool() local
1204 h2c_pkt_buf = _phl_alloc_h2c_pkt(phl_info, h2c_pkt_pool); in _phl_alloc_h2c_pool()
1206 if (NULL == h2c_pkt_buf) { in _phl_alloc_h2c_pool()
1221 h2c_pkt_pool->h2c_pkt_buf = h2c_pkt_buf; in _phl_alloc_h2c_pool()
H A Dphl_struct.h196 struct rtw_h2c_pkt *h2c_pkt_buf; member