Searched refs:pxmitbuf (Results 1 – 6 of 6) sorted by relevance
| /drivers/staging/rtl8723bs/hal/ |
| A D | rtl8723bs_xmit.c | 55 if (!pxmitbuf) in rtl8723_dequeue_writeport() 101 rtw_write_port(padapter, deviceId, pxmitbuf->len, (u8 *)pxmitbuf); in rtl8723_dequeue_writeport() 187 pxmitbuf = NULL; in xmit_xmitframes() 234 if (!pxmitbuf || in xmit_xmitframes() 288 pxmitframe->pxmitbuf = pxmitbuf; in xmit_xmitframes() 307 pxmitbuf->len = _RND(pxmitbuf->len, 8) + txlen; in xmit_xmitframes() 324 if (pxmitbuf) { in xmit_xmitframes() 337 pxmitbuf = NULL; in xmit_xmitframes() 429 struct xmit_buf *pxmitbuf = pmgntframe->pxmitbuf; in rtl8723bs_mgnt_xmit() local 439 pxmitbuf->ptail = pmgntframe->buf_addr + pxmitbuf->len; in rtl8723bs_mgnt_xmit() [all …]
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 137 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 140 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 217 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 220 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 247 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv() 250 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv() 1408 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in __rtw_alloc_cmd_xmitbuf() 1437 pcmdframe->pxmitbuf = pxmitbuf; in __rtw_alloc_cmdxmitframe() 1473 pxmitbuf->pdata = pxmitbuf->phead; in rtw_alloc_xmitbuf_ext() 1474 pxmitbuf->ptail = pxmitbuf->phead; in rtw_alloc_xmitbuf_ext() [all …]
|
| A D | rtw_mlme_ext.c | 1914 struct xmit_buf *pxmitbuf; in _alloc_mgtxmitframe() local 1924 pxmitbuf = rtw_alloc_xmitbuf_ext(pxmitpriv); in _alloc_mgtxmitframe() 1925 if (!pxmitbuf) { in _alloc_mgtxmitframe() 1932 pmgntframe->pxmitbuf = pxmitbuf; in _alloc_mgtxmitframe() 1933 pmgntframe->buf_addr = pxmitbuf->pbuf; in _alloc_mgtxmitframe() 1934 pxmitbuf->priv_data = pmgntframe; in _alloc_mgtxmitframe() 2013 rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); in dump_mgntframe() 2026 struct xmit_buf *pxmitbuf = pmgntframe->pxmitbuf; in dump_mgntframe_and_wait() local 2037 pxmitbuf->sctx = &sctx; in dump_mgntframe_and_wait() 2045 pxmitbuf->sctx = NULL; in dump_mgntframe_and_wait() [all …]
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | xmit_linux.c | 46 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u… in rtw_os_xmit_resource_alloc() argument 49 pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc() 50 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc() 53 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc() 59 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8… in rtw_os_xmit_resource_free() argument 62 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_xmit.h | 278 struct xmit_buf *pxmitbuf; member 400 u8 *pxmitbuf; member 425 extern s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 428 extern s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 476 void enqueue_pending_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); 477 void enqueue_pending_xmitbuf_to_head(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf);
|
| A D | xmit_osdep.h | 33 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u… 34 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8…
|
Completed in 22 milliseconds