Searched refs:h2c_pkt_buf (Results 1 – 4 of 4) sorted by relevance
1029 struct rtw_h2c_pkt *h2c_pkt_buf) in _phl_free_h2c_pkt() argument1032 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() local1177 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()
200 struct rtw_h2c_pkt *h2c_pkt_buf; member
1056 struct rtw_h2c_pkt *h2c_pkt_buf) in _phl_free_h2c_pkt() argument1059 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() local1204 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()
196 struct rtw_h2c_pkt *h2c_pkt_buf; member