Home
last modified time | relevance | path

Searched refs:HTC_HDR_LENGTH (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c364 packet->buf -= HTC_HDR_LENGTH; in ath6kl_htc_tx_prep_pkt()
413 packet->buf += HTC_HDR_LENGTH; in htc_tx_comp_update()
534 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()
720 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()
736 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_setup_scat_list()
1463 HTC_HDR_LENGTH; in ath6kl_htc_rx_setup()
1585 packets->buf - HTC_HDR_LENGTH, in htc_ctrl_rx()
1586 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1889 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
1890 packet->act_len -= HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr()
[all …]
A Dhtc_pipe.c22 #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()
986 if (netlen < (payload_len + HTC_HDR_LENGTH)) { in ath6kl_htc_pipe_rx_complete()
989 netlen, payload_len + HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1010 trailer = (u8 *) htc_hdr + HTC_HDR_LENGTH + in ath6kl_htc_pipe_rx_complete()
1037 skb_pull(skb, HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1074 packet->buf = skb_push(skb, 0) + HTC_HDR_LENGTH; in ath6kl_htc_pipe_rx_complete()
1075 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()
A Dtxrx.c480 if (!IS_ALIGNED((unsigned long) skb->data - HTC_HDR_LENGTH, 4) && in ath6kl_data_tx()
491 nskb = skb_copy_expand(skb, HTC_HDR_LENGTH, 0, GFP_ATOMIC); in ath6kl_data_tx()
1327 if (status || packet->act_len < HTC_HDR_LENGTH) { in ath6kl_rx()
1332 skb_put(skb, packet->act_len + HTC_HDR_LENGTH); in ath6kl_rx()
1333 skb_pull(skb, HTC_HDR_LENGTH); in ath6kl_rx()
A Dhtc.h37 #define HTC_HDR_LENGTH (sizeof(struct htc_frame_hdr)) macro
A Dmain.c1302 HTC_HDR_LENGTH + in init_netdev()

Completed in 17 milliseconds