Searched refs:HTC_HDR_LENGTH (Results 1 – 5 of 5) sorted by relevance
365 packet->buf -= HTC_HDR_LENGTH; in ath6kl_htc_tx_prep_pkt()404 packet->buf = packet->buf_start + HTC_HDR_LENGTH; in htc_get_control_buf()414 packet->buf += HTC_HDR_LENGTH; in htc_tx_comp_update()518 send_len = packet->act_len + HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()535 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()624 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_pkts_get()703 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()723 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()739 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_setup_scat_list()1471 HTC_HDR_LENGTH; in ath6kl_htc_rx_setup()[all …]
22 #define HTC_CONTROL_BUFFER_SIZE (HTC_MAX_CTRL_MSG_LEN + HTC_HDR_LENGTH)116 transfer_len = packet->act_len + HTC_HDR_LENGTH; in get_htc_packet_credit_based()1002 if (netlen < (payload_len + HTC_HDR_LENGTH)) { in ath6kl_htc_pipe_rx_complete()1005 netlen, payload_len + HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()1026 trailer = (u8 *) htc_hdr + HTC_HDR_LENGTH + in ath6kl_htc_pipe_rx_complete()1053 skb_pull(skb, HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()1090 packet->buf = skb_push(skb, 0) + HTC_HDR_LENGTH; in ath6kl_htc_pipe_rx_complete()1091 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()
482 if (!IS_ALIGNED((unsigned long) skb->data - HTC_HDR_LENGTH, 4) && in ath6kl_data_tx()493 nskb = skb_copy_expand(skb, HTC_HDR_LENGTH, 0, GFP_ATOMIC); in ath6kl_data_tx()1330 if (status || packet->act_len < HTC_HDR_LENGTH) { in ath6kl_rx()1335 skb_put(skb, packet->act_len + HTC_HDR_LENGTH); in ath6kl_rx()1336 skb_pull(skb, HTC_HDR_LENGTH); in ath6kl_rx()
37 #define HTC_HDR_LENGTH (sizeof(struct htc_frame_hdr)) macro
1299 HTC_HDR_LENGTH + in init_netdev()