Searched refs:EPPING_ALIGNMENT_PAD (Results 1 – 2 of 2) sorted by relevance
33 #define EPPING_ALIGNMENT_PAD (((sizeof(struct htc_frame_hdr) + 3) & (~0x3)) - sizeof(struct htc_fr… macro
3198 if (EPPING_ALIGNMENT_PAD > 0) { in ar6000_data_tx()3199 A_NETBUF_PUSH(skb, EPPING_ALIGNMENT_PAD); in ar6000_data_tx()3925 if (EPPING_ALIGNMENT_PAD > 0) { in ar6000_rx()3926 A_NETBUF_PULL(skb, EPPING_ALIGNMENT_PAD); in ar6000_rx()