| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | uli526x.c | 94 char *tx_buf_ptr; /* Data for us */ member 463 memcpy((char *)txptr->tx_buf_ptr, (char *)packet, (int)length); in uli526x_start_xmit() 658 tmp_tx->tx_buf_ptr = (char *)tmp_buf; in uli526x_descriptor_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | uli526x.c | 108 char *tx_buf_ptr; /* Data for us */ member 613 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in uli526x_start_xmit() 1288 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init() 1353 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
|
| H A D | dmfe.c | 188 char *tx_buf_ptr; /* Data for us */ member 701 skb_copy_from_linear_data(skb, txptr->tx_buf_ptr, skb->len); in dmfe_start_xmit() 1385 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init() 1487 suptr = (u32 *) txptr->tx_buf_ptr; in send_filter_frame()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_struct.h | 137 enum rtw_phl_status (*recycle_tx_buf)(void *phl, u8 *tx_buf_ptr);
|
| H A D | pltfm_ops_windows.h | 752 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument 755 if(pltfm_usb_out_token_send(h, tx_buf_ptr, pkt_data_buf, len, bulk_id) == TRUE) in os_usb_tx()
|
| H A D | pltfm_ops_macos.h | 457 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument
|
| H A D | pltfm_ops_linux.h | 847 static inline int os_usb_tx(void *d, u8 *tx_buf_ptr, in os_usb_tx() argument 850 return rtw_usb_write_port((struct dvobj_priv *)d, tx_buf_ptr, in os_usb_tx()
|
| H A D | pltfm_ops_none.h | 547 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument
|
| H A D | phl_api.h | 93 enum rtw_phl_status rtw_phl_recycle_tx_buf(void *phl, u8 *tx_buf_ptr);
|
| H A D | phl_tx.c | 1613 enum rtw_phl_status rtw_phl_recycle_tx_buf(void *phl, u8 *tx_buf_ptr) in rtw_phl_recycle_tx_buf() argument 1620 pstatus = hci_trx_ops->recycle_tx_buf(phl, tx_buf_ptr); in rtw_phl_recycle_tx_buf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_struct.h | 133 enum rtw_phl_status (*recycle_tx_buf)(void *phl, u8 *tx_buf_ptr);
|
| H A D | pltfm_ops_windows.h | 743 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument 746 if(pltfm_usb_out_token_send(h, tx_buf_ptr, pkt_data_buf, len, bulk_id) == TRUE) in os_usb_tx()
|
| H A D | pltfm_ops_linux.h | 744 static inline int os_usb_tx(void *d, u8 *tx_buf_ptr, in os_usb_tx() argument 747 return rtw_usb_write_port((struct dvobj_priv *)d, tx_buf_ptr, in os_usb_tx()
|
| H A D | pltfm_ops_macos.h | 448 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument
|
| H A D | pltfm_ops_none.h | 538 static inline int os_usb_tx(void *h, u8 *tx_buf_ptr, in os_usb_tx() argument
|
| H A D | phl_api.h | 93 enum rtw_phl_status rtw_phl_recycle_tx_buf(void *phl, u8 *tx_buf_ptr);
|
| H A D | phl_tx.c | 1632 enum rtw_phl_status rtw_phl_recycle_tx_buf(void *phl, u8 *tx_buf_ptr) in rtw_phl_recycle_tx_buf() argument 1639 pstatus = hci_trx_ops->recycle_tx_buf(phl, tx_buf_ptr); in rtw_phl_recycle_tx_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 9457 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9502 tx_buf_ptr = in rtw_read_from_frame_mask() 9504 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9535 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9580 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9603 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0xFFFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 9603 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9648 tx_buf_ptr = in rtw_read_from_frame_mask() 9650 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9681 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9726 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9749 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 9561 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9606 tx_buf_ptr = in rtw_read_from_frame_mask() 9608 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9639 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9684 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9707 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0xFFFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 9598 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9643 tx_buf_ptr = in rtw_read_from_frame_mask() 9645 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9676 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9721 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9744 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 10258 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 10303 tx_buf_ptr = in rtw_read_from_frame_mask() 10305 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 10336 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 10381 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 10404 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 9775 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9839 tx_buf_ptr = in rtw_read_from_frame_mask() 9841 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9874 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9919 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9942 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 9775 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 9839 tx_buf_ptr = in rtw_read_from_frame_mask() 9841 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 9874 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 9919 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 9942 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com.c | 10259 u16 tx_page_start, tx_buf_ptr = 0; in rtw_read_from_frame_mask() local 10304 tx_buf_ptr = in rtw_read_from_frame_mask() 10306 rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, tx_buf_ptr); in rtw_read_from_frame_mask() 10337 u16 tx_buf_ptr = 0; in rtw_write_to_frame_mask() local 10382 tx_buf_ptr = cam_start_offset + ((idx * WKFMCAM_SIZE + i * 8) >> 3); in rtw_write_to_frame_mask() 10405 rtw_write32(adapter, REG_PKTBUF_DBG_CTRL, (tx_buf_ptr & 0x1FFF) | BIT23 | (0xff <<24)); in rtw_write_to_frame_mask()
|