Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c511 sizeof(skb_cb->htt.txbuf->cmd_tx) + in ath10k_htt_tx()
534 skb_cb->htt.txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx()
535 skb_cb->htt.txbuf->cmd_tx.flags1 = __cpu_to_le16(flags1); in ath10k_htt_tx()
536 skb_cb->htt.txbuf->cmd_tx.len = __cpu_to_le16(msdu->len); in ath10k_htt_tx()
537 skb_cb->htt.txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx()
538 skb_cb->htt.txbuf->cmd_tx.frags_paddr = __cpu_to_le32(frags_paddr); in ath10k_htt_tx()
539 skb_cb->htt.txbuf->cmd_tx.peerid = __cpu_to_le16(HTT_INVALID_PEERID); in ath10k_htt_tx()
540 skb_cb->htt.txbuf->cmd_tx.freq = __cpu_to_le16(skb_cb->htt.freq); in ath10k_htt_tx()
559 sizeof(skb_cb->htt.txbuf->cmd_tx); in ath10k_htt_tx()
Dhtt.h1241 struct htt_data_tx_desc cmd_tx; member
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dcmd.c246 u16 cmd_tx; in wl1251_cmd_data_path_tx() local
257 cmd_tx = CMD_ENABLE_TX; in wl1251_cmd_data_path_tx()
259 cmd_tx = CMD_DISABLE_TX; in wl1251_cmd_data_path_tx()
261 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path_tx()
/linux-4.1.27/include/net/bluetooth/
Dhci_sock.h97 __u32 cmd_tx; member
/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c67 hdev->stat.cmd_tx++; in ti_st_tx_complete()
Dbtsdio.c269 hdev->stat.cmd_tx++; in btsdio_send_frame()
Dhci_vhci.c257 data->hdev->stat.cmd_tx++; in vhci_put_user()
Dbpa10x.c394 hdev->stat.cmd_tx++; in bpa10x_send_frame()
Ddtl1_cs.c396 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
Dbtuart_cs.c435 hdev->stat.cmd_tx++; in btuart_hci_send_frame()
Dhci_ldisc.c98 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
Dbt3c_cs.c423 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
Dbfusb.c487 hdev->stat.cmd_tx++; in bfusb_send_frame()
Dbluecard_cs.c671 hdev->stat.cmd_tx++; in bluecard_hci_send_frame()
Dbtmrvl_main.c462 hdev->stat.cmd_tx++; in btmrvl_send_frame()
Dbtusb.c1170 hdev->stat.cmd_tx++; in btusb_send_frame()
2268 hdev->stat.cmd_tx++; in btusb_send_frame_intel()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dcmd.c935 u16 cmd_rx, cmd_tx; in wl1271_cmd_data_path() local
950 cmd_tx = CMD_ENABLE_TX; in wl1271_cmd_data_path()
953 cmd_tx = CMD_DISABLE_TX; in wl1271_cmd_data_path()
966 ret = wl1271_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd), 0); in wl1271_cmd_data_path()