Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1510 sizeof(txbuf->cmd_tx) + in ath10k_htt_tx_32()
1534 txbuf->cmd_tx.flags0 = flags0; in ath10k_htt_tx_32()
1535 txbuf->cmd_tx.flags1 = __cpu_to_le16(flags1); in ath10k_htt_tx_32()
1536 txbuf->cmd_tx.len = __cpu_to_le16(msdu->len); in ath10k_htt_tx_32()
1537 txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_32()
1538 txbuf->cmd_tx.frags_paddr = __cpu_to_le32(frags_paddr); in ath10k_htt_tx_32()
1540 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32()
1542 txbuf->cmd_tx.offchan_tx.freq = in ath10k_htt_tx_32()
1545 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32()
1566 sizeof(txbuf->cmd_tx); in ath10k_htt_tx_32()
[all …]
H A Dhtt.h1777 struct htt_data_tx_desc cmd_tx; member
1784 struct htt_data_tx_desc_64 cmd_tx; member
/freebsd/contrib/libpcap/
H A Dpcap-bt-linux.c437 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx + in bt_stats_linux()