Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c364 packet->buf -= HTC_HDR_LENGTH; in ath6kl_htc_tx_prep_pkt()
403 packet->buf = packet->buf_start + HTC_HDR_LENGTH; in htc_get_control_buf()
413 packet->buf += HTC_HDR_LENGTH; in htc_tx_comp_update()
517 send_len = packet->act_len + HTC_HDR_LENGTH; in ath6kl_htc_tx_issue()
534 packet->buf += 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()
736 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_setup_scat_list()
1463 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()
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()
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()