Searched refs:HTC_HDR_LENGTH (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
A D | htc_mbox.c | 364 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 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() 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 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()
|
A D | htc.h | 37 #define HTC_HDR_LENGTH (sizeof(struct htc_frame_hdr)) macro
|
A D | main.c | 1302 HTC_HDR_LENGTH + in init_netdev()
|
Completed in 18 milliseconds