Searched refs:FWBUFF_ALIGN_SZ (Results 1 – 1 of 1) sorted by relevance
29 #define FWBUFF_ALIGN_SZ 512 macro181 tmpchar = kmalloc(maxlen + FWBUFF_ALIGN_SZ, GFP_KERNEL); in rtl8712_dl_fw()185 txdesc = (struct tx_desc *)(tmpchar + FWBUFF_ALIGN_SZ - in rtl8712_dl_fw()186 ((addr_t)(tmpchar) & (FWBUFF_ALIGN_SZ - 1))); in rtl8712_dl_fw()