Lines Matching refs:act_len

368 	put_unaligned((u16)packet->act_len, &hdr->payld_len);  in ath6kl_htc_tx_prep_pkt()
419 packet->status, packet->endpoint, packet->act_len, in htc_tx_comp_update()
517 send_len = packet->act_len + HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()
621 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_pkts_get()
700 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()
720 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()
841 packet->buf, packet->act_len); in ath6kl_htc_tx_bundle()
1131 packet->endpoint, packet->buf, packet->act_len); in ath6kl_htc_mbox_tx()
1182 packet, packet->act_len, in ath6kl_htc_mbox_flush_txep()
1464 packet->act_len = le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()
1581 if (packets->act_len > 0) { in htc_ctrl_rx()
1583 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1588 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1832 packet->act_len = payload_len + HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
1835 if (packet->act_len > packet->buf_len) { in ath6kl_htc_rx_process_hdr()
1842 packet->act_len = min(packet->act_len, packet->buf_len); in ath6kl_htc_rx_process_hdr()
1888 packet->act_len -= htc_hdr->ctrl[0]; in ath6kl_htc_rx_process_hdr()
1892 packet->act_len -= HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
1897 "", packet->buf, packet->act_len); in ath6kl_htc_rx_process_hdr()
1959 packet->act_len); in ath6kl_htc_rx_bundle()
2018 packet->buf, packet->act_len); in ath6kl_htc_rx_process_packets()
2108 packet->act_len); in ath6kl_htc_rx_fetch()
2286 packet->act_len = le16_to_cpu(htc_hdr->payld_len) + HTC_HDR_LENGTH; in htc_wait_for_ctrl_msg()
2288 if (packet->act_len > packet->buf_len) in htc_wait_for_ctrl_msg()
2295 if (ath6kl_htc_rx_packet(target, packet, packet->act_len)) in htc_wait_for_ctrl_msg()
2299 packet->buf, packet->act_len); in htc_wait_for_ctrl_msg()
2484 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()
2676 (packet->act_len < sizeof(struct htc_ready_msg))) { in ath6kl_htc_mbox_wait_target()
2694 if (packet->act_len >= sizeof(struct htc_ready_ext_msg)) { in ath6kl_htc_mbox_wait_target()
2812 packet->act_len = 0; in ath6kl_htc_reset()