Home
last modified time | relevance | path

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

/drivers/net/wireless/wl1251/
Dcmd.c210 u16 cmd_rx, cmd_tx; in wl1251_cmd_data_path() local
224 cmd_tx = CMD_ENABLE_TX; in wl1251_cmd_data_path()
227 cmd_tx = CMD_DISABLE_TX; in wl1251_cmd_data_path()
240 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd)); in wl1251_cmd_data_path()
/drivers/bluetooth/
Dhci_vhci.c149 data->hdev->stat.cmd_tx++; in vhci_put_user()
Dbtwilink.c67 hdev->stat.cmd_tx++; in ti_st_tx_complete()
Dbtsdio.c270 hdev->stat.cmd_tx++; in btsdio_send_frame()
Dhci_ldisc.c94 hdev->stat.cmd_tx++; in hci_uart_tx_complete()
Ddtl1_cs.c402 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
Dbpa10x.c395 hdev->stat.cmd_tx++; in bpa10x_send_frame()
Dbtuart_cs.c441 hdev->stat.cmd_tx++; in btuart_hci_send_frame()
Dbt3c_cs.c434 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
Dbtmrvl_main.c413 hdev->stat.cmd_tx++; in btmrvl_send_frame()
Dbfusb.c490 hdev->stat.cmd_tx++; in bfusb_send_frame()
Dbluecard_cs.c674 hdev->stat.cmd_tx++; in bluecard_hci_send_frame()
Dbtusb.c730 hdev->stat.cmd_tx++; in btusb_send_frame()
/drivers/net/wireless/wl12xx/
Dcmd.c968 u16 cmd_rx, cmd_tx; in wl1271_cmd_data_path() local
983 cmd_tx = CMD_ENABLE_TX; in wl1271_cmd_data_path()
986 cmd_tx = CMD_DISABLE_TX; in wl1271_cmd_data_path()
999 ret = wl1271_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd), 0); in wl1271_cmd_data_path()