Searched refs:data_path (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ti/wl1251/ |
D | init.c | 297 wl->data_path = kzalloc(sizeof(struct acx_data_path_params_resp), in wl1251_hw_init_data_path_config() 299 if (!wl->data_path) in wl1251_hw_init_data_path_config() 302 ret = wl1251_acx_data_path_params(wl, wl->data_path); in wl1251_hw_init_data_path_config() 304 kfree(wl->data_path); in wl1251_hw_init_data_path_config() 305 wl->data_path = NULL; in wl1251_hw_init_data_path_config() 399 wl->data_path->tx_control_addr, in wl1251_hw_init() 401 wl->data_path->rx_control_addr); in wl1251_hw_init() 406 kfree(wl->data_path); in wl1251_hw_init()
|
D | tx.c | 45 addr = wl->data_path->tx_control_addr; in wl1251_tx_path_status() 235 addr = wl->data_path->tx_packet_ring_addr + in wl1251_tx_send_packet() 236 wl->data_path->tx_packet_ring_chunk_size; in wl1251_tx_send_packet() 238 addr = wl->data_path->tx_packet_ring_addr; in wl1251_tx_send_packet() 459 wl1251_mem_read(wl, wl->data_path->tx_complete_addr, result, in wl1251_tx_complete() 509 wl->data_path->tx_complete_addr + in wl1251_tx_complete() 520 wl->data_path->tx_complete_addr + in wl1251_tx_complete() 529 wl->data_path->tx_complete_addr, in wl1251_tx_complete() 539 wl->data_path->tx_complete_addr, in wl1251_tx_complete()
|
D | rx.c | 25 rx_packet_ring_addr = wl->data_path->rx_packet_ring_addr; in wl1251_rx_header() 27 rx_packet_ring_addr += wl->data_path->rx_packet_ring_chunk_size; in wl1251_rx_header() 154 rx_packet_ring_addr = wl->data_path->rx_packet_ring_addr + in wl1251_rx_body() 157 rx_packet_ring_addr += wl->data_path->rx_packet_ring_chunk_size; in wl1251_rx_body()
|
D | wl1251.h | 299 struct acx_data_path_params_resp *data_path; member
|
D | main.c | 221 if (wl->data_path) { in wl1251_irq_work() 223 wl, wl->data_path->rx_control_addr); in wl1251_irq_work() 1655 kfree(wl->data_path); in wl1251_free_hw()
|
D | acx.h | 1447 struct acx_data_path_params_resp *data_path);
|
/linux-6.1.9/net/bluetooth/ |
D | hci_conn.c | 376 if (conn->codec.data_path) in hci_enhanced_setup_sync() 412 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync() 413 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync() 437 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync() 438 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync() 468 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync() 469 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
|
D | sco.c | 502 sco_pi(sk)->codec.data_path = 0x00; in sco_sock_alloc() 1172 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
|
D | hci_event.c | 5042 if (conn->codec.data_path == 0 && hdev->notify) { in hci_sync_conn_complete_evt()
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 210 __u8 data_path; member
|
D | hci_core.h | 664 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path);
|