Home
last modified time | relevance | path

Searched refs:cmd_tx (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1463 sizeof(txbuf->cmd_tx) + in ath10k_htt_tx_32()
1487 txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx_32()
1488 txbuf->cmd_tx.flags1 = __cpu_to_le16(flags1); in ath10k_htt_tx_32()
1489 txbuf->cmd_tx.len = __cpu_to_le16(msdu->len); in ath10k_htt_tx_32()
1490 txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_32()
1491 txbuf->cmd_tx.frags_paddr = __cpu_to_le32(frags_paddr); in ath10k_htt_tx_32()
1493 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32()
1495 txbuf->cmd_tx.offchan_tx.freq = in ath10k_htt_tx_32()
1498 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32()
1519 sizeof(txbuf->cmd_tx); in ath10k_htt_tx_32()
[all …]
Dhtt.h1858 struct htt_data_tx_desc cmd_tx; member
1865 struct htt_data_tx_desc_64 cmd_tx; member
/Linux-v5.4/drivers/net/wireless/ti/wl1251/
Dcmd.c247 u16 cmd_tx; in wl1251_cmd_data_path_tx() local
258 cmd_tx = CMD_ENABLE_TX; in wl1251_cmd_data_path_tx()
260 cmd_tx = CMD_DISABLE_TX; in wl1251_cmd_data_path_tx()
262 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_tx()
/Linux-v5.4/include/net/bluetooth/
Dhci_sock.h98 __u32 cmd_tx; member
/Linux-v5.4/drivers/bluetooth/
Dbtrsi.c56 hdev->stat.cmd_tx++; in rsi_hci_send_pkt()
Dbtqcomsmd.c84 hdev->stat.cmd_tx++; in btqcomsmd_send()
Dbtwilink.c54 hdev->stat.cmd_tx++; in ti_st_tx_complete()
Dhci_serdev.c33 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
Dbtsdio.c244 hdev->stat.cmd_tx++; in btsdio_send_frame()
Dhci_vhci.c234 data->hdev->stat.cmd_tx++; in vhci_put_user()
Dbpa10x.c303 hdev->stat.cmd_tx++; in bpa10x_send_frame()
Ddtl1_cs.c392 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
Dbt3c_cs.c417 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
Dbtmrvl_main.c440 hdev->stat.cmd_tx++; in btmrvl_send_frame()
Dbfusb.c462 hdev->stat.cmd_tx++; in bfusb_send_frame()
Dbluecard_cs.c658 hdev->stat.cmd_tx++; in bluecard_hci_send_frame()
Dhci_ldisc.c85 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
Dbtmtksdio.c903 hdev->stat.cmd_tx++; in btmtksdio_send_frame()
Dbtmtkuart.c397 hdev->stat.cmd_tx++; in btmtkuart_tx_work()
Dbtusb.c1443 hdev->stat.cmd_tx++; in btusb_send_frame()
2103 hdev->stat.cmd_tx++; in btusb_send_frame_intel()
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Dcmd.c934 u16 cmd_rx, cmd_tx; in wl1271_cmd_data_path() local
949 cmd_tx = CMD_ENABLE_TX; in wl1271_cmd_data_path()
952 cmd_tx = CMD_DISABLE_TX; in wl1271_cmd_data_path()
965 ret = wl1271_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd), 0); in wl1271_cmd_data_path()