Searched refs:HTC_HDR_LENGTH (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_mbox.c | 364 packet->buf -= HTC_HDR_LENGTH; in ath6kl_htc_tx_prep_pkt() 412 packet->buf += HTC_HDR_LENGTH; in htc_tx_comp_update() 533 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_tx_issue() 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() 1584 packets->buf - HTC_HDR_LENGTH, in htc_ctrl_rx() 1585 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx() 1888 packet->buf += HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr() 1889 packet->act_len -= HTC_HDR_LENGTH; in ath6kl_htc_rx_process_hdr() [all …]
|
| H A D | htc_pipe.c | 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() 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()
|
| H A D | txrx.c | 480 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()
|
| H A D | htc.h | 37 #define HTC_HDR_LENGTH (sizeof(struct htc_frame_hdr)) macro
|
| H A D | main.c | 1302 HTC_HDR_LENGTH + in init_netdev()
|