Searched refs:FWBUFF_ALIGN_SZ (Results 1 – 1 of 1) sorted by relevance
37 #define FWBUFF_ALIGN_SZ 512 macro176 ptmpchar = kmalloc(maxlen + FWBUFF_ALIGN_SZ, GFP_KERNEL); in rtl8712_dl_fw()180 ptx_desc = (struct tx_desc *)(ptmpchar + FWBUFF_ALIGN_SZ - in rtl8712_dl_fw()181 ((addr_t)(ptmpchar) & (FWBUFF_ALIGN_SZ - 1))); in rtl8712_dl_fw()