Searched refs:cmd_tx (Results 1 – 22 of 22) sorted by relevance
1508 sizeof(txbuf->cmd_tx) + in ath10k_htt_tx_32()1532 txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx_32()1538 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32()1540 txbuf->cmd_tx.offchan_tx.freq = in ath10k_htt_tx_32()1543 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32()1564 sizeof(txbuf->cmd_tx); in ath10k_htt_tx_32()1715 sizeof(txbuf->cmd_tx) + in ath10k_htt_tx_64()1742 txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx_64()1752 txbuf->cmd_tx.offchan_tx.freq = in ath10k_htt_tx_64()1755 txbuf->cmd_tx.peerid = in ath10k_htt_tx_64()[all …]
1762 struct htt_data_tx_desc cmd_tx; member1769 struct htt_data_tx_desc_64 cmd_tx; member
202 u16 cmd_tx; in wl1251_cmd_data_path_tx() local213 cmd_tx = CMD_ENABLE_TX; in wl1251_cmd_data_path_tx()215 cmd_tx = CMD_DISABLE_TX; in wl1251_cmd_data_path_tx()217 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_tx()
55 hdev->stat.cmd_tx++; in rsi_hci_send_pkt()
84 hdev->stat.cmd_tx++; in btqcomsmd_send()
250 hdev->stat.cmd_tx++; in btsdio_send_frame()
31 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
303 hdev->stat.cmd_tx++; in bpa10x_send_frame()
392 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
417 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
558 data->hdev->stat.cmd_tx++; in vhci_put_user()
460 hdev->stat.cmd_tx++; in bfusb_send_frame()
656 hdev->stat.cmd_tx++; in bluecard_hci_send_frame()
421 hdev->stat.cmd_tx++; in btmrvl_send_frame()
85 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
266 hdev->stat.cmd_tx++; in btmtkuart_tx_work()
1235 hdev->stat.cmd_tx++; in btmtksdio_send_frame()
2146 hdev->stat.cmd_tx++; in btusb_send_frame()2623 hdev->stat.cmd_tx++; in btusb_send_frame_intel()
1679 hdev->stat.cmd_tx++; in btnxpuart_tx_work()
2027 hdev->stat.cmd_tx++; in btintel_pcie_send_frame()
1478 hdev->stat.cmd_tx++; in bcm4377_hci_send_frame()
942 u16 cmd_rx, cmd_tx; in wl1271_cmd_data_path() local957 cmd_tx = CMD_ENABLE_TX; in wl1271_cmd_data_path()960 cmd_tx = CMD_DISABLE_TX; in wl1271_cmd_data_path()973 ret = wl1271_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd), 0); in wl1271_cmd_data_path()
Completed in 718 milliseconds