Lines Matching refs:txstatus

716 static void dhd_update_hp2p_txstats(dhd_pub_t *dhd, host_txbuf_cmpl_t *txstatus);
3754 dhd_eap_txcomplete(dhd, pkt, TRUE, txstatus->cmn_hdr.if_id);
6373 host_txbuf_cmpl_t * txstatus; local
6394 txstatus = (host_txbuf_cmpl_t *)msg;
6396 flowid = txstatus->compl_hdr.flow_ring_id;
6402 pktid = ltoh32(txstatus->cmn_hdr.request_id);
6510 ltoh16(txstatus->compl_hdr.status) & WLFC_CTL_PKTFLAG_MASK);
6513 uint16 status = ltoh16(txstatus->compl_hdr.status) &
6517 dhd_dump_pkt(dhd, ltoh32(txstatus->cmn_hdr.if_id),
6526 dhd_eap_txcomplete(dhd, pkt, pkt_fate, txstatus->cmn_hdr.if_id);
6532 dhd->prot->tx_metadata_offset && txstatus->metadata_len) {
6539 bcm_print_bytes("txmetadata", ptr, txstatus->metadata_len);
6540 dhd_prot_print_metadata(dhd, ptr, txstatus->metadata_len);
6547 bcm_print_bytes("txcpl", (uint8 *)txstatus, sizeof(host_txbuf_cmpl_t));
6549 dhd_update_hp2p_txstats(dhd, txstatus);
6557 DHD_FLOWRING_TXSTATUS_CNT_UPDATE(dhd->bus, txstatus->compl_hdr.flow_ring_id,
6558 txstatus->tx_status);
9726 host_txbuf_cmpl_t txstatus; local
9733 memset(&txstatus, 0, sizeof(txstatus));
9734 txstatus.compl_hdr.flow_ring_id = flowid;
9735 txstatus.cmn_hdr.if_id = flow_ring_node->flow_info.ifindex;
9745 txstatus.cmn_hdr.request_id = txdesc->cmn_hdr.request_id;
9746 dhd_prot_txstatus_process(dhd, &txstatus);
11577 dhd_update_hp2p_txstats(dhd_pub_t *dhd, host_txbuf_cmpl_t *txstatus) argument
11579 ts_timestamp_t *ts = (ts_timestamp_t *)&txstatus->ts;
11580 uint16 flowid = txstatus->compl_hdr.flow_ring_id;
11587 ts = (ts_timestamp_t *)&(txstatus->ts);