Searched refs:PLF_SERIAL_LEN (Results 1 – 2 of 2) sorted by relevance
242 dma_buffer = kmalloc(PLF_SERIAL_LEN, GFP_KERNEL); in plfxlc_upload_mac_and_serial()246 BUILD_BUG_ON(ETH_ALEN > PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()247 BUILD_BUG_ON(PLF_FW_VER_LEN > PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()255 dma_buffer, PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()258 dma_buffer, PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()260 memcpy(serial_number, dma_buffer, PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()262 memset(dma_buffer, 0x00, PLF_SERIAL_LEN); in plfxlc_upload_mac_and_serial()
23 #define PLF_SERIAL_LEN 14 macro