Home
last modified time | relevance | path

Searched full:cmd_tx (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1508 sizeof(txbuf->cmd_tx) + in ath10k_htt_tx_32()
1532 txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx_32()
1533 txbuf->cmd_tx.flags1 = __cpu_to_le16(flags1); in ath10k_htt_tx_32()
1534 txbuf->cmd_tx.len = __cpu_to_le16(msdu->len); in ath10k_htt_tx_32()
1535 txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_32()
1536 txbuf->cmd_tx.frags_paddr = __cpu_to_le32(frags_paddr); 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()
[all …]
H A Dhtt.h1762 struct htt_data_tx_desc cmd_tx; member
1769 struct htt_data_tx_desc_64 cmd_tx; member
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c202 u16 cmd_tx; in wl1251_cmd_data_path_tx() local
213 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()
/linux/include/net/bluetooth/
H A Dhci_sock.h98 __u32 cmd_tx; member
/linux/drivers/net/can/softing/
H A Dsofting.h154 #define CMD_TX 0x01 macro
H A Dsofting_main.c80 *ptr = CMD_TX; in softing_netdev_start_xmit()
/linux/drivers/bluetooth/
H A Dbtrsi.c55 hdev->stat.cmd_tx++; in rsi_hci_send_pkt()
H A Dbtqcomsmd.c84 hdev->stat.cmd_tx++; in btqcomsmd_send()
H A Dbtsdio.c250 hdev->stat.cmd_tx++; in btsdio_send_frame()
H A Dhci_serdev.c31 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
H A Ddtl1_cs.c392 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
H A Dhci_vhci.c566 data->hdev->stat.cmd_tx++; in vhci_put_user()
H A Dbt3c_cs.c417 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
H A Dbfusb.c460 hdev->stat.cmd_tx++; in bfusb_send_frame()
H A Dbluecard_cs.c656 hdev->stat.cmd_tx++; in bluecard_hci_send_frame()
H A Dhci_ldisc.c85 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
H A Dhci_bcm4377.c1478 hdev->stat.cmd_tx++; in bcm4377_hci_send_frame()
/linux/drivers/net/ethernet/i825xx/
H A Dether1.c702 tx.tx_command = CMD_TX | CMD_INTR; in ether1_sendpacket()
777 case CMD_TX: in ether1_xmit_done()
827 if ((nop.nop_command & CMD_MASK) != CMD_TX) { in ether1_xmit_done()
H A Dether1.h234 #define CMD_TX 4 macro
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c942 u16 cmd_rx, cmd_tx; in wl1271_cmd_data_path() local
957 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()