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()
1129 packet->endpoint, packet->buf, packet->act_len); in ath6kl_htc_mbox_tx()
1180 packet, packet->act_len, in ath6kl_htc_mbox_flush_txep()
1462 packet->act_len = le16_to_cpu(htc_hdr->payld_len) + in ath6kl_htc_rx_setup()
1579 if (packets->act_len > 0) { in htc_ctrl_rx()
1581 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1586 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1830 packet->act_len = payload_len + HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
1833 if (packet->act_len > packet->buf_len) { in ath6kl_htc_rx_process_hdr()
1840 packet->act_len = min(packet->act_len, packet->buf_len); in ath6kl_htc_rx_process_hdr()
1886 packet->act_len -= htc_hdr->ctrl[0]; in ath6kl_htc_rx_process_hdr()
1890 packet->act_len -= HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
1895 "", packet->buf, packet->act_len); in ath6kl_htc_rx_process_hdr()
1957 packet->act_len); in ath6kl_htc_rx_bundle()
2016 packet->buf, packet->act_len); in ath6kl_htc_rx_process_packets()
2106 packet->act_len); in ath6kl_htc_rx_fetch()
2282 packet->act_len = le16_to_cpu(look_ahead.payld_len) + HTC_HDR_LENGTH; in htc_wait_for_ctrl_msg()
2284 if (packet->act_len > packet->buf_len) in htc_wait_for_ctrl_msg()
2291 if (ath6kl_htc_rx_packet(target, packet, packet->act_len)) in htc_wait_for_ctrl_msg()
2295 packet->buf, packet->act_len); in htc_wait_for_ctrl_msg()
2480 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()
2672 (packet->act_len < sizeof(struct htc_ready_msg))) { in ath6kl_htc_mbox_wait_target()
2690 if (packet->act_len >= sizeof(struct htc_ready_ext_msg)) { in ath6kl_htc_mbox_wait_target()
2808 packet->act_len = 0; in ath6kl_htc_reset()