Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c364 packet->buf -= HTC_HDR_LENGTH; in ath6kl_htc_tx_prep_pkt()
402 packet->buf = packet->buf_start + HTC_HDR_LENGTH; in htc_get_control_buf()
412 packet->buf += HTC_HDR_LENGTH; in htc_tx_comp_update()
516 send_len = packet->act_len + HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()
533 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()
620 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_pkts_get()
699 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()
719 packet->act_len + HTC_HDR_LENGTH); in ath6kl_htc_tx_setup_scat_list()
735 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_setup_scat_list()
1462 HTC_HDR_LENGTH; in ath6kl_htc_rx_setup()
[all …]
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()
985 if (netlen < (payload_len + HTC_HDR_LENGTH)) { in ath6kl_htc_pipe_rx_complete()
988 netlen, payload_len + HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1009 trailer = (u8 *) htc_hdr + HTC_HDR_LENGTH + in ath6kl_htc_pipe_rx_complete()
1036 skb_pull(skb, HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1073 packet->buf = skb_push(skb, 0) + HTC_HDR_LENGTH; in ath6kl_htc_pipe_rx_complete()
1074 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()
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()
Dhtc.h37 #define HTC_HDR_LENGTH (sizeof(struct htc_frame_hdr)) macro
Dmain.c1302 HTC_HDR_LENGTH + in init_netdev()